|
||||||||||
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
public class CalendarComponentEvent
All Calendar events extends this class.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CalendarComponentEvent(Calendar source)
Set the source of the event |
Method Summary | |
---|---|
Calendar |
getComponent()
Gets the component where the event occurred. |
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 |
Constructor Detail |
---|
public CalendarComponentEvent(Calendar source)
source
- The source calendarMethod Detail |
---|
public Calendar getComponent()
Component.Event
getComponent
in class Component.Event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |