To specifiy a concrete List of Dates, use the invalidDays attribute and wire it to a DateListProvider implementation. This returns a list of dates, which are invalid.
invalidDaysOfWeek
Text
Specify the weekdays which are invalid for your use case. The attribute takes whitespace delimited list of weekdays. Possible values are sun, mon, tue, wed, thu, fri, sat.
invalidMonths
Text
Specify the month which are invalid for your use case. The attribute takes a whitespace delimited list of months. Possible values are jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec.
messageDetailInvalidDays
Text
The detail error message to be used for constructing faces messages, when input value is less than the set invalidDate value. </p> <p> Parameters:<ul><li> {0} the label that identifies the component </li><li> {1} value entered by the user </li><li> {2} the invalid date </li></ul>
messageDetailInvalidDaysOfWeek
Text
The detail error message to be used for constructing faces messages, when input value is less than the set invalidDaysOfWeek value. </p> <p> Parameters:<ul><li> {0} the label that identifies the component </li><li> {1} value entered by the user </li><li> {2} the invalid weekday </li></ul>
messageDetailInvalidMonths
Text
The detail error message to be used for constructing faces messages, when input value exceeds the invalidMonths value set. </p> <p> Parameters:<ul><li> {0} the label that identifies the component </li><li> {1} value entered by the user </li><li> {2} the invalid month </li></ul>