com.hp.lft.sdk.stdwin

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • visibleNodes

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

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

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