All Superinterfaces:
Cloneable, Component, ComponentContainer, CompositeComponent
All Known Implementing Classes:
ColumnImpl

public interface Column extends ComponentContainer
Represents a column in a list form. A column always has a Field which holds the actual data. The column itself has additional properties to change the column specific behaviour.
  • Method Details

    • isSortable

      boolean isSortable()
      If `true`, the column is sortable.
    • isShrinkToContent

      boolean isShrinkToContent()
    • isWidthFixed

      boolean isWidthFixed()
    • isSticky

      boolean isSticky()
    • getClientRenderer

      @Nullable @Nullable String getClientRenderer()