Class ListBoxDescription.Init<T extends ListBoxDescription.Init<T>>

Direct Known Subclasses:
ListBoxDescription.Builder
Enclosing class:
ListBoxDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

      public T selectType(SelectType selectType)
      Initializes the selection type of the list box.
      Parameters:
      selectType - the selection type of the list box. Possible values: SelectType
      Returns:
      The description instance with the update state (builder pattern).