Uses of Class
com.vaadin.client.widgets.Grid.SelectionColumn
-
Packages that use Grid.SelectionColumn Package Description com.vaadin.client.widgets -
-
Uses of Grid.SelectionColumn in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return types with arguments of type Grid.SelectionColumn Modifier and Type Method Description Optional<Grid.SelectionColumn>
Grid. getSelectionColumn()
Returns the selection column for the grid if the selection model is of typeSelectionModelWithSelectionColumn
.
-