Uses of Class
com.vaadin.client.ui.calendar.schedule.CalendarEvent

Packages that use CalendarEvent
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
 CalendarEvent[] VCalendar.sortEventsByDuration(java.util.Collection<CalendarEvent> events)
          Sort the event by how long they are
 

Methods in com.vaadin.client.ui that return types with arguments of type CalendarEvent
static java.util.Comparator<CalendarEvent> VCalendar.getEventComparator()
          Returns a comparator which can compare calendar events.
 

Methods in com.vaadin.client.ui with parameters of type CalendarEvent
 void VCalendar.EventClickListener.eventClick(CalendarEvent event)
          Called when an event was clicked
 void VCalendar.EventMovedListener.eventMoved(CalendarEvent event)
          Triggered when an event was dragged to a new position and the start and end dates was changed
 void 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 midnight
 void VCalendar.removeMonthEvent(CalendarEvent target, boolean repaintImmediately)
          Remove a month event from the view
 void VCalendar.updateEventToMonthGrid(CalendarEvent changedEvent)
          Updates an event in the month grid
 

Method parameters in com.vaadin.client.ui with type arguments of type CalendarEvent
 CalendarEvent[] VCalendar.sortEventsByDuration(java.util.Collection<CalendarEvent> events)
          Sort the event by how long they are
 void VCalendar.updateEventsToMonthGrid(java.util.Collection<CalendarEvent> events, boolean drawImmediately)
          Adds events to the month grid
 void VCalendar.updateMonthView(int firstDayOfWeek, java.util.Date today, int daysInMonth, java.util.Collection<CalendarEvent> events, java.util.List<CalendarDay> days)
          Re-renders the whole month view
 void VCalendar.updateWeekView(int scroll, java.util.Date today, int daysInMonth, int firstDayOfWeek, java.util.Collection<CalendarEvent> events, java.util.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
 CalendarEvent VCalendarAction.getEvent()
           
 

Methods in com.vaadin.client.ui.calendar with parameters of type CalendarEvent
 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
 CalendarEvent MonthEventLabel.getCalendarEvent()
           
 CalendarEvent DateCellDayEvent.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
 void SimpleDayCell.addCalendarEvent(CalendarEvent e)
           
 void WeeklyLongEvents.addEvent(CalendarEvent calendarEvent)
           
 void WeekGrid.addEvent(CalendarEvent e)
           
 void DateCell.addEvent(java.util.Date targetDay, CalendarEvent calendarEvent)
           
 boolean SimpleDayCell.removeEvent(CalendarEvent targetEvent, boolean reDrawImmediately)
           
 void MonthEventLabel.setCalendarEvent(CalendarEvent e)
           
 void DateCellDayEvent.setCalendarEvent(CalendarEvent calendarEvent)
           
 void WeeklyLongEventsDateCell.setEvent(CalendarEvent event)
           
 

Method parameters in com.vaadin.client.ui.calendar.schedule with type arguments of type CalendarEvent
 void WeeklyLongEvents.addEvents(java.util.List<CalendarEvent> events)
           
 

Constructors in com.vaadin.client.ui.calendar.schedule with parameters of type CalendarEvent
DateCellDayEvent(DateCell dateCell, WeekGrid parent, CalendarEvent event)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.