| Package | Description |
|---|---|
| com.vaadin.data | |
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SelectionModel.Multi<T>
A selection model in which multiple items can be selected at the same
time.
|
static interface |
SelectionModel.Single<T>
A selection model in which at most one item can be selected at a time.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Tree.TreeMultiSelectionModel<T>
Custom MultiSelectionModel for Tree.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionModel<T> |
Tree.getSelectionModel()
Returns the selection model for this Tree.
|
SelectionModel<T> |
Tree.setSelectionMode(Grid.SelectionMode selectionMode)
Sets the tree's selection mode.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridSelectionModel<T>
The server-side interface that controls Grid's selection state.
|
interface |
MultiSelectionModel<T>
Multiselection model interface for Grid.
|
interface |
SingleSelectionModel<T>
Single selection model interface for Grid.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelectionModel<T>
Abstract selection model for grid.
|
class |
MultiSelectionModelImpl<T>
Multiselection model for grid.
|
class |
NoSelectionModel<T>
Selection model that doesn't allow selecting anything from the grid.
|
class |
SingleSelectionModelImpl<T>
Single selection model for grid.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.