com.ebmwebsourcing.petalsbpm.bpmndiagram.common
Class CoreContainer

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.core.UIElement
                  extended by com.ebmwebsourcing.geasytools.geasyui.impl.selectable.Selectable
                      extended by com.ebmwebsourcing.geasytools.geasyui.impl.draggable.Draggable
                          extended by com.ebmwebsourcing.geasytools.geasyui.impl.droppable.DroppableDraggable
                              extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.common.CoreBPMNElement
                                  extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.common.CoreContainer
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.diagrameditor.api.graphic.IDiagramElementView, com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer, com.ebmwebsourcing.geasytools.geasyui.api.core.IGraphicElement, com.ebmwebsourcing.geasytools.geasyui.api.core.IHasBoundsUpdateHandler, com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable, com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement, com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragHandler, com.ebmwebsourcing.geasytools.geasyui.api.draggable.IDraggable, com.ebmwebsourcing.geasytools.geasyui.api.draggable.IDraggableElement, com.ebmwebsourcing.geasytools.geasyui.api.droppable.events.IDropHandler, com.ebmwebsourcing.geasytools.geasyui.api.droppable.IDroppable, com.ebmwebsourcing.geasytools.geasyui.api.droppable.IDroppableElement, com.ebmwebsourcing.geasytools.geasyui.api.selectable.ISelectable, com.ebmwebsourcing.geasytools.geasyui.impl.draggable.DragHandler, com.ebmwebsourcing.geasytools.geasyui.impl.droppable.DropHandler, IBPMNElement, com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceContentElement, 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.EventHandler, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.rpc.IsSerializable, com.google.gwt.user.client.ui.IsWidget
Direct Known Subclasses:
Swimlane

public abstract class CoreContainer
extends CoreBPMNElement
implements com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer


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.petalsbpm.bpmndiagram.common.CoreBPMNElement
editorModel, label
 
Fields inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.core.UIElement
handlerManager
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
CoreContainer(ProcessPanel definitionPanel, java.lang.String id)
           
 
Method Summary
 void addContainerHandler(com.ebmwebsourcing.geasytools.geasyui.api.core.events.IContainerHandler handler)
           
 void addUIElement(com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement uiElement)
           
 java.util.LinkedHashMap<java.lang.String,com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement> getChildrenUIElements()
           
 int getClientHeight()
           
 int getClientWidth()
           
 com.ebmwebsourcing.geasytools.geasyui.api.core.IContainerDefaultHandler getContainerDefaultHandler()
           
 com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElementFactory getElementFactory()
           
 int getScrollLeft()
           
 int getScrollTop()
           
 void removeAllChildren()
           
 void removeChildElement(com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement uiElement)
           
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.bpmndiagram.common.CoreBPMNElement
addBoundUpdateHandler, getAbsoluteLeft, getAbsoluteTop, getDefinitionPanel, getDiagramElement, getDraggedTypes, getEditorView, getFormTemplate, getGroup, getHeight, getId, getIntersectionPoints, getMainModel, getMainShape, getMainWidget, getRelativeX, getRelativeY, getStates, getWidth, hide, init, onAcceptedAfterDrop, onAcceptedBeforeDrop, onMove, onRefusedAfterDrop, onRefusedBeforeDrop, onStart, onStop, refresh, removeFromParent, setEditorView, setFormTemplate, setHeight, setLabel, setRelativeX, setRelativeY, setWidth, show, toBack, toFront
 
Methods inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.droppable.DroppableDraggable
addDropHandler, getDDManager, getDroppableDefaultHandlers, getNorthWestPoint, getSouthEastPoint
 
Methods inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.draggable.Draggable
addDoubleClickHandler, addDragHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseWheelHandler, getDraggableElementDefaultHandlers
 
Methods inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.selectable.Selectable
addClickHandler, addMouseDownHandler, addMouseUpHandler, addSelectionHandler, getSelectableDefaultHandlers
 
Methods inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.core.UIElement
equals, fireEvent, getContainer, getHandlerManager, getMouseState, getUIPanel, hashCode, onAttach, setContainer, setUIPanel
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, 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, onLoad, onUnload, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer
getAbsoluteLeft, getAbsoluteTop, getId
 
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.HasMouseOutHandlers
addMouseOutHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasMouseOverHandlers
addMouseOverHandler
 
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.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.api.graphic.IDiagramElementView
getConformityRules, getEditorModel, getSyntaxModelBinder
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement
getContainer, getMouseState, getName, getUIPanel, setContainer, setUIPanel
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.impl.droppable.DropHandler
onDropAccepted, onDropRefused, onOut, onOver
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.droppable.IDroppableElement
getAcceptedTypes, getHandlerManager, getUIPanel
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.selectable.ISelectable
addSelectionHandler, getHandlerManager, getSelectableDefaultHandlers
 
Methods inherited from interface com.google.gwt.event.dom.client.HasClickHandlers
addClickHandler
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.IDraggableElement
getHandlerManager, getMouseState, getUIPanel
 

Constructor Detail

CoreContainer

public CoreContainer(ProcessPanel definitionPanel,
                     java.lang.String id)
Method Detail

addUIElement

public void addUIElement(com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement uiElement)
Specified by:
addUIElement in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

getChildrenUIElements

public java.util.LinkedHashMap<java.lang.String,com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement> getChildrenUIElements()
Specified by:
getChildrenUIElements in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

addContainerHandler

public void addContainerHandler(com.ebmwebsourcing.geasytools.geasyui.api.core.events.IContainerHandler handler)
Specified by:
addContainerHandler in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

removeAllChildren

public void removeAllChildren()
Specified by:
removeAllChildren in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

removeChildElement

public void removeChildElement(com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement uiElement)
Specified by:
removeChildElement in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

getContainerDefaultHandler

public com.ebmwebsourcing.geasytools.geasyui.api.core.IContainerDefaultHandler getContainerDefaultHandler()
Specified by:
getContainerDefaultHandler in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

getElementFactory

public com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElementFactory getElementFactory()
Specified by:
getElementFactory in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

getScrollLeft

public int getScrollLeft()
Specified by:
getScrollLeft in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

getScrollTop

public int getScrollTop()
Specified by:
getScrollTop in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

getClientHeight

public int getClientHeight()
Specified by:
getClientHeight in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer

getClientWidth

public int getClientWidth()
Specified by:
getClientWidth in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IContainer


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