Class TableDescription.Init<T extends TableDescription.Init<T>>

Direct Known Subclasses:
TableDescription.Builder
Enclosing class:
TableDescription

protected abstract static class TableDescription.Init<T extends TableDescription.Init<T>> extends TableBaseDescription.Init<T>
Helper class for TableDescription.Builder.
  • Constructor Details

    • Init

      protected Init()
  • Method Details

    • build

      public TableDescription build()
      Description copied from class: DescriptionBase.Init
      Returns the built description instance (builder pattern).
      Overrides:
      build in class TableBaseDescription.Init<T extends TableDescription.Init<T>>
      Returns:
      The built description instance (builder pattern).
    • columnSelectionMode

      public T columnSelectionMode(TableSelectionMode columnSelectionMode)
      Initializes which selections can be made on the columns
      Parameters:
      columnSelectionMode - which selections can be made on the columns.
      Returns:
      the description instance with the update state (builder pattern)
    • rowSelectionMode

      public T rowSelectionMode(TableSelectionMode rowSelectionMode)
      Initializes which selections can be made on the rows
      Parameters:
      rowSelectionMode - which selections can be made on the rows.
      Returns:
      the description instance with the update state (builder pattern)