com.vaadin.ui.components.calendar
Class CalendarComponentEvents.BackwardEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.event.ConnectorEvent
          extended by com.vaadin.ui.Component.Event
              extended by com.vaadin.ui.components.calendar.CalendarComponentEvent
                  extended by com.vaadin.ui.components.calendar.CalendarComponentEvents.BackwardEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CalendarComponentEvents

public static class CalendarComponentEvents.BackwardEvent
extends CalendarComponentEvent

BackwardEvent is sent when backward navigation button is clicked.

See Also:
Serialized Form

Field Summary
static java.lang.String EVENT_ID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CalendarComponentEvents.BackwardEvent(Calendar source)
          BackwardEvent needs only the source source component.
 
Method Summary
 
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

EVENT_ID

public static final java.lang.String EVENT_ID
See Also:
Constant Field Values
Constructor Detail

CalendarComponentEvents.BackwardEvent

public CalendarComponentEvents.BackwardEvent(Calendar source)
BackwardEvent needs only the source source component.

Parameters:
source - Calendar component.


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.