Class TabDescription

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

public class TabDescription extends UiObjectBaseDescription
The description of an Oracle tabbed region.
  • Constructor Details

    • TabDescription

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

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

    • setLabel

      public void setLabel(String label)
      Sets the text displayed on the object.
      Parameters:
      label - the text displayed on the object.
    • setLabel

      public void setLabel(StringProperty label)
      Sets the text displayed on the object.
      Parameters:
      label - a StringProperty or RegExpProperty.
    • getLabel

      public StringProperty getLabel()
      Returns the text displayed on the object.
      Returns:
      the text displayed on the object.
    • 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.