Uses of Enum Class
org.vaadin.addons.componentfactory.schedulexcalendar.util.CalendarViewType
Packages that use CalendarViewType
Package
Description
-
Uses of CalendarViewType in org.vaadin.addons.componentfactory.schedulexcalendar
Constructor parameters in org.vaadin.addons.componentfactory.schedulexcalendar with type arguments of type CalendarViewTypeModifierConstructorDescriptionScheduleXCalendar(List<CalendarViewType> views, com.vaadin.flow.data.provider.CallbackDataProvider<Event, EventQueryFilter> dataProvider, Configuration configuration) ScheduleXCalendar(List<CalendarViewType> views, com.vaadin.flow.data.provider.CallbackDataProvider<Event, EventQueryFilter> dataProvider, Configuration configuration, Map<String, Calendar> calendars) -
Uses of CalendarViewType in org.vaadin.addons.componentfactory.schedulexcalendar.util
Methods in org.vaadin.addons.componentfactory.schedulexcalendar.util that return CalendarViewTypeModifier and TypeMethodDescriptionstatic CalendarViewTypeCalendarViewType.fromViewName(String viewName) static CalendarViewTypeReturns the enum constant of this class with the specified name.static CalendarViewType[]CalendarViewType.values()Returns an array containing the constants of this enum class, in the order they are declared.