Class FlexFieldWindowDescription

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

public class FlexFieldWindowDescription extends UiObjectBaseDescription
The description of an Oracle flexfield window.
  • Constructor Details

    • FlexFieldWindowDescription

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

      protected FlexFieldWindowDescription(FlexFieldWindowDescription.Init<?> init)
      Initializes a new instance of the FlexFieldWindowDescription 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.
    • 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.