com.hp.lft.sdk.stdwin

Class TreeViewDescription

    • Constructor Detail

      • TreeViewDescription

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

        protected TreeViewDescription(TreeViewDescription.Init<?> init)
        Initializes a new instance of the TreeViewDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setVisibleNodes

        public void setVisibleNodes(java.lang.String[] visibleNodes)
        Sets the visible nodes in the TreeViewDescription.
        Parameters:
        visibleNodes - the items in the TreeViewDescription.
      • getVisibleNodes

        public java.lang.String[] getVisibleNodes()
        Returns the visible nodes in the TreeViewDescription.
        Returns:
        the visible nodes in the TreeViewDescription.
      • setSelectedNodes

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

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

        public void setNodesCount(java.lang.Integer count)
        Sets the number of nodes in the TreeViewDescription.
        Parameters:
        count - the number of nodes in the TreeViewDescription.
      • getNodesCount

        public java.lang.Integer getNodesCount()
        Returns the number of nodes in the TreeViewDescription.
        Returns:
        the number of nodes in the TreeViewDescription.