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 Details

    • getGroupDataGrid

      GroupDataGrid<E> getGroupDataGrid()
      Returns:
      the group data grid
    • setGroupDataGrid

      void setGroupDataGrid(GroupDataGrid<E> groupDataGrid)
      Sets the GroupDataGrid.
      Parameters:
      groupDataGrid - the group data grid to set