Class TableDescription

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

public class TableDescription extends TableBaseDescription
Description of a SAP GUI for Windows table.
  • Constructor Details

    • TableDescription

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

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

    • setColumnSelectionMode

      public void setColumnSelectionMode(TableSelectionMode selectionMode)
      Sets which selections can be made on the columns.
      Parameters:
      selectionMode - the possible selections.
    • getColumnSelectionMode

      public TableSelectionMode getColumnSelectionMode()
      Returns which selections can be made on the columns.
      Returns:
      the column selection mode.
    • setRowSelectionMode

      public void setRowSelectionMode(TableSelectionMode selectionMode)
      Sets which selections can be made on the rows.
      Parameters:
      selectionMode - the possible selections.
    • getRowSelectionMode

      public TableSelectionMode getRowSelectionMode()
      Returns which selections can be made on the rows.
      Returns:
      the row selection mode.