com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.gateways
Class ExclusiveGatewayMenuDragProxy

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.draggable.HasDragProxy
                  extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.common.AbstractBPMNDragProxy
                      extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.gateways.ExclusiveGatewayDragProxy
                          extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.gateways.ExclusiveGatewayMenuDragProxy
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenu, com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu, com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxy, com.ebmwebsourcing.geasytools.geasyui.api.draggable.IHasDragProxy, 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.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget

public class ExclusiveGatewayMenuDragProxy
extends ExclusiveGatewayDragProxy
implements com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxy


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.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ExclusiveGatewayMenuDragProxy(com.ebmwebsourcing.geasytools.geasyui.api.uipanel.IUIPanel uipanel)
           
 
Method Summary
 void addContextualMenuHandler(com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.events.IDragProxyContextualMenuHandler handler)
           
 com.google.gwt.event.shared.HandlerRegistration addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler)
           
 com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu getContextualMenuSubject()
           
 java.util.LinkedHashSet<com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxy> getDragProxies()
           
 float getHeight()
           
 com.ebmwebsourcing.geasytools.geasyui.api.core.Direction getMenuDirection()
           
 float getWidth()
           
 void setContextualMenuSubject(com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu subject)
           
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.gateways.ExclusiveGatewayDragProxy
getBigIcon, getData, getDescription, getIUIElementType, getLabel, getSmallIcon
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.common.AbstractBPMNDragProxy
getDraggedTypes, getMainWidget, getProxyImgUrl, init, onLoad, setLabelVisible, setSmallIcon
 
Methods inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.draggable.HasDragProxy
addDragProxyHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, fireEvent, getCreatedElement, getDraggableProxy, getDraggableProxyDefaultHandlers, getUIPanel, setCreatedElement, setDraggableProxy, setUIPanel
 
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, getHandlerCount, getLayoutData, getParent, isOrWasAttached, 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.draggable.IHasDragProxy
addDragProxyHandler, getCreatedElement, getData, getDraggableProxy, getDraggableProxyDefaultHandlers, getDraggedTypes, getIUIElementType, getProxyImgUrl, getUIPanel, setCreatedElement, setDraggableProxy, setUIPanel
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseDownHandlers
addMouseDownHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseMoveHandlers
addMouseMoveHandler
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenu
getAbsoluteLeft, getAbsoluteTop
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseOutHandlers
addMouseOutHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Constructor Detail

ExclusiveGatewayMenuDragProxy

public ExclusiveGatewayMenuDragProxy(com.ebmwebsourcing.geasytools.geasyui.api.uipanel.IUIPanel uipanel)
Method Detail

getContextualMenuSubject

public com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu getContextualMenuSubject()
Specified by:
getContextualMenuSubject in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxy

setContextualMenuSubject

public void setContextualMenuSubject(com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu subject)
Specified by:
setContextualMenuSubject in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxy

addContextualMenuHandler

public void addContextualMenuHandler(com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.events.IDragProxyContextualMenuHandler handler)
Specified by:
addContextualMenuHandler in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu

getDragProxies

public java.util.LinkedHashSet<com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxy> getDragProxies()
Specified by:
getDragProxies in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu

getHeight

public float getHeight()
Specified by:
getHeight in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenu

getMenuDirection

public com.ebmwebsourcing.geasytools.geasyui.api.core.Direction getMenuDirection()
Specified by:
getMenuDirection in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenu

getWidth

public float getWidth()
Specified by:
getWidth in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenu

addMouseOverHandler

public com.google.gwt.event.shared.HandlerRegistration addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler)
Specified by:
addMouseOverHandler in interface com.google.gwt.event.dom.client.HasMouseOverHandlers


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.