| Package | Description |
|---|---|
| com.vaadin.flow.data.selection |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SelectionModel.Multi<C extends Component,T>
A selection model in which multiple items can be selected at the same
time.
|
static interface |
SelectionModel.Single<C extends Component,T>
A selection model in which at most one item can be selected at a time.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.