| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.extensions.behavior |
| Modifier and Type | Method and Description |
|---|---|
DraggableConfig |
DraggableConfig.addClasses(boolean value)
If set to false, will prevent the ui-draggable class from being added.
|
DraggableConfig |
DraggableConfig.Axis(DraggableConfig.Axis value)
Constrains dragging to either the horizontal (x) or vertical (y) axis.
|
DraggableConfig |
DraggableConfig.withCursor(String value)
The CSS cursor during the drag operation.
|
DraggableConfig |
DraggableConfig.withHandle(String value)
If specified, restricts dragging from starting unless the mousedown occurs on
the specified element(s).
|
| Constructor and Description |
|---|
Draggable(DraggableConfig config)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.