Class ListOfValuesDescription.Init<T extends ListOfValuesDescription.Init<T>>

Direct Known Subclasses:
ListOfValuesDescription.Builder
Enclosing class:
ListOfValuesDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

      public T items(String[] items)
      Initializes the list of values's items.
      Parameters:
      items - the content of the object window.
      Returns:
      the description instance with the update state (builder pattern)
    • choicesNumber

      public T choicesNumber(Integer choicesNumber)
      Initializes the list of values's choicesNumber.
      Parameters:
      choicesNumber - the number of available choices (taking into account the active filter).
      Returns:
      the description instance with the update state (builder pattern).
    • title

      public T title(StringProperty title)
      Initializes the list of values's title.
      Parameters:
      title - the window title.
      Returns:
      the description instance with the update state (builder pattern).
    • title

      public T title(String title)
      Initializes the list of values's title.
      Parameters:
      title - the window title.
      Returns:
      the description instance with the update state (builder pattern).
    • classPath

      public T classPath(StringProperty classPath)
      Initializes the list of values's classPath.
      Parameters:
      classPath - the hierarchy of the object's Oracle class.
      Returns:
      the description instance with the update state (builder pattern).
    • classPath

      public T classPath(String classPath)
      Initializes the list of values's classPath.
      Parameters:
      classPath - the hierarchy of the object's Oracle class.
      Returns:
      the description instance with the update state (builder pattern).
    • enabled

      public T enabled(Boolean enabled)
      Indicates whether the object is enable.
      Parameters:
      enabled - true to set as enabled.
      Returns:
      the description instance with the update state (builder pattern).