Interface ScheduleXCalendar.DrawnEventValidationCallback
- All Superinterfaces:
Function<Event,,Boolean> Serializable,com.vaadin.flow.function.SerializableFunction<Event,Boolean>
- Enclosing class:
- ScheduleXCalendar
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ScheduleXCalendar.DrawnEventValidationCallback
extends com.vaadin.flow.function.SerializableFunction<Event,Boolean>
Callback interface for validating drawn events.
-
Method Summary