| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Grid.SelectionModel.HasUserSelectionAllowed
Interface implemented by selection models which support disabling
client side selection while still allowing programmatic selection on
the server.
|
static interface |
Grid.SelectionModel.Multi
A SelectionModel that supports multiple selections to be made.
|
static interface |
Grid.SelectionModel.None
A SelectionModel that does not allow for rows to be selected.
|
static interface |
Grid.SelectionModel.Single
A SelectionModel that supports for only single rows to be selected at
a time.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Grid.AbstractSelectionModel
A base class for SelectionModels that contains some of the logic that is
reusable.
|
static class |
Grid.MultiSelectionModel
A default implementation of a
Grid.SelectionModel.Multi |
static class |
Grid.NoSelectionModel
A default implementation for a
Grid.SelectionModel.None |
static class |
Grid.SingleSelectionModel
A default implementation of a
Grid.SelectionModel.Single |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Grid.SelectionModel |
Grid.SelectionMode.createModel() |
Grid.SelectionModel |
Grid.getSelectionModel()
Returns the currently used
Grid.SelectionModel. |
Grid.SelectionModel |
Grid.setSelectionMode(Grid.SelectionMode selectionMode)
Sets the Grid's selection mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setSelectionModel(Grid.SelectionModel selectionModel)
Takes a new
Grid.SelectionModel into use. |
Copyright © 2019 Vaadin Ltd. All rights reserved.