com.hp.lft.sdk.java

Class TreeViewDescription

    • Constructor Detail

      • TreeViewDescription

        public TreeViewDescription()
        Initializes a new instance of the TreeViewDescription class.
    • Method Detail

      • setVisibleNodesCount

        public void setVisibleNodesCount(java.lang.Integer visibleNodesCount)
        Sets the number of visible nodes.
        Parameters:
        visibleNodesCount - the number of visible nodes.
      • getVisibleNodesCount

        public java.lang.Integer getVisibleNodesCount()
        Returns the number of visible nodes in the tree.
        Returns:
        the number of visible nodes in the tree.
      • setColumnsCount

        public void setColumnsCount(java.lang.Integer columnsCount)
        Sets the number of columns in the tree.
        Parameters:
        columnsCount - the number of columns in the tree.
      • getColumnsCount

        public java.lang.Integer getColumnsCount()
        Returns the number of columns in the tree.
        Returns:
        the number of columns in the tree.
      • setSelectedNodes

        public void setSelectedNodes(java.lang.String[] selectedNodes)
        Sets the selected nodes in the tree.
        Parameters:
        selectedNodes - the selected nodes in the tree.
      • getSelectedNodes

        public java.lang.String[] getSelectedNodes()
        Returns the selected nodes in the tree.
        Returns:
        the selected nodes in the tree.