com.ebmwebsourcing.geasytools.geasyui.impl.droppable
Class Droppable

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.droppable.Droppable
All Implemented Interfaces:
IGraphicElement, IPositionable, IUIElement, IDroppable, IDroppableElement, ISelectable, com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.dom.client.HasMouseDownHandlers, com.google.gwt.event.dom.client.HasMouseUpHandlers, 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 abstract class Droppable
extends Selectable
implements IDroppable


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.core.UIElement
handlerManager
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
Droppable(IUIPanel uiPanel, java.lang.String id)
           
 
Method Summary
 void addDropHandler(IDropHandler dropHandler)
           
 IDDManager getDDManager()
           
 IDroppableDefaultHandlers getDroppableDefaultHandlers()
           
 IPoint getNorthWestPoint()
          North West x,y absolute positions of actual element
 IPoint getSouthEastPoint()
          South East x,y absolute positions of actual element
 
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, getId, getMainWidget, getMouseState, getRelativeX, getRelativeY, 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, 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.droppable.IDroppableElement
getAcceptedTypes, getHandlerManager, getId, getUIPanel
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement
getContainer, getHeight, getId, getMouseState, getName, getRelativeX, getRelativeY, getUIPanel, getWidth, setContainer, setHeight, setRelativeX, setRelativeY, setUIPanel, setWidth
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable
getAbsoluteLeft, getAbsoluteTop
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.core.IGraphicElement
hide, refresh, show, toBack, toFront
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.selectable.ISelectable
getHandlerManager, getIntersectionPoints
 

Constructor Detail

Droppable

public Droppable(IUIPanel uiPanel,
                 java.lang.String id)
Method Detail

addDropHandler

public void addDropHandler(IDropHandler dropHandler)
Specified by:
addDropHandler in interface IDroppableElement

getDDManager

public IDDManager getDDManager()
Specified by:
getDDManager in interface IDroppableElement

getDroppableDefaultHandlers

public IDroppableDefaultHandlers getDroppableDefaultHandlers()
Specified by:
getDroppableDefaultHandlers in interface IDroppableElement

getNorthWestPoint

public IPoint getNorthWestPoint()
Description copied from interface: IDroppableElement
North West x,y absolute positions of actual element

Specified by:
getNorthWestPoint in interface IDroppableElement
Returns:

getSouthEastPoint

public IPoint getSouthEastPoint()
Description copied from interface: IDroppableElement
South East x,y absolute positions of actual element

Specified by:
getSouthEastPoint in interface IDroppableElement
Returns:


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