Class CalendarDescription

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

public class CalendarDescription extends ElementDescription
Description of a SAP GUI for Windows calendar.
  • Constructor Details

    • CalendarDescription

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

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

    • setAttachedText

      public void setAttachedText(StringProperty attachedText)
      Sets the static text that is attached to the control.
      Parameters:
      attachedText - a StringProperty or RegExpProperty.
    • setAttachedText

      public void setAttachedText(String attachedText)
      Sets the static text that is attached to the control.
      Parameters:
      attachedText - the static text that is attached to the control.
    • getAttachedText

      public StringProperty getAttachedText()
      Returns the static text that is attached to the control.
      Returns:
      a StringProperty representing the static text that is attached to the control.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets whether the object can accept user input.
      Parameters:
      enabled - true to set as enabled.
    • isEnabled

      public Boolean isEnabled()
      Indicates whether the object can accept user input.
      Returns:
      true if enabled.