Uses of Class
org.odlabs.wiquery.ui.selectable.SelectableBehavior.ToleranceEnum

Packages that use SelectableBehavior.ToleranceEnum
org.odlabs.wiquery.ui.selectable   
 

Uses of SelectableBehavior.ToleranceEnum in org.odlabs.wiquery.ui.selectable
 

Methods in org.odlabs.wiquery.ui.selectable that return SelectableBehavior.ToleranceEnum
 SelectableBehavior.ToleranceEnum SelectableBehavior.getTolerance()
           
 SelectableBehavior.ToleranceEnum SelectableAjaxBehavior.getTolerance()
           
static SelectableBehavior.ToleranceEnum SelectableBehavior.ToleranceEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectableBehavior.ToleranceEnum[] SelectableBehavior.ToleranceEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odlabs.wiquery.ui.selectable with parameters of type SelectableBehavior.ToleranceEnum
 SelectableBehavior SelectableBehavior.setTolerance(SelectableBehavior.ToleranceEnum tolerance)
          Set's the tolerance fit: draggable overlaps the droppable entirely touch: draggable overlaps the droppable any amount
 SelectableAjaxBehavior SelectableAjaxBehavior.setTolerance(SelectableBehavior.ToleranceEnum tolerance)
          Set's the tolerance fit: draggable overlaps the droppable entirely touch: draggable overlaps the droppable any amount
 



Copyright © 2012. All Rights Reserved.