Uses of Interface
com.vaadin.ui.components.calendar.event.CalendarEvent
-
Packages that use CalendarEvent Package Description com.vaadin.ui com.vaadin.ui.components.calendar com.vaadin.ui.components.calendar.event -
-
Uses of CalendarEvent in com.vaadin.ui
Fields in com.vaadin.ui with type parameters of type CalendarEvent Modifier and Type Field Description protected List<CalendarEvent>Calendar. eventsInternal buffer for the events that are retrieved from the event provider.Methods in com.vaadin.ui that return types with arguments of type CalendarEvent Modifier and Type Method Description List<CalendarEvent>Calendar. getEvents(Date startDate, Date endDate)Methods in com.vaadin.ui with parameters of type CalendarEvent Modifier and Type Method Description voidCalendar. addEvent(CalendarEvent event)voidCalendar. removeEvent(CalendarEvent event) -
Uses of CalendarEvent in com.vaadin.ui.components.calendar
Methods in com.vaadin.ui.components.calendar that return CalendarEvent Modifier and Type Method Description CalendarEventCalendarComponentEvents.EventClick. getCalendarEvent()Get the clicked event.CalendarEventCalendarComponentEvents.EventResize. getCalendarEvent()Get target event.CalendarEventCalendarComponentEvents.MoveEvent. getCalendarEvent()Get target event.Methods in com.vaadin.ui.components.calendar that return types with arguments of type CalendarEvent Modifier and Type Method Description List<CalendarEvent>ContainerEventProvider. getEvents(Date startDate, Date endDate)Methods in com.vaadin.ui.components.calendar with parameters of type CalendarEvent Modifier and Type Method Description voidContainerEventProvider. addEvent(CalendarEvent event)voidContainerEventProvider. removeEvent(CalendarEvent event)Constructors in com.vaadin.ui.components.calendar with parameters of type CalendarEvent Constructor Description EventClick(Calendar source, CalendarEvent calendarEvent)Target source event is needed for the EventClick.EventResize(Calendar source, CalendarEvent calendarEvent, Date startTime, Date endTime)MoveEvent(Calendar source, CalendarEvent calendarEvent, Date newStart)MoveEvent needs the target event and new start date. -
Uses of CalendarEvent in com.vaadin.ui.components.calendar.event
Subinterfaces of CalendarEvent in com.vaadin.ui.components.calendar.event Modifier and Type Interface Description interfaceEditableCalendarEventExtension to the basicCalendarEvent.Classes in com.vaadin.ui.components.calendar.event that implement CalendarEvent Modifier and Type Class Description classBasicEventSimple implementation ofCalendarEvent.Fields in com.vaadin.ui.components.calendar.event with type parameters of type CalendarEvent Modifier and Type Field Description protected List<CalendarEvent>BasicEventProvider. eventListMethods in com.vaadin.ui.components.calendar.event that return CalendarEvent Modifier and Type Method Description CalendarEventCalendarEvent.EventChangeEvent. getCalendarEvent()Methods in com.vaadin.ui.components.calendar.event that return types with arguments of type CalendarEvent Modifier and Type Method Description List<CalendarEvent>BasicEventProvider. getEvents(Date startDate, Date endDate)List<CalendarEvent>CalendarEventProvider. getEvents(Date startDate, Date endDate)Gets all available events in the target date range between startDate and endDate.Methods in com.vaadin.ui.components.calendar.event with parameters of type CalendarEvent Modifier and Type Method Description voidBasicEventProvider. addEvent(CalendarEvent event)voidCalendarEditableEventProvider. addEvent(CalendarEvent event)Adds an event to the event providervoidBasicEventProvider. removeEvent(CalendarEvent event)voidCalendarEditableEventProvider. removeEvent(CalendarEvent event)Removes an event from the event providerConstructors in com.vaadin.ui.components.calendar.event with parameters of type CalendarEvent Constructor Description EventChangeEvent(CalendarEvent source)
-