Interface EnhancedTreeDataGrid<T>

All Superinterfaces:
EnhancedDataGrid<T>
All Known Implementing Classes:
TreeDataGrid

public interface EnhancedTreeDataGrid<T> extends EnhancedDataGrid<T>
  • Method Details

    • addHierarchyColumn

      com.vaadin.flow.component.grid.Grid.Column<T> addHierarchyColumn(MetaPropertyPath metaPropertyPath)
      Adds hierarchy column by the meta property path. see TreeDataGrid.getColumnByKey(String).
      Parameters:
      metaPropertyPath - meta property path to add column
      Returns:
      added column
    • addHierarchyColumn

      com.vaadin.flow.component.grid.Grid.Column<T> addHierarchyColumn(String key, MetaPropertyPath metaPropertyPath)
      Adds hierarchy column by the meta property path and specified key. The key is used to identify the column, see TreeDataGrid.getColumnByKey(String).
      Parameters:
      key - column key
      metaPropertyPath - meta property path to add column
      Returns:
      added column