Uses of Class
org.odlabs.wiquery.ui.draggable.DraggableBehavior.SnapModeEnum

Packages that use DraggableBehavior.SnapModeEnum
org.odlabs.wiquery.ui.draggable   
 

Uses of DraggableBehavior.SnapModeEnum in org.odlabs.wiquery.ui.draggable
 

Methods in org.odlabs.wiquery.ui.draggable that return DraggableBehavior.SnapModeEnum
 DraggableBehavior.SnapModeEnum DraggableBehavior.getSnapMode()
          Returns the snapMode option
 DraggableBehavior.SnapModeEnum DraggableAjaxBehavior.getSnapMode()
          Returns the snapMode option
static DraggableBehavior.SnapModeEnum DraggableBehavior.SnapModeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DraggableBehavior.SnapModeEnum[] DraggableBehavior.SnapModeEnum.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.SnapModeEnum
 DraggableBehavior DraggableBehavior.setSnapMode(DraggableBehavior.SnapModeEnum snapMode)
          Sets the edges of snap elements the draggable will snap to.
 DraggableAjaxBehavior DraggableAjaxBehavior.setSnapMode(DraggableBehavior.SnapModeEnum snapMode)
          Sets the edges of snap elements the draggable will snap to.
 



Copyright © 2012. All Rights Reserved.