|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.events.CalendarEvent
com.imagine.component.calendar.events.CalendarEventEmptySelectionAllowedChanged
Describes the event that the emty selections allowed status has changed.
Constructor Summary | |
CalendarEventEmptySelectionAllowedChanged(CalendarComponent calendarComponent,
boolean emptySelectionAllowed)
Create a CalendarEventEmptySelectionAllowedChanged event. |
Method Summary | |
boolean |
getEmptySelectionAllowed()
Returns true if empty selections are allowed. |
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 |
public CalendarEventEmptySelectionAllowedChanged(CalendarComponent calendarComponent, boolean emptySelectionAllowed)
calendarComponent
- The parent CalendarComponent object.emptySelectionAllowed
- true if empty selections are allowed. False otherwise.Method Detail |
public boolean getEmptySelectionAllowed()
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |