|
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.CalendarEventGridVisibleStatusChanged
Describes the event that the calendar grid visible status is changed.
Constructor Summary | |
CalendarEventGridVisibleStatusChanged(CalendarComponent calendarComponent,
boolean showGrid)
Create a CalendarEventGridVisibleStatusChanged event. |
Method Summary | |
boolean |
getShowGrid()
Get the value for showGrid. |
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 CalendarEventGridVisibleStatusChanged(CalendarComponent calendarComponent, boolean showGrid)
calendarComponent
- The parent CalendarComponent object.showGrid
- The value for showGrid.Method Detail |
public boolean getShowGrid()
|
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 |