Class FormWindowDescription.Init<T extends FormWindowDescription.Init<T>>

Direct Known Subclasses:
FormWindowDescription.Builder
Enclosing class:
FormWindowDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

      public T shortTitle(StringProperty shortTitle)
      Initializes the form window's short title.
      Parameters:
      shortTitle - the window short title.
      Returns:
      the description instance with the update state (builder pattern).
    • shortTitle

      public T shortTitle(String shortTitle)
      Initializes the form window's short title.
      Parameters:
      shortTitle - the window short title.
      Returns:
      the description instance with the update state (builder pattern).
    • classPath

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