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(String id,
String selector)
Creates the new
Draggable for the given selector |
protected abstract Draggable<?> |
AbstractDraggableFactory.create(String id,
String selector,
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(String selector)
Sets the container, specified by its selector, on which this component is allowed to move.
|
Draggable<T> |
Draggable.setGrid(List<Integer> grid)
Sets the grid on which snapping the component
|
Draggable<T> |
Draggable.setRevert(Boolean revert)
Set whether the component should revert to its original position
|
Modifier and Type | Method and Description |
---|---|
protected Draggable<?> |
SelectableDraggableFactory.create(String id,
String selector,
String helper) |
Draggable<?> |
Selectable.createDraggable(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(String id,
SelectableDraggableFactory factory)
Creates a
Draggable object that is related to this Selectable |
Copyright © 2016 7thWeb. All rights reserved.