Class OKCodeDescription

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

public class OKCodeDescription extends UiObjectDescriptionBase
The description of a SAP NWBC OKCode test object.
  • Constructor Details

    • OKCodeDescription

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

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

    • setReadOnly

      public void setReadOnly(boolean isReadOnly)
      Sets whether the text editing control is read-only to a user interacting with the control.
      Parameters:
      isReadOnly - true if the control is read-only; otherwise, false.
    • isReadOnly

      public boolean isReadOnly()
      Returns whether the text editing control is read-only to a user interacting with the control.
      Returns:
      true if the control is read-only; otherwise, false.