Class TreeViewTableDescription

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

public class TreeViewTableDescription extends UiObjectBaseDescription
The description of a Java TreeViewTable test object (for JavaFX only).
  • Constructor Details

  • Method Details

    • setRowsCount

      public void setRowsCount(Integer rowsCount)
      Sets the number of rows in a table.
      Parameters:
      rowsCount - the number of rows in a table.
    • getRowsCount

      public Integer getRowsCount()
      Returns the number of rows in a table.
      Returns:
      the number of rows in a table.
    • 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.
    • setColumnHeaders

      public void setColumnHeaders(String[] columnHeaders)
      Sets a collection of column headers in a table.
      Parameters:
      columnHeaders - a collection of column headers in a table.
    • getColumnHeaders

      public String[] getColumnHeaders()
      Returns the collection of column headers in a table.
      Returns:
      the collection of column headers in a table.
    • 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.