Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.events
Class CalendarEventDateSelectedByKey

java.lang.Object
  extended bycom.imagine.component.calendar.events.CalendarEvent
      extended bycom.imagine.component.calendar.events.CalendarEventDateSelectedByKey

public class CalendarEventDateSelectedByKey
extends CalendarEvent

Describes the event that the date was selected by key.


Constructor Summary
CalendarEventDateSelectedByKey(CalendarComponent calendarComponent, CalendarMonthType calendarMonthType, java.util.Date date)
          Create a CalendarEventDateSelectedByKey event.
 
Method Summary
 CalendarMonthType getCalendarMonthType()
          Returns the CalendarMonthType associated.
 java.util.Date getDate()
          Returns the date associated.
 
Methods inherited from class com.imagine.component.calendar.events.CalendarEvent
consume, getCalendarComponent, isConsumed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEventDateSelectedByKey

public CalendarEventDateSelectedByKey(CalendarComponent calendarComponent,
                                      CalendarMonthType calendarMonthType,
                                      java.util.Date date)
Create a CalendarEventDateSelectedByKey event.

Parameters:
calendarComponent - The parent CalendarComponent object.
date - The selected date.
Method Detail

getCalendarMonthType

public CalendarMonthType getCalendarMonthType()
Returns the CalendarMonthType associated.

Returns:
the CalendarMonthType associated.

getDate

public java.util.Date getDate()
Returns the date associated.

Returns:
the date associated.

Calendar Component v5.1
www.calendarcomponent.com