Uses of Interface
com.google.gwt.view.client.SetSelectionModel
-
Packages that use SetSelectionModel Package Description com.google.gwt.view.client Classes and interfaces used by thecellviewwidget set. -
-
Uses of SetSelectionModel in com.google.gwt.view.client
Classes in com.google.gwt.view.client that implement SetSelectionModel Modifier and Type Class Description classMultiSelectionModel<T>A simple selection model that allows multiple items to be selected.classOrderedMultiSelectionModel<T>A simple selection model that allows multiple items to be selected and retains order of selection.classSingleSelectionModel<T>A simple selection model that allows only one item to be selected a a time.
-