com.hp.lft.sdk.sap.ui5

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initiates whether the calendar is enabled.
        Parameters:
        enabled - true to enable the object.
        Returns:
        the description instance with updated state (builder pattern).
      • date

        public T date(java.util.Date date)
        Initiates the current date of the calendar.
        Parameters:
        date - the current date of the calendar.
        Returns:
        The description instance with updated state (builder pattern).
      • locale

        public T locale(StringProperty locale)
        Initiates the locale of the calendar.
        Parameters:
        locale - a StringProperty(or RegExpProperty) representing the locale on the calendar.
        Returns:
        The description instance with updated state (builder pattern).
      • locale

        public T locale(java.lang.String locale)
        Initiates the locale of the calendar.
        Parameters:
        locale - the locale of the accordion.
        Returns:
        The description instance with updated state (builder pattern).