Class DraggableBehavior.DraggableEvent
java.lang.Object
com.googlecode.wicket.jquery.core.JQueryEvent
com.googlecode.wicket.jquery.ui.interaction.draggable.DraggableBehavior.DraggableEvent
- Direct Known Subclasses:
DraggableBehavior.DragStartEvent,DraggableBehavior.DragStopEvent
- Enclosing class:
- DraggableBehavior
protected static class DraggableBehavior.DraggableEvent
extends com.googlecode.wicket.jquery.core.JQueryEvent
Provides a base class for
DraggableBehavior event objects-
Constructor Details
-
DraggableEvent
public DraggableEvent()Constructor.
-
-
Method Details
-
getTop
public int getTop()Gets the position's top value- Returns:
- the position's top value
-
getLeft
public int getLeft()Gets the position's left value- Returns:
- the position's left value
-
getOffsetTop
public int getOffsetTop()Gets the offset's top value- Returns:
- the offset's top value
-
getOffsetLeft
public int getOffsetLeft()Gets the offset's left value- Returns:
- the offset's left value
-