Interface HasGroupDataGrid<E>
- Type Parameters:
E- entity type
- All Known Implementing Classes:
GroupDataGridColumnComponentRenderer,GroupDataGridColumnTextRenderer
public interface HasGroupDataGrid<E>
Interface to be implemented by renderers that depend on a
GroupDataGrid.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetGroupDataGrid(GroupDataGrid<E> groupDataGrid) Sets theGroupDataGrid.
-
Method Details
-
getGroupDataGrid
GroupDataGrid<E> getGroupDataGrid()- Returns:
- the group data grid
-
setGroupDataGrid
Sets theGroupDataGrid.- Parameters:
groupDataGrid- the group data grid to set
-