Package io.jmix.flowui.component.grid
Interface EnhancedDataGrid<T>
- All Known Subinterfaces:
EnhancedTreeDataGrid<T>
- All Known Implementing Classes:
DataGrid
,TreeDataGrid
public interface EnhancedDataGrid<T>
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.grid.Grid.Column<T>
addColumn
(MetaPropertyPath metaPropertyPath) com.vaadin.flow.component.grid.Grid.Column<T>
addColumn
(String key, MetaPropertyPath metaPropertyPath) getColumnMetaPropertyPath
(com.vaadin.flow.component.grid.Grid.Column<T> column) Deprecated.boolean
-
Method Details
-
getColumnMetaPropertyPath
@Nullable MetaPropertyPath getColumnMetaPropertyPath(com.vaadin.flow.component.grid.Grid.Column<T> column) -
addColumn
-
addColumn
com.vaadin.flow.component.grid.Grid.Column<T> addColumn(String key, MetaPropertyPath metaPropertyPath) -
isEditorCreated
boolean isEditorCreated() -
getVisibleColumns
Deprecated.useGrid.getColumns()
and filter returned list by visibility property- Returns:
- a copy of columns that are visible and not hidden by security
-
Grid.getColumns()
and filter returned list by visibility property