Class TabDescription.Init<T extends TabDescription.Init<T>>

Direct Known Subclasses:
TabDescription.Builder
Enclosing class:
TabDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

      public T label(StringProperty label)
      Initializes the tab's label.
      Parameters:
      label - the text displayed on the object.
      Returns:
      the description instance with the update state (builder pattern).
    • label

      public T label(String label)
      Initializes the tab's label.
      Parameters:
      label - the text displayed on the object.
      Returns:
      the description instance with the update state (builder pattern).
    • classPath

      public T classPath(StringProperty classPath)
      Initializes the tab'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 tab'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).