Uses of Class
com.vaadin.v7.client.ui.calendar.schedule.CalendarEvent
-
Packages that use CalendarEvent Package Description com.vaadin.v7.client.ui com.vaadin.v7.client.ui.calendar com.vaadin.v7.client.ui.calendar.schedule -
-
Uses of CalendarEvent in com.vaadin.v7.client.ui
Methods in com.vaadin.v7.client.ui that return CalendarEvent Modifier and Type Method Description CalendarEvent[]VCalendar. sortEvents(Collection<CalendarEvent> events)Sort the events by current sort order.CalendarEvent[]VCalendar. sortEventsByDuration(Collection<CalendarEvent> events)Deprecated.useVCalendar.sortEvents(Collection)method which shorts events by current sort order.Methods in com.vaadin.v7.client.ui that return types with arguments of type CalendarEvent Modifier and Type Method Description static Comparator<CalendarEvent>VCalendar. getEventComparator()Deprecated.this returns just one default comparator, but there are number of comparators that are used to sort events depending on order.Methods in com.vaadin.v7.client.ui with parameters of type CalendarEvent Modifier and Type Method Description voidVCalendar.EventClickListener. eventClick(CalendarEvent event)Called when an event was clicked.voidVCalendar.EventMovedListener. eventMoved(CalendarEvent event)Triggered when an event was dragged to a new position and the start and end dates was changed.voidVCalendar.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 midnight.voidVCalendar. removeMonthEvent(CalendarEvent target, boolean repaintImmediately)Remove a month event from the view.voidVCalendar. updateEventToMonthGrid(CalendarEvent changedEvent)Updates an event in the month grid.Method parameters in com.vaadin.v7.client.ui with type arguments of type CalendarEvent Modifier and Type Method Description CalendarEvent[]VCalendar. sortEvents(Collection<CalendarEvent> events)Sort the events by current sort order.CalendarEvent[]VCalendar. sortEventsByDuration(Collection<CalendarEvent> events)Deprecated.useVCalendar.sortEvents(Collection)method which shorts events by current sort order.voidVCalendar. updateEventsToMonthGrid(Collection<CalendarEvent> events, boolean drawImmediately)Adds events to the month grid.voidVCalendar. updateMonthView(int firstDayOfWeek, Date today, int daysInMonth, Collection<CalendarEvent> events, List<CalendarDay> days)Re-renders the whole month view.voidVCalendar. 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.v7.client.ui.calendar
Methods in com.vaadin.v7.client.ui.calendar that return CalendarEvent Modifier and Type Method Description CalendarEventVCalendarAction. getEvent()Methods in com.vaadin.v7.client.ui.calendar with parameters of type CalendarEvent Modifier and Type Method Description voidVCalendarAction. setEvent(CalendarEvent event) -
Uses of CalendarEvent in com.vaadin.v7.client.ui.calendar.schedule
Methods in com.vaadin.v7.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.v7.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.v7.client.ui.calendar.schedule with type arguments of type CalendarEvent Modifier and Type Method Description voidWeeklyLongEvents. addEvents(List<CalendarEvent> events)Constructors in com.vaadin.v7.client.ui.calendar.schedule with parameters of type CalendarEvent Constructor Description DateCellDayEvent(DateCell dateCell, WeekGrid parent, CalendarEvent event)
-