public static class CalendarComponentEvents.RangeSelectEvent extends CalendarComponentEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_ID |
source| Constructor and Description |
|---|
RangeSelectEvent(Calendar source,
Date start,
Date end,
boolean monthlyMode)
RangeSelectEvent needs a start and end date.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEnd()
Get end date.
|
Date |
getStart()
Get start date.
|
boolean |
isMonthlyMode()
Deprecated.
User
Calendar.isMonthlyMode() instead |
getComponentgetConnectorgetSource, toStringpublic static final String EVENT_ID
public Date getStart()
public Date getEnd()
@Deprecated public boolean isMonthlyMode()
Calendar.isMonthlyMode() insteadCopyright © 2016 Vaadin Ltd. All rights reserved.