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.EventClickHandler
-
All Superinterfaces:
Enclosing interface:
public static interface CalendarComponentEvents.EventClickHandler extends EventListener, Serializable
EventClickHandler handles EventClick.
-
-
Field Summary
Fields Modifier and Type Field and Description static Method
eventClickMethod
Trigger method for the EventClick.
-
Method Summary
All Methods Modifier and Type Method and Description void
eventClick(CalendarComponentEvents.EventClick event)
This method will be called when an event is clicked.
-
-
-
Field Detail
-
eventClickMethod
static final Method eventClickMethod
Trigger method for the EventClick.
-
-
Method Detail
-
eventClick
void eventClick(CalendarComponentEvents.EventClick event)
This method will be called when an event is clicked.
Parameters:
event
- EventClick containing the target event.
-
-