| Interface | Description |
|---|---|
| HasSelectionHandlers<T> |
Marker interface for widgets that fires selection events.
|
| SelectionHandler<T> |
Handler for
SelectionEvents. |
| SelectionModel<T> |
Models the selection logic of a
Grid component. |
| SelectionModelWithSelectionColumn |
Interface for SelectionModels that wants Grid to display a selection column.
|
| Class | Description |
|---|---|
| ClickSelectHandler<T> |
Generic class to perform selections when clicking on cells in body of Grid.
|
| MultiSelectionRenderer<T> |
Renderer showing multi selection check boxes.
|
| SelectionEvent<T> |
Event object describing a change in Grid row selection state.
|
| SelectionModel.NoSelectionModel<T> | |
| SpaceSelectHandler<T> |
Generic class to perform selections when pressing space key.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.