Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.javatools.ui.calendar
Interface CalendarDateProvider


public interface CalendarDateProvider

Interface for CalendarPanel to allow the disabling of invalid dates.


Method Summary
 boolean isDateValid(java.util.Date date)
          Method to indic ate whether the calendar should mark the date as valid or invalid.
 

Method Detail

isDateValid

boolean isDateValid(java.util.Date date)
Method to indic ate whether the calendar should mark the date as valid or invalid. Invalid dates are coloured differently and are not able to be selected.

Parameters:
date -
Returns:
true if date is valid

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.