com.hp.lft.sdk.java

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • visibleNodesCount

        public T visibleNodesCount(java.lang.Integer visibleNodesCount)
        Initializes the number of visible nodes in the tree.
        Parameters:
        visibleNodesCount - the number of visible nodes in the tree.
        Returns:
        the description instance with the updated state (builder pattern).
      • columnsCount

        public T columnsCount(java.lang.Integer columnsCount)
        Initializes the number of columns in the tree.
        Parameters:
        columnsCount - the number of columns in the tree.
        Returns:
        the description instance with the updated state (builder pattern).
      • selectedNodes

        public T selectedNodes(java.lang.String[] selectedNodes)
        Initializes the selected nodes in the tree.
        Parameters:
        selectedNodes - the selected nodes in the tree.
        Returns:
        the description instance with the updated state (builder pattern).