Class UiCalendar

All Implemented Interfaces:
UiObject

public class UiCalendar extends UiComponent implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • templates

      protected Map<String,UiTemplate> templates
    • initialData

      protected List<UiCalendarEventClientRecord> initialData
    • activeViewMode

      protected UiCalendarViewMode activeViewMode
    • displayedDate

      protected long displayedDate
    • showHeader

      protected boolean showHeader
    • tableBorder

      protected boolean tableBorder
    • showWeekNumbers

      protected boolean showWeekNumbers
    • businessHoursStart

      protected int businessHoursStart
    • businessHoursEnd

      protected int businessHoursEnd
    • firstDayOfWeek

      protected UiWeekDay firstDayOfWeek
    • workingDays

      protected List<UiWeekDay> workingDays
    • tableHeaderBackgroundColor

      protected String tableHeaderBackgroundColor
    • defaultBackgroundColor

      protected String defaultBackgroundColor
    • defaultBorderColor

      protected String defaultBorderColor
    • minYearViewMonthTileWidth

      protected int minYearViewMonthTileWidth
    • maxYearViewMonthTileWidth

      protected int maxYearViewMonthTileWidth
    • locale

      protected String locale
    • timeZoneId

      protected String timeZoneId
  • Constructor Details

    • UiCalendar

      public UiCalendar()
  • Method Details