| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Class and Description |
|---|---|
static class |
Tree.TreeMultiSelectionModel<T>
Custom MultiSelectionModel for Tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> GridSelectionModel<T> |
Grid.SelectionMode.createModel()
Creates the selection model to use with this enum.
|
GridSelectionModel<T> |
Grid.getSelectionModel()
Returns the selection model for this grid.
|
GridSelectionModel<T> |
Grid.setSelectionMode(Grid.SelectionMode selectionMode)
Sets the grid's selection mode.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Grid.setSelectionModel(GridSelectionModel<T> model)
Sets the selection model for the grid.
|
| Modifier and Type | Interface and Description |
|---|---|
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 © 2022 Vaadin Ltd. All rights reserved.