|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.imagine.component.calendar.selection.CalendarSelectionModelAdapter
Adapter class to handle the selection model listeners.
| Constructor Summary | |
CalendarSelectionModelAdapter()
|
|
| Method Summary | |
void |
addCalendarSelectionListener(CalendarSelectionListener calendarSelectionListener)
Add a calendar component listener. |
boolean |
removeCalendarSelectionListener(CalendarSelectionListener calendarSelectionListener)
Remove a calendar component listener. |
void |
selectionChanged(CalendarSelectionModel calendarSelectionModel)
Called when the selection is changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CalendarSelectionModelAdapter()
| Method Detail |
public void addCalendarSelectionListener(CalendarSelectionListener calendarSelectionListener)
calendarSelectionListener - The calendar component listener to be added.public boolean removeCalendarSelectionListener(CalendarSelectionListener calendarSelectionListener)
calendarSelectionListener - The calendar component listener to be removed.public void selectionChanged(CalendarSelectionModel calendarSelectionModel)
calendarSelectionModel - The selection model for which the selection was changed.
|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||