| Class and Description |
|---|
| HasUserSelectionAllowed
Interface implemented by selection models which support disabling client side
selection while still allowing programmatic selection on the server.
|
| SelectionModel
Common interface for all selection models.
|
| SelectionModel.Multi
Selection model that allows for several rows to be selected at once.
|
| SelectionModel.Multi.Batched
A multi selection model that can send selections and deselections in
a batch, instead of committing them one-by-one.
|
| SelectionModel.Single
Selection model that allows a maximum of one row to be selected at any
one time.
|
| Class and Description |
|---|
| SelectionModel.Multi
Selection model that allows for several rows to be selected at once.
|
| Class and Description |
|---|
| AbstractRowHandleSelectionModel
An abstract class that adds a consistent API for common methods that's needed
by Vaadin's server-based selection models to work.
|
| HasUserSelectionAllowed
Interface implemented by selection models which support disabling client side
selection while still allowing programmatic selection on the server.
|
| SelectionEvent
Event object describing a change in Grid row selection state.
|
| SelectionHandler
Handler for
SelectionEvents. |
| SelectionModel
Common interface for all selection models.
|
| SelectionModel.Multi
Selection model that allows for several rows to be selected at once.
|
| SelectionModel.Multi.Batched
A multi selection model that can send selections and deselections in
a batch, instead of committing them one-by-one.
|
| SelectionModel.None
Interface for a selection model that does not allow anything to be
selected.
|
| SelectionModel.Single
Selection model that allows a maximum of one row to be selected at any
one time.
|
| Class and Description |
|---|
| HasSelectionHandlers
Marker interface for widgets that fires selection events.
|
| SelectionHandler
Handler for
SelectionEvents. |
| SelectionModel
Common interface for all selection models.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.