public static interface CalendarComponentEvents.WeekClickHandler extends EventListener, Serializable
| Modifier and Type | Field and Description |
|---|---|
static Method |
weekClickMethod
Trigger method for the WeekClick.
|
| Modifier and Type | Method and Description |
|---|---|
void |
weekClick(CalendarComponentEvents.WeekClick event)
This method will be called when a week is clicked.
|
static final Method weekClickMethod
void weekClick(CalendarComponentEvents.WeekClick event)
event - WeekClick containing the target week and year.Copyright © 2016 Vaadin Ltd. All rights reserved.