| Package | Description |
|---|---|
| com.vaadin.client.connectors | |
| com.vaadin.client.widget.grid.events | |
| com.vaadin.client.widget.grid.selection |
| Modifier and Type | Class and Description |
|---|---|
protected class |
MultiSelectionModelConnector.MultiSelectionModel |
| Modifier and Type | Method and Description |
|---|---|
protected SelectionModel.Multi<elemental.json.JsonObject> |
MultiSelectionModelConnector.createSelectionModel() |
| Modifier and Type | Method and Description |
|---|---|
SelectionModel.Multi<T> |
SelectAllEvent.getSelectionModel() |
| Constructor and Description |
|---|
SelectAllEvent(SelectionModel.Multi<T> selectionModel) |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectionModelMulti<T>
Multi-row selection model.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.