Uses of Class
org.vaadin.addons.componentfactory.schedulexcalendar.model.Calendar
Packages that use Calendar
-
Uses of Calendar in org.vaadin.addons.componentfactory.schedulexcalendar
Methods in org.vaadin.addons.componentfactory.schedulexcalendar that return types with arguments of type CalendarModifier and TypeMethodDescriptionBaseScheduleXCalendar.getCalendars()Returns the available calendars displayed in the calendar.Method parameters in org.vaadin.addons.componentfactory.schedulexcalendar with type arguments of type CalendarModifier and TypeMethodDescriptionvoidBaseScheduleXCalendar.setCalendars(Map<String, Calendar> calendars) Sets the available calendars to be displayed in the calendar.Constructor parameters in org.vaadin.addons.componentfactory.schedulexcalendar with type arguments of type CalendarModifierConstructorDescriptionBaseScheduleXCalendar(List<? extends ViewType> views, com.vaadin.flow.data.provider.CallbackDataProvider<Event, EventQueryFilter> dataProvider, Configuration configuration, Map<String, Calendar> calendars) ScheduleXCalendar(List<CalendarViewType> views, com.vaadin.flow.data.provider.CallbackDataProvider<Event, EventQueryFilter> dataProvider, Configuration configuration, Map<String, Calendar> calendars) ScheduleXResourceScheduler(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)