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 SummaryFieldsModifier and TypeFieldDescriptionprotected com.vaadin.flow.component.grid.Grid.Column<E>protected MetaPropertyPathprotected Boolean
- 
Constructor SummaryConstructorsConstructorDescriptionColumnSecurityContext(com.vaadin.flow.component.grid.Grid.Column<E> column, MetaPropertyPath metaPropertyPath, Boolean propertyEnabled) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Field Details- 
column
- 
metaPropertyPath
- 
propertyEnabled
 
- 
- 
Constructor Details- 
ColumnSecurityContextpublic ColumnSecurityContext(com.vaadin.flow.component.grid.Grid.Column<E> column, MetaPropertyPath metaPropertyPath, Boolean propertyEnabled) 
 
- 
- 
Method Details- 
getColumn
- 
getMetaPropertyPath
- 
isPropertyEnabled
 
-