|
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.CalendarEventWeekVisibleStatusChanged
Describes the event that the week numbers visible status is changed.
Constructor Summary | |
CalendarEventWeekVisibleStatusChanged(CalendarComponent calendarComponent,
boolean weekVisibleStatus)
Create a CalendarEventWeekNumbersVisibleStatusChanged event. |
Method Summary | |
boolean |
getWeekVisibleStatus()
Get the value for weekVisibleStatus. |
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 CalendarEventWeekVisibleStatusChanged(CalendarComponent calendarComponent, boolean weekVisibleStatus)
calendarComponent
- The parent CalendarComponent object.weekVisibleStatus
- The value for weekVisibleStatus.Method Detail |
public boolean getWeekVisibleStatus()
|
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 |