Class TreeViewDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class TreeViewDescription extends UiObjectDescriptionBase
The description of a .NET Windows Forms TreeView test object.
  • Constructor Details

    • TreeViewDescription

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

      protected TreeViewDescription(TreeViewDescription.Init<?> init)
  • Method Details

    • setVisibleNodes

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

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

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

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

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

      public Integer getNodesCount()
      Returns the number of nodes in the tree view.
      Returns:
      the node count