Uses of Class
org.teamapps.ux.component.calendar.CalendarViewMode
| Package | Description |
|---|---|
| org.teamapps.ux.component.calendar |
-
Uses of CalendarViewMode in org.teamapps.ux.component.calendar
Methods in org.teamapps.ux.component.calendar that return CalendarViewMode Modifier and Type Method Description CalendarViewModeCalendar. getActiveViewMode()CalendarViewModeViewChangedEventData. getViewMode()static CalendarViewModeCalendarViewMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CalendarViewMode[]CalendarViewMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.calendar with parameters of type CalendarViewMode Modifier and Type Method Description TemplateCalendarEventTemplateDecider. getTemplate(CEVENT calendarEvent, CalendarViewMode viewMode)voidCalendar. setActiveViewMode(CalendarViewMode activeViewMode)Constructors in org.teamapps.ux.component.calendar with parameters of type CalendarViewMode Constructor Description ViewChangedEventData(java.time.ZoneId zoneId, CalendarViewMode viewMode, java.time.Instant mainIntervalStart, java.time.Instant mainIntervalEnd, java.time.Instant displayedIntervalStart, java.time.Instant displayedIntervalEnd)