|
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.CalendarEventExtraMonthDaysVisibleStatusChanged
Describes the event that the extra month days visible status has changed.
Constructor Summary | |
CalendarEventExtraMonthDaysVisibleStatusChanged(CalendarComponent calendarComponent,
boolean extraMonthDaysVisible)
Create a CalendarEventExtraMonthDaysVisibleStatusChanged event. |
Method Summary | |
boolean |
getExtraMonthDaysVisible()
Get the extra month days visible status. |
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 CalendarEventExtraMonthDaysVisibleStatusChanged(CalendarComponent calendarComponent, boolean extraMonthDaysVisible)
calendarComponent
- The parent CalendarComponent object.extraMonthDaysVisible
- The new value for extraMonthDaysVisible.Method Detail |
public boolean getExtraMonthDaysVisible()
|
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 |