| Package | Description |
|---|---|
| com.vaadin.client.connectors | |
| com.vaadin.client.widget.grid.selection | |
| com.vaadin.client.widgets |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelectionModelConnector<T extends SelectionModel<elemental.json.JsonObject>>
Base class for all selection model connectors.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSelectionModelConnector.AbstractSelectionModel |
protected class |
MultiSelectionModelConnector.MultiSelectionModel |
class |
SingleSelectionModelConnector.SingleSelectionModel
SingleSelectionModel without a selection column renderer.
|
| Modifier and Type | Method and Description |
|---|---|
protected SelectionModel<elemental.json.JsonObject> |
NoSelectionModelConnector.createSelectionModel() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SelectionModel.Multi<T>
Selection model that allows for several rows to be selected at once.
|
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.
|
static interface |
SelectionModel.None<T>
Interface for a selection model that does not allow anything to be
selected.
|
static interface |
SelectionModel.Single<T>
Selection model that allows a maximum of one row to be selected at any
one time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRowHandleSelectionModel<T>
An abstract class that adds a consistent API for common methods that's needed
by Vaadin's server-based selection models to work.
|
class |
SelectionModelMulti<T>
Multi-row selection model.
|
class |
SelectionModelNone<T>
No-row selection model.
|
class |
SelectionModelSingle<T>
Single-row selection model.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> SelectionModel<T> |
Grid.SelectionMode.createModel() |
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 © 2016 Vaadin Ltd. All rights reserved.