Uses of Interface
com.vaadin.v7.client.widget.grid.selection.SelectionModel.Multi
-
Packages that use SelectionModel.Multi Package Description com.vaadin.v7.client.connectors com.vaadin.v7.client.widget.grid.events com.vaadin.v7.client.widget.grid.selection -
-
Uses of SelectionModel.Multi in com.vaadin.v7.client.connectors
Classes in com.vaadin.v7.client.connectors that implement SelectionModel.Multi Modifier and Type Class Description protected classMultiSelectionModelConnector.MultiSelectionModelThe default multi selection model used for this connector.Methods in com.vaadin.v7.client.connectors that return SelectionModel.Multi Modifier and Type Method Description protected SelectionModel.Multi<elemental.json.JsonObject>MultiSelectionModelConnector. createSelectionModel() -
Uses of SelectionModel.Multi in com.vaadin.v7.client.widget.grid.events
Methods in com.vaadin.v7.client.widget.grid.events that return SelectionModel.Multi Modifier and Type Method Description SelectionModel.Multi<T>SelectAllEvent. getSelectionModel()Constructors in com.vaadin.v7.client.widget.grid.events with parameters of type SelectionModel.Multi Constructor Description SelectAllEvent(SelectionModel.Multi<T> selectionModel) -
Uses of SelectionModel.Multi in com.vaadin.v7.client.widget.grid.selection
Subinterfaces of SelectionModel.Multi in com.vaadin.v7.client.widget.grid.selection Modifier and Type Interface Description static interfaceSelectionModel.Multi.Batched<T>A multi selection model that can send selections and deselections in a batch, instead of committing them one-by-one.Classes in com.vaadin.v7.client.widget.grid.selection that implement SelectionModel.Multi Modifier and Type Class Description classSelectionModelMulti<T>Multi-row selection model.
-