|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
com.vaadin.ui.components.calendar.CalendarComponentEvent
com.vaadin.ui.components.calendar.CalendarComponentEvents.EventClick
public static class CalendarComponentEvents.EventClick
EventClick is sent when an event is clicked.
| Field Summary | |
|---|---|
static java.lang.String |
EVENT_ID
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CalendarComponentEvents.EventClick(Calendar source,
CalendarEvent calendarEvent)
Target source event is needed for the EventClick. |
|
| Method Summary | |
|---|---|
CalendarEvent |
getCalendarEvent()
Get the clicked event. |
| Methods inherited from class com.vaadin.ui.components.calendar.CalendarComponentEvent |
|---|
getComponent |
| Methods inherited from class com.vaadin.event.ConnectorEvent |
|---|
getConnector |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String EVENT_ID
| Constructor Detail |
|---|
public CalendarComponentEvents.EventClick(Calendar source,
CalendarEvent calendarEvent)
| Method Detail |
|---|
public CalendarEvent getCalendarEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||