Uses of Class
org.odlabs.wiquery.ui.droppable.DroppableAjaxBehavior

Packages that use DroppableAjaxBehavior
org.odlabs.wiquery.ui.droppable   
 

Uses of DroppableAjaxBehavior in org.odlabs.wiquery.ui.droppable
 

Methods in org.odlabs.wiquery.ui.droppable that return DroppableAjaxBehavior
 DroppableAjaxBehavior<E> DroppableAjaxBehavior.setAccept(DroppableAccept accept)
          All draggables that match the selector will be accepted.
 DroppableAjaxBehavior<E> DroppableAjaxBehavior.setActiveClass(String activeClass)
          If specified, the class will be added to the droppable while an acceptable draggable is being dragged.
 DroppableAjaxBehavior<E> DroppableAjaxBehavior.setAddClasses(boolean addClasses)
          If true, will prevent event propagation on nested droppables.
 DroppableAjaxBehavior<E> DroppableAjaxBehavior.setDisabled(boolean disabled)
          Disables (true) or enables (false) the droppable.
 DroppableAjaxBehavior<E> DroppableAjaxBehavior.setGreedy(boolean greedy)
          If true, will prevent event propagation on nested droppables.
 DroppableAjaxBehavior<E> DroppableAjaxBehavior.setHoverClass(String hoverClass)
          If specified, the class will be added to the droppable while an acceptable draggable is being hovered.
 DroppableAjaxBehavior<E> DroppableAjaxBehavior.setScope(String scope)
          Used to group sets of draggable and droppable items, in addition to droppable's accept option.
 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.