Uses of Class
com.vaadin.v7.client.ui.calendar.schedule.CalendarDay
-
Packages that use CalendarDay Package Description com.vaadin.v7.client.ui -
-
Uses of CalendarDay in com.vaadin.v7.client.ui
Method parameters in com.vaadin.v7.client.ui with type arguments of type CalendarDay Modifier and Type Method Description voidVCalendar. updateMonthGrid(int daysCount, List<CalendarDay> days, Date today)Updates the events in the Month view.voidVCalendar. updateMonthView(int firstDayOfWeek, Date today, int daysInMonth, Collection<CalendarEvent> events, List<CalendarDay> days)Re-renders the whole month view.voidVCalendar. updateWeekGrid(int daysCount, List<CalendarDay> days, Date today, String[] realDayNames)Re-render the week grid.voidVCalendar. updateWeekView(int scroll, Date today, int daysInMonth, int firstDayOfWeek, Collection<CalendarEvent> events, List<CalendarDay> days)Re-renders the whole week view.
-