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

com.imagine.component.calendar.events
Class CalendarEventStatusPanelTodayLabelChanged

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

public class CalendarEventStatusPanelTodayLabelChanged
extends CalendarEvent

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


Constructor Summary
CalendarEventStatusPanelTodayLabelChanged(CalendarComponent calendarComponent, java.lang.String todayLabel)
          Create a CalendarEventStatusPanelTodayLabelChanged event.
 
Method Summary
 java.lang.String getTodayLabel()
          Get the value for today 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

CalendarEventStatusPanelTodayLabelChanged

public CalendarEventStatusPanelTodayLabelChanged(CalendarComponent calendarComponent,
                                                 java.lang.String todayLabel)
Create a CalendarEventStatusPanelTodayLabelChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
todayLabel - The value for today label.
Method Detail

getTodayLabel

public java.lang.String getTodayLabel()
Get the value for today label.

Returns:
The value for today label.

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