Uses of Interface
org.vaadin.addons.componentfactory.schedulexcalendar.util.ViewType
Packages that use ViewType
Package
Description
-
Uses of ViewType in org.vaadin.addons.componentfactory.schedulexcalendar
Methods in org.vaadin.addons.componentfactory.schedulexcalendar that return ViewTypeModifier and TypeMethodDescriptionConfiguration.getDefaultView()BaseScheduleXCalendar.getView()Gets the current calendar view in display.BaseScheduleXCalendar.CalendarViewAndDateChangeEvent.getViewType()Methods in org.vaadin.addons.componentfactory.schedulexcalendar that return types with arguments of type ViewTypeModifier and TypeMethodDescriptionBaseScheduleXCalendar.getViews()Returns the current views in the calendar.Methods in org.vaadin.addons.componentfactory.schedulexcalendar with parameters of type ViewTypeModifier and TypeMethodDescriptionvoidConfiguration.setDefaultView(ViewType defaultView) voidSets the calendar view.Method parameters in org.vaadin.addons.componentfactory.schedulexcalendar with type arguments of type ViewTypeModifier and TypeMethodDescriptionvoidSets the available views for the calendar.Constructor parameters in org.vaadin.addons.componentfactory.schedulexcalendar with type arguments of type ViewTypeModifierConstructorDescriptionBaseScheduleXCalendar(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) -
Uses of ViewType in org.vaadin.addons.componentfactory.schedulexcalendar.util
Classes in org.vaadin.addons.componentfactory.schedulexcalendar.util that implement ViewTypeModifier and TypeClassDescriptionenumEnum representing the supported view types forScheduleXCalendar.enumEnum representing the supported view types forScheduleXResourceScheduler