Class AbstractGridDelegate.ColumnSecurityContext<E>
java.lang.Object
io.jmix.flowui.component.delegate.AbstractGridDelegate.ColumnSecurityContext<E>
- Enclosing class:
- AbstractGridDelegate<C extends com.vaadin.flow.component.grid.Grid<E> & ListDataComponent<E> & EnhancedDataGrid<E> & HasActions,
E, ITEMS extends DataGridItems<E>>
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.vaadin.flow.component.grid.Grid.Column<E>
protected MetaPropertyPath
protected Boolean
-
Constructor Summary
ConstructorDescriptionColumnSecurityContext
(com.vaadin.flow.component.grid.Grid.Column<E> column, MetaPropertyPath metaPropertyPath, Boolean propertyEnabled) -
Method Summary
-
Field Details
-
column
-
metaPropertyPath
-
propertyEnabled
-
-
Constructor Details
-
ColumnSecurityContext
public ColumnSecurityContext(com.vaadin.flow.component.grid.Grid.Column<E> column, MetaPropertyPath metaPropertyPath, Boolean propertyEnabled)
-
-
Method Details
-
getColumn
-
getMetaPropertyPath
-
isPropertyEnabled
-