Class Ui5Calendar


  • public class Ui5Calendar
    extends net.moewes.cloudui.UiComponent
    Java wrapper for UI5 web component ui5-calendar
    • Constructor Detail

      • Ui5Calendar

        public Ui5Calendar()
        default constructor
    • Method Detail

      • hideWeekNumbers

        public void hideWeekNumbers()
        hides the week number in ui5-calendar
      • setMinDate

        public void setMinDate​(LocalDate date)
        sets min-date attribute of ui5-calendar
        Parameters:
        date - the earliest valid date to select (and scroll)
      • setMaxDate

        public void setMaxDate​(LocalDate date)
        sets max-date attribute of ui5-calendar
        Parameters:
        date - the latest valid date to select (and scroll)
      • setSelection

        public void setSelection​(Ui5Calendar.CalendarSelection selection)
        sets the selection type of calendar

        Hint: As of UI5 Web Components 1.0.0.rc11 there are issues with CloudUi eventing and selection modes other then single

        Parameters:
        selection - value