Uses of Enum Class
org.teamapps.dto.UiCalendarViewMode
-
Uses of UiCalendarViewMode in org.teamapps.dto
Subclasses with type arguments of type UiCalendarViewMode in org.teamapps.dtoFields in org.teamapps.dto declared as UiCalendarViewModeModifier and TypeFieldDescriptionprotected UiCalendarViewModeUiCalendar.activeViewModeprotected UiCalendarViewModeUiCalendar.SetViewModeCommand.viewModeprotected UiCalendarViewModeUiCalendar.ViewChangedEvent.viewModeMethods in org.teamapps.dto that return UiCalendarViewModeModifier and TypeMethodDescriptionUiCalendar.getActiveViewMode()UiCalendar.SetViewModeCommand.getViewMode()UiCalendar.ViewChangedEvent.getViewMode()static UiCalendarViewModeReturns the enum constant of this class with the specified name.static UiCalendarViewMode[]UiCalendarViewMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiCalendarViewModeModifier and TypeMethodDescriptionUiCalendar.setActiveViewMode(UiCalendarViewMode activeViewMode) Constructors in org.teamapps.dto with parameters of type UiCalendarViewModeModifierConstructorDescriptionSetViewModeCommand(String componentId, UiCalendarViewMode viewMode) ViewChangedEvent(String componentId, UiCalendarViewMode viewMode, long mainIntervalStart, long mainIntervalEnd, long displayedIntervalStart, long displayedIntervalEnd)