Package | Description |
---|---|
com.google.gwt.view.client |
Classes and interfaces used by the
cellview widget set. |
Modifier and Type | Class and Description |
---|---|
class |
MultiSelectionModel<T>
A simple selection model that allows multiple items to be selected.
|
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.
|