Uses of Class
org.odlabs.wiquery.ui.droppable.DroppableBehavior.ToleranceEnum

Packages that use DroppableBehavior.ToleranceEnum
org.odlabs.wiquery.ui.droppable   
 

Uses of DroppableBehavior.ToleranceEnum in org.odlabs.wiquery.ui.droppable
 

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

Methods in org.odlabs.wiquery.ui.droppable with parameters of type DroppableBehavior.ToleranceEnum
 DroppableBehavior DroppableBehavior.setTolerance(DroppableBehavior.ToleranceEnum tolerance)
          Set's the mode to use for testing whether a draggable is 'over' a droppable.
 DroppableAjaxBehavior<E> DroppableAjaxBehavior.setTolerance(DroppableBehavior.ToleranceEnum tolerance)
          Set's the mode to use for testing whether a draggable is 'over' a droppable.
 



Copyright © 2012. All Rights Reserved.