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

com.imagine.component.calendar.events
Class CalendarEventStatusPanelNoneLabelChanged

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

public class CalendarEventStatusPanelNoneLabelChanged
extends CalendarEvent

Describes the event that the calendar status panel none label is changed.


Constructor Summary
CalendarEventStatusPanelNoneLabelChanged(CalendarComponent calendarComponent, java.lang.String noneLabel)
          Create a CalendarEventStatusPanelNoneLabelChanged event.
 
Method Summary
 java.lang.String getNoneLabel()
          Get the value for none label.
 
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

CalendarEventStatusPanelNoneLabelChanged

public CalendarEventStatusPanelNoneLabelChanged(CalendarComponent calendarComponent,
                                                java.lang.String noneLabel)
Create a CalendarEventStatusPanelNoneLabelChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
noneLabel - The value for none label.
Method Detail

getNoneLabel

public java.lang.String getNoneLabel()
Get the value for none label.

Returns:
The value for none label.

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