Uses of Class
org.teamapps.dto.UiCalendarViewMode
-
-
Uses of UiCalendarViewMode in org.teamapps.dto
Fields in org.teamapps.dto declared as UiCalendarViewMode Modifier and Type Field Description protected UiCalendarViewModeUiCalendar. activeViewModeprotected UiCalendarViewModeUiCalendar.SetViewModeCommand. viewModeprotected UiCalendarViewModeUiCalendar.ViewChangedEvent. viewModeMethods in org.teamapps.dto that return UiCalendarViewMode Modifier and Type Method Description UiCalendarViewModeUiCalendar. getActiveViewMode()UiCalendarViewModeUiCalendar.SetViewModeCommand. getViewMode()UiCalendarViewModeUiCalendar.ViewChangedEvent. getViewMode()static UiCalendarViewModeUiCalendarViewMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiCalendarViewMode[]UiCalendarViewMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiCalendarViewMode Modifier and Type Method Description UiCalendarUiCalendar. setActiveViewMode(UiCalendarViewMode activeViewMode)Constructors in org.teamapps.dto with parameters of type UiCalendarViewMode Constructor Description SetViewModeCommand(java.lang.String componentId, UiCalendarViewMode viewMode)ViewChangedEvent(java.lang.String componentId, UiCalendarViewMode viewMode, long mainIntervalStart, long mainIntervalEnd, long displayedIntervalStart, long displayedIntervalEnd)
-