Class TileDescription

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

public class TileDescription extends WebElementDescription
The description of an SAPUI5 Tile test object.
  • Constructor Details

    • TileDescription

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

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

    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets whether the tile is enabled.
      Parameters:
      enabled - true to enable the object.
    • isEnabled

      public Boolean isEnabled()
      Returns whether the tile is enabled.
      Returns:
      True if enabled.