Uses of Class
org.odlabs.wiquery.ui.sortable.SortableBehavior.AxisEnum

Packages that use SortableBehavior.AxisEnum
org.odlabs.wiquery.ui.sortable   
 

Uses of SortableBehavior.AxisEnum in org.odlabs.wiquery.ui.sortable
 

Methods in org.odlabs.wiquery.ui.sortable that return SortableBehavior.AxisEnum
 SortableBehavior.AxisEnum SortableBehavior.getAxis()
           
 SortableBehavior.AxisEnum SortableAjaxBehavior.getAxis()
           
static SortableBehavior.AxisEnum SortableBehavior.AxisEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortableBehavior.AxisEnum[] SortableBehavior.AxisEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odlabs.wiquery.ui.sortable with parameters of type SortableBehavior.AxisEnum
 SortableBehavior SortableBehavior.setAxis(SortableBehavior.AxisEnum axis)
          If defined, the items can be dragged only horizontally or vertically.
 SortableAjaxBehavior<E> SortableAjaxBehavior.setAxis(SortableBehavior.AxisEnum axis)
          If defined, the items can be dragged only horizontally or vertically.
 



Copyright © 2012. All Rights Reserved.