|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DraggableBehavior.AxisEnum | |
---|---|
org.odlabs.wiquery.ui.draggable |
Uses of DraggableBehavior.AxisEnum in org.odlabs.wiquery.ui.draggable |
---|
Methods in org.odlabs.wiquery.ui.draggable that return DraggableBehavior.AxisEnum | |
---|---|
DraggableBehavior.AxisEnum |
DraggableBehavior.getAxis()
|
DraggableBehavior.AxisEnum |
DraggableAjaxBehavior.getAxis()
|
static DraggableBehavior.AxisEnum |
DraggableBehavior.AxisEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DraggableBehavior.AxisEnum[] |
DraggableBehavior.AxisEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.odlabs.wiquery.ui.draggable with parameters of type DraggableBehavior.AxisEnum | |
---|---|
DraggableBehavior |
DraggableBehavior.setAxis(DraggableBehavior.AxisEnum axis)
Constrains dragging to either the horizontal (x) or vertical (y) axis. |
DraggableAjaxBehavior |
DraggableAjaxBehavior.setAxis(DraggableBehavior.AxisEnum axis)
Constrains dragging to either the horizontal (x) or vertical (y) axis. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |