| Package | Description |
|---|---|
| com.googlecode.wicket.jquery.ui.interaction.draggable | |
| com.googlecode.wicket.jquery.ui.interaction.selectable |
| Modifier and Type | Method and Description |
|---|---|
Draggable<?> |
AbstractDraggableFactory.create(java.lang.String id,
java.lang.String selector)
Creates the new
Draggable for the given selector |
protected abstract Draggable<?> |
AbstractDraggableFactory.create(java.lang.String id,
java.lang.String selector,
java.lang.String helper)
|
Draggable<T> |
Draggable.setAxis(Draggable.Axis axis)
Sets the
Draggable.Axis on which it is possible to drag the component |
Draggable<T> |
Draggable.setContainment(org.apache.wicket.Component component)
Sets the container on which this component is allowed to move.
|
Draggable<T> |
Draggable.setContainment(Draggable.Containment containment)
Sets the container, specified by a
Draggable.Containment, on which this component is allowed to move. |
Draggable<T> |
Draggable.setContainment(java.lang.String selector)
Sets the container, specified by its selector, on which this component is allowed to move.
|
Draggable<T> |
Draggable.setGrid(java.util.List<java.lang.Integer> grid)
Sets the grid on which snapping the component
|
Draggable<T> |
Draggable.setRevert(java.lang.Boolean revert)
Set whether the component should revert to its original position
|
| Modifier and Type | Method and Description |
|---|---|
protected Draggable<?> |
SelectableDraggableFactory.create(java.lang.String id,
java.lang.String selector,
java.lang.String helper) |
Draggable<?> |
Selectable.createDraggable(java.lang.String id)
Creates a
Draggable object that is related to this Selectable.Uses a default factory that will create a Draggable with a ui-icon-arrow-4-diag icon |
Draggable<?> |
Selectable.createDraggable(java.lang.String id,
SelectableDraggableFactory factory)
Creates a
Draggable object that is related to this Selectable |
Copyright © 2014 7thWeb. All Rights Reserved.