Uses of Class
com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Packages that use CalendarEvent Package Description com.vaadin.client.ui com.vaadin.client.ui.calendar com.vaadin.client.ui.calendar.schedule -
-
Uses of CalendarEvent in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return CalendarEvent Modifier and Type Method Description CalendarEvent[]VCalendar. sortEventsByDuration(Collection<CalendarEvent> events)Sort the event by how long they areMethods in com.vaadin.client.ui that return types with arguments of type CalendarEvent Modifier and Type Method Description static Comparator<CalendarEvent>VCalendar. getEventComparator()Returns a comparator which can compare calendar events.Methods in com.vaadin.client.ui with parameters of type CalendarEvent Modifier and Type Method Description voidVCalendar.EventClickListener. eventClick(CalendarEvent event)Called when an event was clickedvoidVCalendar.EventMovedListener. eventMoved(CalendarEvent event)Triggered when an event was dragged to a new position and the start and end dates was changedvoidVCalendar.EventResizeListener. eventResized(CalendarEvent event)Triggers when the time limits for the event was changed.static booleanVCalendar. isZeroLengthMidnightEvent(CalendarEvent event)Is the calendar event zero seconds long and is occurring at midnightvoidVCalendar. removeMonthEvent(CalendarEvent target, boolean repaintImmediately)Remove a month event from the viewvoidVCalendar. updateEventToMonthGrid(CalendarEvent changedEvent)Updates an event in the month gridMethod parameters in com.vaadin.client.ui with type arguments of type CalendarEvent Modifier and Type Method Description CalendarEvent[]VCalendar. sortEventsByDuration(Collection<CalendarEvent> events)Sort the event by how long they arevoidVCalendar. updateEventsToMonthGrid(Collection<CalendarEvent> events, boolean drawImmediately)Adds events to the month gridvoidVCalendar. updateMonthView(int firstDayOfWeek, Date today, int daysInMonth, Collection<CalendarEvent> events, List<CalendarDay> days)Re-renders the whole month viewvoidVCalendar. updateWeekView(int scroll, Date today, int daysInMonth, int firstDayOfWeek, Collection<CalendarEvent> events, List<CalendarDay> days)Re-renders the whole week view -
Uses of CalendarEvent in com.vaadin.client.ui.calendar
Methods in com.vaadin.client.ui.calendar that return CalendarEvent Modifier and Type Method Description CalendarEventVCalendarAction. getEvent()Methods in com.vaadin.client.ui.calendar with parameters of type CalendarEvent Modifier and Type Method Description voidVCalendarAction. setEvent(CalendarEvent event) -
Uses of CalendarEvent in com.vaadin.client.ui.calendar.schedule
Methods in com.vaadin.client.ui.calendar.schedule that return CalendarEvent Modifier and Type Method Description CalendarEventDateCellDayEvent. getCalendarEvent()CalendarEventMonthEventLabel. getCalendarEvent()CalendarEventSimpleDayCell. getCalendarEvent(int i)CalendarEventWeeklyLongEventsDateCell. getEvent()CalendarEvent[]SimpleDayCell. getEvents()CalendarEventSimpleDayCell. getMoveEvent()Methods in com.vaadin.client.ui.calendar.schedule with parameters of type CalendarEvent Modifier and Type Method Description voidSimpleDayCell. addCalendarEvent(CalendarEvent e)voidDateCell. addEvent(Date targetDay, CalendarEvent calendarEvent)voidWeekGrid. addEvent(CalendarEvent e)voidWeeklyLongEvents. addEvent(CalendarEvent calendarEvent)booleanSimpleDayCell. removeEvent(CalendarEvent targetEvent, boolean reDrawImmediately)voidDateCellDayEvent. setCalendarEvent(CalendarEvent calendarEvent)voidMonthEventLabel. setCalendarEvent(CalendarEvent e)voidWeeklyLongEventsDateCell. setEvent(CalendarEvent event)Method parameters in com.vaadin.client.ui.calendar.schedule with type arguments of type CalendarEvent Modifier and Type Method Description voidWeeklyLongEvents. addEvents(List<CalendarEvent> events)Constructors in com.vaadin.client.ui.calendar.schedule with parameters of type CalendarEvent Constructor Description DateCellDayEvent(DateCell dateCell, WeekGrid parent, CalendarEvent event)
-