|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type parameter corresponding with Grid row typepublic static interface SelectionModel.Multi<T>
Selection model that allows for several rows to be selected at once.
| Nested Class Summary | |
|---|---|
static interface |
SelectionModel.Multi.Batched<T>
A multi selection model that can send selections and deselections in a batch, instead of committing them one-by-one. |
| Nested classes/interfaces inherited from interface com.vaadin.client.widget.grid.selection.SelectionModel |
|---|
SelectionModel.Multi<T>, SelectionModel.None<T>, SelectionModel.Single<T> |
| Method Summary | |
|---|---|
boolean |
deselect(java.util.Collection<T> rows)
Deselect all rows in a Collection. |
boolean |
deselect(T... rows)
Deselects one or more rows. |
boolean |
deselectAll()
De-selects all rows. |
boolean |
select(java.util.Collection<T> rows)
Select all rows in a Collection. |
boolean |
select(T... rows)
Selects one or more rows. |
| Methods inherited from interface com.vaadin.client.widget.grid.selection.SelectionModel |
|---|
getSelectedRows, getSelectionColumnRenderer, isSelected, reset, setGrid |
| Method Detail |
|---|
boolean select(T... rows)
rows - Grid row objects
boolean deselect(T... rows)
rows - Grid row objects
boolean deselectAll()
boolean select(java.util.Collection<T> rows)
Collection.
rows - a collection of Grid row objects
boolean deselect(java.util.Collection<T> rows)
Collection.
rows - a collection of Grid row objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||