Class PropertyGridDescription.Init<T extends PropertyGridDescription.Init<T>>

Direct Known Subclasses:
PropertyGridDescription.Builder
Enclosing class:
PropertyGridDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

      public T attachedText(StringProperty attachedText)
      Initializes the static text that is attached to this object.
      Parameters:
      attachedText - a StringProperty or RegExpProperty
      Returns:
      the description instance with the update state (builder pattern)
    • attachedText

      public T attachedText(String attachedText)
      Initializes the static text that is attached to this object.
      Parameters:
      attachedText - the static text
      Returns:
      the description instance with the update state (builder pattern)