Class ListDescription.Init<T extends ListDescription.Init<T>>

Direct Known Subclasses:
ListDescription.Builder
Enclosing class:
ListDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

      public T selectedIndex(Integer selectedIndex)
      Initializes the list's selectedIndex.
      Parameters:
      selectedIndex - the index of the selected item.
      Returns:
      the description instance with the update state (builder pattern).
    • selectedItem

      public T selectedItem(StringProperty selectedItem)
      Initializes the list's selectedItem.
      Parameters:
      selectedItem - the value of the selected item.
      Returns:
      the description instance with the update state (builder pattern).
    • selectedItem

      public T selectedItem(String selectedItem)
      Initializes the list's selectedItem.
      Parameters:
      selectedItem - the value of the selected item.
      Returns:
      the description instance with the update state (builder pattern).
    • classPath

      public T classPath(StringProperty classPath)
      Initializes the list'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 list'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).
    • objectDescription

      public T objectDescription(StringProperty objectDescription)
      Initializes the list's objectDescription.
      Parameters:
      objectDescription - the accessibility description of the object as specified by the server.
      Returns:
      the description instance with the update state (builder pattern).
    • objectDescription

      public T objectDescription(String objectDescription)
      Initializes the list's objectDescription.
      Parameters:
      objectDescription - the accessibility description of the object as specified by the server.
      Returns:
      the description instance with the update state (builder pattern).
    • objectName

      public T objectName(StringProperty objectName)
      Initializes the list's objectName.
      Parameters:
      objectName - the internal name of the object supplied by the application server.
      Returns:
      the description instance with the update state (builder pattern).
    • objectName

      public T objectName(String objectName)
      Initializes the list's objectName.
      Parameters:
      objectName - the internal name of the object supplied by the application server.
      Returns:
      the description instance with the update state (builder pattern).
    • tooltipText

      public T tooltipText(StringProperty tooltipText)
      Initializes the list's tooltipText.
      Parameters:
      tooltipText - the text displayed in the object's tooltip.
      Returns:
      the description instance with the update state (builder pattern).
    • tooltipText

      public T tooltipText(String tooltipText)
      Initializes the list's tooltipText.
      Parameters:
      tooltipText - the text displayed in the object's tooltip.
      Returns:
      the description instance with the update state (builder pattern).
    • caption

      public T caption(StringProperty caption)
      Initializes the list's caption.
      Parameters:
      caption - the caption of the object.
      Returns:
      the description instance with the update state (builder pattern).
    • caption

      public T caption(String caption)
      Initializes the list's caption.
      Parameters:
      caption - the caption of the object.
      Returns:
      the description instance with the update state (builder pattern).