public class DraggableConfig extends AbstractConfig
PopoverBehavior configuration| Modifier and Type | Class and Description |
|---|---|
static class |
DraggableConfig.Axis
all possible axis
|
AbstractConfig.IKey<T>| Constructor and Description |
|---|
DraggableConfig() |
| Modifier and Type | Method and Description |
|---|---|
DraggableConfig |
addClasses(boolean value)
If set to false, will prevent the ui-draggable class from being added.
|
DraggableConfig |
Axis(DraggableConfig.Axis value)
Constrains dragging to either the horizontal (x) or vertical (y) axis.
|
DraggableConfig |
withCursor(String value)
The CSS cursor during the drag operation.
|
DraggableConfig |
withHandle(String value)
If specified, restricts dragging from starting unless the mousedown occurs on
the specified element(s).
|
all, getString, isEmpty, newKey, put, remove, toJsonString, wrappublic DraggableConfig Axis(DraggableConfig.Axis value)
value - mandatory parameterpublic DraggableConfig addClasses(boolean value)
value - mandatory parameterpublic DraggableConfig withCursor(String value)
value - mandatory parameterpublic DraggableConfig withHandle(String value)
value - mandatory parameterCopyright © 2013 agilecoders.de. All Rights Reserved.