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

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

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

Methods in org.odlabs.wiquery.ui.sortable that return SortableBehavior.ToleranceEnum
 SortableBehavior.ToleranceEnum SortableBehavior.getTolerance()
           
 SortableBehavior.ToleranceEnum SortableAjaxBehavior.getTolerance()
           
static SortableBehavior.ToleranceEnum SortableBehavior.ToleranceEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortableBehavior.ToleranceEnum[] SortableBehavior.ToleranceEnum.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.ToleranceEnum
 SortableBehavior SortableBehavior.setTolerance(SortableBehavior.ToleranceEnum tolerance)
          Set's the tolerance intersect: draggable overlaps the droppable at least 50% pointer: mouse pointer overlaps the droppable
 SortableAjaxBehavior<E> SortableAjaxBehavior.setTolerance(SortableBehavior.ToleranceEnum tolerance)
          Set's the tolerance intersect: draggable overlaps the droppable at least 50% pointer: mouse pointer overlaps the droppable
 



Copyright © 2012. All Rights Reserved.