Package com.vaadin.client.widget.grid.selection
-
Interface Summary Interface Description HasSelectionHandlers<T> Marker interface for widgets that fires selection events.SelectionHandler<T> Handler forSelectionEvent
s.SelectionModel<T> Models the selection logic of aGrid
component.SelectionModelWithSelectionColumn Interface for SelectionModels that wants Grid to display a selection column. -
Class Summary 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> Selection model that does not allow any selection.SpaceSelectHandler<T> Generic class to perform selections when pressing space key.