Class UiFormBaseDescription

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

public class UiFormBaseDescription extends UiObjectBaseDescription
The description of an Oracle UiFormBase test object.
  • Constructor Details

    • UiFormBaseDescription

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

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

    • setTitle

      public void setTitle(String title)
      Sets the window title.
      Parameters:
      title - the window title.
    • setTitle

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

      public StringProperty getTitle()
      Returns the window title.
      Returns:
      the window title.