Class ViewDescription

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

public class ViewDescription extends UiObjectBaseDescription
The description of a View test object in a mobile application.
  • Constructor Details

    • ViewDescription

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

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

    • setScrollable

      public void setScrollable(Boolean isScrollable)
      Sets whether the view can be scrolled.
      Parameters:
      isScrollable - true if the view can be scrolled.
    • isScrollable

      public Boolean isScrollable()
      Indicates whether the view can be scrolled.
      Returns:
      true if the object can be scrolled.