Interface GroupTable.GroupColumn<E>

Type Parameters:
E - row item type
All Superinterfaces:
Component.HasCaption, Component.HasDescription, Component.HasXmlDescriptor, HasFormatter, HasHtmlCaption, Table.Column<E>
All Known Implementing Classes:
GroupTableImpl.GroupColumnImpl
Enclosing interface:
GroupTable<E>

public static interface GroupTable.GroupColumn<E> extends Table.Column<E>
GroupTable column.
  • Method Details

    • isGroupAllowed

      boolean isGroupAllowed()
      Returns:
      whether a user can group by this column
    • setGroupAllowed

      @StudioProperty(defaultValue="true") void setGroupAllowed(boolean groupAllowed)
      Sets whether a user can group by this column.
      Parameters:
      groupAllowed - whether a user can group by this column