com.hp.lft.sdk.sap.gui

Class CalendarDescription.Init<T extends CalendarDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • attachedText

        public T attachedText(StringProperty attachedText)
        Initializes the static text that is attached to the control.
        Parameters:
        attachedText - a StringProperty or RegExpProperty.
        Returns:
        the description instance with the update state (builder pattern).
      • attachedText

        public T attachedText(java.lang.String attachedText)
        Initializes the static text that is attached to the control.
        Parameters:
        attachedText - the static text that is attached to the control.
        Returns:
        the description instance with the update state (builder pattern).
      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the object can accept user input.
        Parameters:
        enabled - true to set as enabled.
        Returns:
        the description instance with the update state (builder pattern).