Uses of Class
com.googlecode.wicket.jquery.ui.interaction.draggable.Draggable
-
Packages that use Draggable Package Description com.googlecode.wicket.jquery.ui.interaction.draggable com.googlecode.wicket.jquery.ui.interaction.selectable -
-
Uses of Draggable in com.googlecode.wicket.jquery.ui.interaction.draggable
Methods in com.googlecode.wicket.jquery.ui.interaction.draggable that return Draggable Modifier and Type Method Description Draggable<?>AbstractDraggableFactory. create(String id, String selector)Creates the newDraggablefor the given selectorprotected abstract Draggable<?>AbstractDraggableFactory. create(String id, String selector, String helper)Draggable<T>Draggable. setAxis(Draggable.Axis axis)Sets theDraggable.Axison which it is possible to drag the componentDraggable<T>Draggable. setContainment(Draggable.Containment containment)Sets the container, specified by aDraggable.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. setContainment(org.apache.wicket.Component component)Sets the container on which this component is allowed to move.Draggable<T>Draggable. setGrid(List<Integer> grid)Sets the grid on which snapping the componentDraggable<T>Draggable. setRevert(Boolean revert)Set whether the component should revert to its original position -
Uses of Draggable in com.googlecode.wicket.jquery.ui.interaction.selectable
Methods in com.googlecode.wicket.jquery.ui.interaction.selectable that return Draggable Modifier and Type Method Description protected Draggable<?>SelectableDraggableFactory. create(String id, String selector, String helper)Draggable<?>Selectable. createDraggable(String id)Creates aDraggableobject that is related to thisSelectable.
Uses a default factory that will create aDraggablewith aui-icon-arrow-4-diagiconDraggable<?>Selectable. createDraggable(String id, SelectableDraggableFactory factory)Creates aDraggableobject that is related to thisSelectable
-