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

com.imagine.component.calendar.events
Class CalendarEventExtraMonthDaysVisibleStatusChanged

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

public class CalendarEventExtraMonthDaysVisibleStatusChanged
extends CalendarEvent

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

CalendarEventExtraMonthDaysVisibleStatusChanged

public CalendarEventExtraMonthDaysVisibleStatusChanged(CalendarComponent calendarComponent,
                                                       boolean extraMonthDaysVisible)
Create a CalendarEventExtraMonthDaysVisibleStatusChanged event.

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

getExtraMonthDaysVisible

public boolean getExtraMonthDaysVisible()
Get the extra month days visible status.

Returns:
The extra month days visible status.

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