Java Calendar Component v3.1
www.java-calendar.com

com.imagine.component.calendar.events
Class CalendarEventGridVisibleStatusChanged

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

public class CalendarEventGridVisibleStatusChanged
extends CalendarEvent

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

CalendarEventGridVisibleStatusChanged

public CalendarEventGridVisibleStatusChanged(CalendarComponent calendarComponent,
                                             boolean showGrid)
Create a CalendarEventGridVisibleStatusChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
showGrid - The value for showGrid.
Method Detail

getShowGrid

public boolean getShowGrid()
Get the value for showGrid.

Returns:
The value for showGrid.

Java Calendar Component v3.1
www.java-calendar.com