Class RecurrentScheduleFieldValidator

java.lang.Object
com.flowingcode.vaadin.addons.recurrentschedulefield.ui.RecurrentScheduleFieldValidator
All Implemented Interfaces:
Validator<DateTimeRange>, Serializable, BiFunction<DateTimeRange,ValueContext,ValidationResult>

public class RecurrentScheduleFieldValidator extends Object implements Validator<DateTimeRange>
Validator for RecurrentScheduleField component.

Ensures that the selected date and time ranges, as well as the selected weekdays, are valid according to the component's rules.

Author:
Flowing Code
See Also: