com.ebmwebsourcing.geasytools.geasyui.impl.contextualmenu
Class DragProxyContextualMenu

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by com.ebmwebsourcing.geasytools.geasyui.impl.contextualmenu.ContextualMenu
                  extended by com.ebmwebsourcing.geasytools.geasyui.impl.contextualmenu.DragProxyContextualMenu
All Implemented Interfaces:
IContextualMenu, IDragProxyContextualMenu, IHasContextualMenu, com.google.gwt.event.dom.client.HasAllMouseHandlers, com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.dom.client.HasMouseDownHandlers, com.google.gwt.event.dom.client.HasMouseMoveHandlers, com.google.gwt.event.dom.client.HasMouseOutHandlers, com.google.gwt.event.dom.client.HasMouseOverHandlers, com.google.gwt.event.dom.client.HasMouseUpHandlers, com.google.gwt.event.dom.client.HasMouseWheelHandlers, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget

public class DragProxyContextualMenu
extends ContextualMenu
implements IDragProxyContextualMenu


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.contextualmenu.ContextualMenu
mainPanel
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
DragProxyContextualMenu(IHasDragProxyContextualMenu hasContextualMenu)
           
DragProxyContextualMenu(IHasDragProxyContextualMenu hasContextualMenu, IContextualMenu parentMenu)
           
DragProxyContextualMenu(IHasDragProxyContextualMenu hasContextualMenu, IDragProxyContextualMenuConfiguration config)
           
 
Method Summary
 IDragProxyContextualMenuConfiguration getConfiguration()
           
 IHasDragProxyContextualMenu getHasContextualDragProxyMenu()
           
protected  void init()
           
 
Methods inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.contextualmenu.ContextualMenu
addClickHandler, addDoubleClickHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, getHeight, getMenuDirection, getParentMenu, getWidth, hide, show
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IContextualMenu
getParentMenu, hide, show
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseDownHandlers
addMouseDownHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseUpHandlers
addMouseUpHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseMoveHandlers
addMouseMoveHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseWheelHandlers
addMouseWheelHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasClickHandlers
addClickHandler
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenu
getAbsoluteLeft, getAbsoluteTop, getHeight, getMenuDirection, getWidth
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseOverHandlers
addMouseOverHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseOutHandlers
addMouseOutHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Constructor Detail

DragProxyContextualMenu

public DragProxyContextualMenu(IHasDragProxyContextualMenu hasContextualMenu)

DragProxyContextualMenu

public DragProxyContextualMenu(IHasDragProxyContextualMenu hasContextualMenu,
                               IContextualMenu parentMenu)

DragProxyContextualMenu

public DragProxyContextualMenu(IHasDragProxyContextualMenu hasContextualMenu,
                               IDragProxyContextualMenuConfiguration config)
Method Detail

init

protected void init()
Overrides:
init in class ContextualMenu

getConfiguration

public IDragProxyContextualMenuConfiguration getConfiguration()
Specified by:
getConfiguration in interface IContextualMenu
Specified by:
getConfiguration in interface IDragProxyContextualMenu
Overrides:
getConfiguration in class ContextualMenu

getHasContextualDragProxyMenu

public IHasDragProxyContextualMenu getHasContextualDragProxyMenu()
Specified by:
getHasContextualDragProxyMenu in interface IContextualMenu
Specified by:
getHasContextualDragProxyMenu in interface IDragProxyContextualMenu
Overrides:
getHasContextualDragProxyMenu in class ContextualMenu


Copyright © 2010-2011 Petals Link. All Rights Reserved.