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