Class TreeViewDescription.Init<T extends TreeViewDescription.Init<T>>

Direct Known Subclasses:
TreeViewDescription.Builder
Enclosing class:
TreeViewDescription

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

    • Init

      protected Init()
  • Method Details

    • build

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

      public T visibleNodes(String[] visibleNodes)
      Initializes the visible nodes in the tree view.
      Parameters:
      visibleNodes - the visible nodes
      Returns:
      the description instance with the update state (builder pattern)
    • selectedNodes

      public T selectedNodes(String[] selectedNodes)
      Initializes the selected nodes in the tree view.
      Parameters:
      selectedNodes - the selected nodes
      Returns:
      the description instance with the update state (builder pattern)
    • nodesCount

      public T nodesCount(Integer count)
      Initializes the number of nodes in the tree view.
      Parameters:
      count - the node count
      Returns:
      the description instance with the update state (builder pattern)