Class GridDescription

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

public class GridDescription extends TableBaseDescription
Description of a SAP GUI for Windows grid.
  • Constructor Details

    • GridDescription

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

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

    • setSelectionMode

      public void setSelectionMode(GridSelectionMode selectionMode)
      Sets which selections can be made in the grid.
      Parameters:
      selectionMode - the selection mode.
    • getSelectionMode

      public GridSelectionMode getSelectionMode()
      Indicates which selections can be made in the grid.
      Returns:
      the selection mode.