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 void
VCalendar.EventClickListener. eventClick(CalendarEvent event)
Called when an event was clickedvoid
VCalendar.EventMovedListener. eventMoved(CalendarEvent event)
Triggered when an event was dragged to a new position and the start and end dates was changedvoid
VCalendar.EventResizeListener. eventResized(CalendarEvent event)
Triggers when the time limits for the event was changed.static boolean
VCalendar. isZeroLengthMidnightEvent(CalendarEvent event)
Is the calendar event zero seconds long and is occurring at midnightvoid
VCalendar. removeMonthEvent(CalendarEvent target, boolean repaintImmediately)
Remove a month event from the viewvoid
VCalendar. 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 arevoid
VCalendar. updateEventsToMonthGrid(Collection<CalendarEvent> events, boolean drawImmediately)
Adds events to the month gridvoid
VCalendar. updateMonthView(int firstDayOfWeek, Date today, int daysInMonth, Collection<CalendarEvent> events, List<CalendarDay> days)
Re-renders the whole month viewvoid
VCalendar. 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 CalendarEvent
VCalendarAction. getEvent()
Methods in com.vaadin.client.ui.calendar with parameters of type CalendarEvent Modifier and Type Method Description void
VCalendarAction. 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 CalendarEvent
DateCellDayEvent. getCalendarEvent()
CalendarEvent
MonthEventLabel. getCalendarEvent()
CalendarEvent
SimpleDayCell. getCalendarEvent(int i)
CalendarEvent
WeeklyLongEventsDateCell. getEvent()
CalendarEvent[]
SimpleDayCell. getEvents()
CalendarEvent
SimpleDayCell. getMoveEvent()
Methods in com.vaadin.client.ui.calendar.schedule with parameters of type CalendarEvent Modifier and Type Method Description void
SimpleDayCell. addCalendarEvent(CalendarEvent e)
void
DateCell. addEvent(Date targetDay, CalendarEvent calendarEvent)
void
WeekGrid. addEvent(CalendarEvent e)
void
WeeklyLongEvents. addEvent(CalendarEvent calendarEvent)
boolean
SimpleDayCell. removeEvent(CalendarEvent targetEvent, boolean reDrawImmediately)
void
DateCellDayEvent. setCalendarEvent(CalendarEvent calendarEvent)
void
MonthEventLabel. setCalendarEvent(CalendarEvent e)
void
WeeklyLongEventsDateCell. setEvent(CalendarEvent event)
Method parameters in com.vaadin.client.ui.calendar.schedule with type arguments of type CalendarEvent Modifier and Type Method Description void
WeeklyLongEvents. 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)
-