| Package | Description |
|---|---|
| com.vaadin.client.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
VCalendar.updateMonthGrid(int daysCount,
List<CalendarDay> days,
Date today)
Updates the events in the Month view
|
void |
VCalendar.updateMonthView(int firstDayOfWeek,
Date today,
int daysInMonth,
Collection<CalendarEvent> events,
List<CalendarDay> days)
Re-renders the whole month view
|
void |
VCalendar.updateWeekGrid(int daysCount,
List<CalendarDay> days,
Date today,
String[] realDayNames)
Re-render the week grid
|
void |
VCalendar.updateWeekView(int scroll,
Date today,
int daysInMonth,
int firstDayOfWeek,
Collection<CalendarEvent> events,
List<CalendarDay> days)
Re-renders the whole week view
|
Copyright © 2016 Vaadin Ltd. All rights reserved.