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

com.imagine.component.calendar.events
Class CalendarEventStatusPanelVisibleValueChanged

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

public class CalendarEventStatusPanelVisibleValueChanged
extends CalendarEvent

Describes the event that the calendar selection model is changed.


Constructor Summary
CalendarEventStatusPanelVisibleValueChanged(CalendarComponent calendarComponent, boolean statusPanelVisible)
          Create a CalendarEventStatusPanelVisibleValueChanged event.
 
Method Summary
 boolean getStatusPanelVisible()
          Get the visible value of status panel.
 
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

CalendarEventStatusPanelVisibleValueChanged

public CalendarEventStatusPanelVisibleValueChanged(CalendarComponent calendarComponent,
                                                   boolean statusPanelVisible)
Create a CalendarEventStatusPanelVisibleValueChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
statusPanelVisible - The new value for the visible value of status panel.
Method Detail

getStatusPanelVisible

public boolean getStatusPanelVisible()
Get the visible value of status panel.

Returns:
The visible value of status panel.

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