Interface EnhancedDataGrid<T>

All Known Subinterfaces:
EnhancedTreeDataGrid<T>
All Known Implementing Classes:
DataGrid, TreeDataGrid

public interface EnhancedDataGrid<T>
  • Method Details

    • getColumnMetaPropertyPath

      @Nullable MetaPropertyPath getColumnMetaPropertyPath(com.vaadin.flow.component.grid.Grid.Column<T> column)
    • addColumn

      com.vaadin.flow.component.grid.Grid.Column<T> addColumn(MetaPropertyPath metaPropertyPath)
    • addColumn

      com.vaadin.flow.component.grid.Grid.Column<T> addColumn(String key, MetaPropertyPath metaPropertyPath)
    • isEditorCreated

      boolean isEditorCreated()
    • getVisibleColumns

      @Deprecated List<com.vaadin.flow.component.grid.Grid.Column<T>> getVisibleColumns()
      Deprecated.
      use Grid.getColumns() and filter returned list by visibility property
      Returns:
      a copy of columns that are visible and not hidden by security