Class FormWindowDescription

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

public class FormWindowDescription extends UiFormBaseDescription
The description of an Oracle Form window.
  • Constructor Details

    • FormWindowDescription

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

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

    • setShortTitle

      public void setShortTitle(String shortTitle)
      Sets the window short title.
      Parameters:
      shortTitle - the window title.
    • setShortTitle

      public void setShortTitle(StringProperty shortTitle)
      Sets the window short title.
      Parameters:
      shortTitle - a StringProperty or RegExpProperty.
    • getShortTitle

      public StringProperty getShortTitle()
      Returns the window short title.
      Returns:
      the window short title.
    • setClassPath

      public void setClassPath(String classPath)
      Sets the Oracle class hierarchy of the object's Oracle class.
      Parameters:
      classPath - the Oracle class hierarchy of the object's Oracle class.
    • setClassPath

      public void setClassPath(StringProperty classPath)
      Sets the Oracle class hierarchy of the object's Oracle class.
      Parameters:
      classPath - a StringProperty or RegExpProperty.
    • getClassPath

      public StringProperty getClassPath()
      Returns the Oracle class hierarchy of the object's Oracle class.
      Returns:
      the Oracle class hierarchy of the object's Oracle class.
    • setEnabled

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

      public Boolean isEnabled()
      Indicates whether the object is enable.
      Returns:
      true if enabled.