|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.allen_sauer.gwt.dnd.client.drop.AbstractDropController
com.allen_sauer.gwt.dnd.client.drop.AbstractPositioningDropController
public abstract class AbstractPositioningDropController
A DropController
which allows a draggable widget to be placed at valid positions
(locations) on the drop target, such as AbsolutePanel
,
VerticalPanel
or
HorizontalPanel
. Which positions are valid is determined
by the implementing subclass.
Constructor Summary | |
---|---|
AbstractPositioningDropController(com.google.gwt.user.client.ui.Panel dropTarget)
Constructor. |
Method Summary |
---|
Methods inherited from class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController |
---|
getDropTarget, onDrop, onEnter, onLeave, onMove, onPreviewDrop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPositioningDropController(com.google.gwt.user.client.ui.Panel dropTarget)
dropTarget
- the drop target to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |