Uses of Class
org.vaadin.addons.componentfactory.schedulexcalendar.BaseScheduleXCalendar
Packages that use BaseScheduleXCalendar
-
Uses of BaseScheduleXCalendar in org.vaadin.addons.componentfactory.schedulexcalendar
Modifier and TypeClassDescriptionclassVaadin Wrapper Add-on for Schedule-X Calendar.classA view for displaying resources (people, rooms, equipment etc.) in a time grid.Constructors in org.vaadin.addons.componentfactory.schedulexcalendar with parameters of type BaseScheduleXCalendarModifierConstructorDescriptionCalendarEventAddedEvent(BaseScheduleXCalendar source, boolean fromClient, String eventId) CalendarEventClickEvent(BaseScheduleXCalendar source, String eventId, LocalDateTime start, LocalDateTime end, boolean fromClient) CalendarEventDrawnEvent(BaseScheduleXCalendar source, boolean fromClient, Event event) CalendarEventRemovedEvent(BaseScheduleXCalendar source, boolean fromClient, String eventId) CalendarEventUpdatedEvent(BaseScheduleXCalendar source, boolean fromClient, String eventId) CalendarViewAndDateChangeEvent(BaseScheduleXCalendar source, boolean fromClient, String viewName, String selectedDate) EventUpdateEvent(BaseScheduleXCalendar source, String eventId, LocalDateTime startDate, LocalDateTime endDate, boolean fromClient) SelectedDateUpdateEvent(BaseScheduleXCalendar source, LocalDate selectedDate, boolean fromClient)