Uses of Enum Class
com.googlecode.wicket.jquery.ui.interaction.draggable.Draggable.Containment
Packages that use Draggable.Containment
-
Uses of Draggable.Containment in com.googlecode.wicket.jquery.ui.interaction.draggable
Methods in com.googlecode.wicket.jquery.ui.interaction.draggable that return Draggable.ContainmentModifier and TypeMethodDescriptionstatic Draggable.ContainmentReturns the enum constant of this class with the specified name.static Draggable.Containment[]Draggable.Containment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.googlecode.wicket.jquery.ui.interaction.draggable with parameters of type Draggable.ContainmentModifier and TypeMethodDescriptionDraggable.setContainment(Draggable.Containment containment) Sets the container, specified by aDraggable.Containment, on which this component is allowed to move.