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

com.imagine.component.calendar.events
Class CalendarEventEmptySelectionAllowedChanged

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

public class CalendarEventEmptySelectionAllowedChanged
extends CalendarEvent

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

CalendarEventEmptySelectionAllowedChanged

public CalendarEventEmptySelectionAllowedChanged(CalendarComponent calendarComponent,
                                                 boolean emptySelectionAllowed)
Create a CalendarEventEmptySelectionAllowedChanged event.

Parameters:
calendarComponent - The parent CalendarComponent object.
emptySelectionAllowed - true if empty selections are allowed. False otherwise.
Method Detail

getEmptySelectionAllowed

public boolean getEmptySelectionAllowed()
Returns true if empty selections are allowed. False otherwise.

Returns:
true if empty selections are allowed. False otherwise.

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