Class TableBaseDescription.Init<T extends TableBaseDescription.Init<T>>

Direct Known Subclasses:
APOGridDescription.Init, GridDescription.Init, TableDescription.Init
Enclosing class:
TableBaseDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

      public T title(StringProperty title)
      Initializes the title value of the object.
      Parameters:
      title - a StringProperty or RegExpProperty.
      Returns:
      the description instance with the update state (builder pattern).
    • title

      public T title(String title)
      Initializes the title value of the object.
      Parameters:
      title - the title.
      Returns:
      the description instance with the update state (builder pattern).
    • enabled

      public T enabled(Boolean enabled)
      Initializes whether the object can accept user input.
      Parameters:
      enabled - true if enabled.
      Returns:
      the description instance with the update state (builder pattern).