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 UiObjectBaseDescription
The description of a Java Tree test 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

    • setVisibleNodesCount

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

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

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

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

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

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