com.hp.lft.sdk.stdwin

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • state

        public T state(CheckedState state)
        Initializes the Calendar state.
        Parameters:
        state - the Calendar state.
        Returns:
        the description instance with the updated state (builder pattern).
      • date

        public T date(java.util.Date date)
        Initializes the date of the calendar.
        Parameters:
        date - the date of the calendar.
        Returns:
        the description instance with updated state (builder pattern).