Class DataGridSettings.Column

java.lang.Object
io.jmix.flowui.facet.settings.component.DataGridSettings.Column
Enclosing class:
DataGridSettings

public static class DataGridSettings.Column extends Object
  • Field Details

    • key

      protected String key
    • width

      protected String width
    • visible

      protected Boolean visible
    • flexGrow

      protected int flexGrow
  • Constructor Details

    • Column

      public Column()
  • Method Details

    • getKey

      @Nullable public String getKey()
    • setKey

      public void setKey(@Nullable String key)
    • getWidth

      @Nullable public String getWidth()
    • setWidth

      public void setWidth(@Nullable String width)
    • getVisible

      @Nullable public Boolean getVisible()
    • setVisible

      public void setVisible(@Nullable Boolean visible)
    • getFlexGrow

      public int getFlexGrow()
    • setFlexGrow

      public void setFlexGrow(int flexGrow)