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>>

public static class AbstractGridDelegate.ColumnSecurityContext<E> extends Object
  • Field Details

    • column

      protected com.vaadin.flow.component.grid.Grid.Column<E> column
    • metaPropertyPath

      protected MetaPropertyPath metaPropertyPath
    • propertyEnabled

      protected Boolean propertyEnabled
  • Constructor Details

    • ColumnSecurityContext

      public ColumnSecurityContext(com.vaadin.flow.component.grid.Grid.Column<E> column, MetaPropertyPath metaPropertyPath, Boolean propertyEnabled)
  • Method Details

    • getColumn

      public com.vaadin.flow.component.grid.Grid.Column<E> getColumn()
    • getMetaPropertyPath

      public MetaPropertyPath getMetaPropertyPath()
    • isPropertyEnabled

      public Boolean isPropertyEnabled()