Uses of Class
org.vaadin.addons.componentfactory.schedulexcalendar.model.Event
Packages that use Event
-
Uses of Event in org.vaadin.addons.componentfactory.schedulexcalendar
Methods in org.vaadin.addons.componentfactory.schedulexcalendar that return EventMethods in org.vaadin.addons.componentfactory.schedulexcalendar that return types with arguments of type EventModifier and TypeMethodDescriptioncom.vaadin.flow.data.provider.CallbackDataProvider<Event, EventQueryFilter> BaseScheduleXCalendar.getDataProvider()Methods in org.vaadin.addons.componentfactory.schedulexcalendar with parameters of type EventModifier and TypeMethodDescriptionvoidAdds the given event to the calendar.voidBaseScheduleXCalendar.updateEvent(Event event) Updates the given event.Method parameters in org.vaadin.addons.componentfactory.schedulexcalendar with type arguments of type EventModifier and TypeMethodDescriptionvoidBaseScheduleXCalendar.setDataProvider(com.vaadin.flow.data.provider.CallbackDataProvider<Event, EventQueryFilter> dataProvider) Constructors in org.vaadin.addons.componentfactory.schedulexcalendar with parameters of type EventModifierConstructorDescriptionCalendarEventDrawnEvent(BaseScheduleXCalendar source, boolean fromClient, Event event) Constructor parameters in org.vaadin.addons.componentfactory.schedulexcalendar with type arguments of type EventModifierConstructorDescriptionBaseScheduleXCalendar(List<? extends ViewType> views, com.vaadin.flow.data.provider.CallbackDataProvider<Event, EventQueryFilter> dataProvider, Configuration configuration) BaseScheduleXCalendar(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) 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) ScheduleXResourceScheduler(List<ResourceViewType> views, com.vaadin.flow.data.provider.CallbackDataProvider<Event, EventQueryFilter> dataProvider, Configuration configuration, ResourceSchedulerConfig resourceSchedulerConfig)