|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.events.CalendarEvent
com.imagine.component.calendar.events.CalendarEventDateSelectedByKey
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 |
getCalendarComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalendarEventDateSelectedByKey(CalendarComponent calendarComponent, CalendarMonthType calendarMonthType, java.util.Date date)
calendarComponent
- The parent CalendarComponent object.date
- The selected date.Method Detail |
public CalendarMonthType getCalendarMonthType()
public java.util.Date getDate()
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |