Class ToolBarDescription.Init<T extends ToolBarDescription.Init<T>>

Direct Known Subclasses:
ToolBarDescription.Builder
Enclosing class:
ToolBarDescription

protected abstract static class ToolBarDescription.Init<T extends ToolBarDescription.Init<T>> extends UiObjectDescriptionBase.Init<T>
  • Constructor Details

    • Init

      protected Init()
  • Method Details

    • build

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

      public T name(StringProperty name)
      Initializes the name of this object.
      Parameters:
      name - a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
      Returns:
      the description instance with the update state (builder pattern)
    • name

      public T name(String name)
      Initializes the name of this object.
      Parameters:
      name - the name of this object
      Returns:
      the description instance with the update state (builder pattern)