| Interface | Description |
|---|---|
| IDraggable |
This is a marker interface.
|
| IDroppable |
This is a marker interfaece.
|
| Class | Description |
|---|---|
| AbstractDragDropBehavior | |
| DraggableBehavior |
You can add an instance of this class to a Wicket
Component to make it
draggable. |
| DraggablesAcceptedByDroppable |
If you have a droppable element you sometimes want this droppable only to accept
a well defined set of draggable elements to be dropped onto this element.
|
| DroppableBehavior |
You can add an instance of this class to a Wicket
Component to make it
a droppable Component i.e. |
| Enum | Description |
|---|---|
| AbstractDragDropBehavior.EventType |
This is an internal enumeration of events happening during dragging and dropping.
|
| DraggableBehavior.DragHelperMode | |
| DraggableBehavior.DragRevertMode | |
| DraggableBehavior.DragSnapMode | |
| DroppableBehavior.DropTolerance |
Copyright © 2015. All rights reserved.