com.hp.lft.sdk.sap.gui

Class CalendarDescription

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


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

      • 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 Detail

      • setAttachedText

        public void setAttachedText(java.lang.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(java.lang.Boolean enabled)
        Sets whether the object can accept user input.
        Parameters:
        enabled - true to set as enabled.
      • isEnabled

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