| Package | Description |
|---|---|
| com.googlecode.wicket.kendo.ui.interaction.draggable |
| Modifier and Type | Method and Description |
|---|---|
Draggable<T> |
Draggable.setAxis(Draggable.Axis axis)
Constrains the hint movement to either the horizontal (x) or vertical (y) axis.
|
Draggable<T> |
Draggable.setContainer(org.apache.wicket.Component component)
If set, the hint movement is constrained to the container boundaries.
|
Draggable<T> |
Draggable.setContainer(String selector)
If set, the hint movement is constrained to the container boundaries.
|
Draggable<T> |
Draggable.setDistance(Integer distance)
Sets the required distance that the mouse should travel in order to initiate a drag.
|
protected Draggable<T> |
Draggable.setHint(String function)
Provides a way for customization of the drag indicator
|
Copyright © 2021 7thWeb. All rights reserved.