We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.components.calendar.
Interface CalendarComponentEvents.RangeSelectHandler
-
All Superinterfaces:
Enclosing interface:
public static interface CalendarComponentEvents.RangeSelectHandler extends EventListener, Serializable
RangeSelectHandler handles RangeSelectEvent.
-
-
Field Summary
Fields Modifier and Type Field Description static Method
rangeSelectMethod
Trigger method for the RangeSelectEvent.
-
Method Summary
All Methods Modifier and Type Method Description void
rangeSelect​(CalendarComponentEvents.RangeSelectEvent event)
This method will be called when day or time cells are drag-marked with mouse.
-
-
-
Field Detail
-
rangeSelectMethod
static final Method rangeSelectMethod
Trigger method for the RangeSelectEvent.
-
-
Method Detail
-
rangeSelect
void rangeSelect​(CalendarComponentEvents.RangeSelectEvent event)
This method will be called when day or time cells are drag-marked with mouse.
Parameters:
event
- RangeSelectEvent that contains range start and end date.
-
-