Uses of Interface
com.vaadin.v7.client.widget.grid.selection.SelectionModel.Single
-
Packages that use SelectionModel.Single Package Description com.vaadin.v7.client.connectors com.vaadin.v7.client.widget.grid.selection -
-
Uses of SelectionModel.Single in com.vaadin.v7.client.connectors
Classes in com.vaadin.v7.client.connectors that implement SelectionModel.Single Modifier and Type Class Description classSingleSelectionModelConnector.SingleSelectionModelSingleSelectionModel without a selection column renderer.Methods in com.vaadin.v7.client.connectors that return SelectionModel.Single Modifier and Type Method Description protected SelectionModel.Single<elemental.json.JsonObject>SingleSelectionModelConnector. createSelectionModel() -
Uses of SelectionModel.Single in com.vaadin.v7.client.widget.grid.selection
Classes in com.vaadin.v7.client.widget.grid.selection that implement SelectionModel.Single Modifier and Type Class Description classSelectionModelSingle<T>Single-row selection model.
-