Interface SelectionModelWithSelectionColumn
-
- All Known Implementing Classes:
MultiSelectionModelConnector.MultiSelectionModel
public interface SelectionModelWithSelectionColumn
Interface for SelectionModels that wants Grid to display a selection column.- Since:
- 8.0
- Author:
- Vaadin Ltd
- See Also:
Renderer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Renderer<Boolean>
getRenderer()
Returns a new instance of the Renderer for selection column.
-