GWT 2.7.0

Uses of Class
com.google.gwt.view.client.SelectionModel.AbstractSelectionModel

Packages that use SelectionModel.AbstractSelectionModel
com.google.gwt.view.client Classes and interfaces used by the cellview widget set. 
 

Uses of SelectionModel.AbstractSelectionModel in com.google.gwt.view.client
 

Subclasses of SelectionModel.AbstractSelectionModel in com.google.gwt.view.client
 class DefaultSelectionModel<T>
          A convenience SelectionModel that allows items to be selected according to a subclass-defined rule, plus a list of positive or negative exceptions.
 class MultiSelectionModel<T>
          A simple selection model that allows multiple items to be selected.
 class NoSelectionModel<T>
          A selection model that does not allow selection, but fires selection change events.
 class OrderedMultiSelectionModel<T>
          A simple selection model that allows multiple items to be selected and retains order of selection.
 class SingleSelectionModel<T>
          A simple selection model that allows only one item to be selected a a time.
 


GWT 2.7.0