Class TableBaseDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable
Direct Known Subclasses:
APOGridDescription, GridDescription, TableDescription

public class TableBaseDescription extends ElementDescription
Base description for table, grid and APO grid control in SAP GUI for Windows application.
  • Constructor Details

    • TableBaseDescription

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

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

    • setTitle

      public void setTitle(StringProperty title)
      Sets the title of the object.
      Parameters:
      title - a StringProperty or RegExpProperty.
    • setTitle

      public void setTitle(String title)
      Sets the title of the object.
      Parameters:
      title - the title.
    • getTitle

      public StringProperty getTitle()
      Returns the title of the object.
      Returns:
      the title.
    • setEnabled

      public void setEnabled(Boolean isEnabled)
      Sets whether the object can accept user input.
      Parameters:
      isEnabled - true to enable.
    • isEnabled

      public Boolean isEnabled()
      Indicates whether the object can accept user input.
      Returns:
      true if enabled.