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

com.imagine.component.calendar.events
Class CalendarEventWeekVisibleStatusChanged

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

public class CalendarEventWeekVisibleStatusChanged
extends CalendarEvent

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

CalendarEventWeekVisibleStatusChanged

public CalendarEventWeekVisibleStatusChanged(CalendarComponent calendarComponent,
                                             boolean weekVisibleStatus)
Create a CalendarEventWeekNumbersVisibleStatusChanged event.

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

getWeekVisibleStatus

public boolean getWeekVisibleStatus()
Get the value for weekVisibleStatus.

Returns:
The value for weekVisibleStatus.

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