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