We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.widget.grid.selection.
Package com.vaadin.client.widget.grid.selection
-
Interface Summary Interface Description HasSelectionHandlers<T> Marker interface for widgets that fires selection events.
SelectionHandler<T> Handler for
SelectionEvent
s.SelectionModel<T> Models the selection logic of a
Grid
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.