| Package | Description |
|---|---|
| com.vaadin.client.connectors.grid | |
| com.vaadin.client.widget.grid.events | |
| com.vaadin.client.widget.grid.selection | |
| com.vaadin.client.widgets |
| Modifier and Type | Class and Description |
|---|---|
protected class |
MultiSelectionModelConnector.MultiSelectionModel
Client side multiselection model implementation.
|
protected class |
SingleSelectionModelConnector.SingleSelectionModel
Single selection model for grid.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionModel<T> |
SelectAllEvent.getSelectionModel()
The selection model in use.
|
| Constructor and Description |
|---|
SelectAllEvent(SelectionModel<T> selectionModel)
Constructs a new select all event when all rows in grid are selected.
|
SelectAllEvent(SelectionModel<T> selectionModel,
boolean allSelected) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectionModel.NoSelectionModel<T>
Selection model that does not allow any selection.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionModel<T> |
Grid.getSelectionModel()
Gets a reference to the current selection model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setSelectionModel(SelectionModel<T> selectionModel)
Sets the current selection model.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.