Uses of Class
com.google.gwt.view.client.SelectionModel.AbstractSelectionModel
Packages that use SelectionModel.AbstractSelectionModel
-
Uses of SelectionModel.AbstractSelectionModel in com.google.gwt.view.client
Subclasses of SelectionModel.AbstractSelectionModel in com.google.gwt.view.clientModifier and TypeClassDescriptionclassA convenienceSelectionModelthat allows items to be selected according to a subclass-defined rule, plus a list of positive or negative exceptions.classA simple selection model that allows multiple items to be selected.classA selection model that does not allow selection, but fires selection change events.classA simple selection model that allows multiple items to be selected and retains order of selection.classA simple selection model that allows only one item to be selected a a time.