Class TreeViewDescription

All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class TreeViewDescription extends UiObjectWithLayoutInfoDescription
The description of a standard Windows TreeView object.
  • Constructor Details

    • 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 Details

    • setVisibleNodes

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

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

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

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

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

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