Uses of Package
com.vaadin.client.widget.grid.selection
-
Packages that use com.vaadin.client.widget.grid.selection Package Description com.vaadin.client.connectors com.vaadin.client.widget.grid.events com.vaadin.client.widget.grid.selection com.vaadin.client.widgets -
Classes in com.vaadin.client.widget.grid.selection used by com.vaadin.client.connectors Class 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. -
Classes in com.vaadin.client.widget.grid.selection used by com.vaadin.client.widget.grid.events Class Description SelectionModel.Multi Selection model that allows for several rows to be selected at once. -
Classes in com.vaadin.client.widget.grid.selection used by com.vaadin.client.widget.grid.selection Class 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 forSelectionEvents.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. -
Classes in com.vaadin.client.widget.grid.selection used by com.vaadin.client.widgets Class Description HasSelectionHandlers Marker interface for widgets that fires selection events.SelectionHandler Handler forSelectionEvents.SelectionModel Common interface for all selection models.