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

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

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

Methods in org.odlabs.wiquery.ui.selectable that return SelectableBehavior
 SelectableBehavior SelectableAjaxBehavior.getSelectableBehavior()
           
 SelectableBehavior SelectableBehavior.setAutoRefresh(boolean autoRefresh)
          This determines whether to refresh (recalculate) the position and size of each selected at the beginning of each select operation.
 SelectableBehavior SelectableBehavior.setCancel(String cancel)
          Set's the prevent selecting if you start on elements matching the selector
 SelectableBehavior SelectableBehavior.setDelay(int delay)
          Set's the delay (in milliseconds) to define when the selecting should start
 SelectableBehavior SelectableBehavior.setDisabled(boolean disabled)
          Disables (true) or enables (false) the selectable.
 SelectableBehavior SelectableBehavior.setDistance(int distance)
          Set's the tolerance in pixels
 SelectableBehavior SelectableBehavior.setFilter(String filter)
          Set's the matching child to be selectable
 SelectableBehavior SelectableBehavior.setSelectedEvent(JsScopeUiEvent selected)
          Set's the selected event This event is triggered at the end of the select operation, on each element added to the selection.
 SelectableBehavior SelectableBehavior.setSelectingEvent(JsScopeUiEvent selecting)
          Set's the selecting event This event is triggered during the select operation, on each element added to the selection.
 SelectableBehavior SelectableBehavior.setStartEvent(JsScopeUiEvent start)
          Set's the start event This event is triggered at the beginning of the select operation.
 SelectableBehavior SelectableBehavior.setStopEvent(JsScopeUiEvent stop)
          Set's the stop event This event is triggered at the end of the select operation.
 SelectableBehavior SelectableBehavior.setTolerance(SelectableBehavior.ToleranceEnum tolerance)
          Set's the tolerance fit: draggable overlaps the droppable entirely touch: draggable overlaps the droppable any amount
 SelectableBehavior SelectableBehavior.setUnselectedEvent(JsScopeUiEvent unselected)
          Set's the unselected event This event is triggered at the end of the select operation, on each element removed from the selection.
 SelectableBehavior SelectableBehavior.setUnselectingEvent(JsScopeUiEvent unselecting)
          Set's the unselecting event This event is triggered during the select operation, on each element removed from the selection.
 



Copyright © 2012. All Rights Reserved.