Uses of Class
com.googlecode.wicket.jquery.ui.interaction.draggable.Draggable
Packages that use Draggable
Package
Description
-
Uses of Draggable in com.googlecode.wicket.jquery.ui.interaction.draggable
Methods in com.googlecode.wicket.jquery.ui.interaction.draggable that return DraggableModifier and TypeMethodDescriptionfinal Draggable<?>Creates the newDraggablefor the given selectorprotected abstract Draggable<?>Draggable.setAxis(Draggable.Axis axis) Sets theDraggable.Axison which it is possible to drag the componentDraggable.setContainment(Draggable.Containment containment) Sets the container, specified by aDraggable.Containment, on which this component is allowed to move.Draggable.setContainment(String selector) Sets the container, specified by its selector, on which this component is allowed to move.Draggable.setContainment(org.apache.wicket.Component component) Sets the container on which this component is allowed to move.Sets the grid on which snapping the componentSet 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 DraggableModifier and TypeMethodDescriptionprotected Draggable<?>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