Class CalendarDescription.Init<T extends CalendarDescription.Init<T>>

Direct Known Subclasses:
CalendarDescription.Builder
Enclosing class:
CalendarDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

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

      public T parentText(String parentText)
      Initializes the text associated with the parent object of this object.
      Parameters:
      parentText - the text to associate with the parent object
      Returns:
      the description instance with the update state (builder pattern)
    • helpText

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

      public T helpText(String helpText)
      Initializes help text associated with this object.
      Parameters:
      helpText - the help text associated with the this object
      Returns:
      the description instance with the update state (builder pattern)