Class StatusBarDescription.Init<T extends StatusBarDescription.Init<T>>

Direct Known Subclasses:
StatusBarDescription.Builder
Enclosing class:
StatusBarDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

      public T errorCode(StringProperty errorCode)
      Initializes the status bar's errorCode.
      Parameters:
      errorCode - the error code of the displayed message.
      Returns:
      the description instance with the update state (builder pattern).
    • errorCode

      public T errorCode(String errorCode)
      Initializes the status bar's errorCode.
      Parameters:
      errorCode - the error code of the displayed message.
      Returns:
      the description instance with the update state (builder pattern).
    • message

      public T message(StringProperty message)
      Initializes the status bar's message.
      Parameters:
      message - the text of the displayed message.
      Returns:
      the description instance with the update state (builder pattern).
    • message

      public T message(String message)
      Initializes the status bar's message.
      Parameters:
      message - the text of the displayed message.
      Returns:
      the description instance with the update state (builder pattern).
    • classPath

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