Uses of Class
org.vaadin.addons.componentfactory.schedulexcalendar.model.RecurrenceRule
Packages that use RecurrenceRule
Package
Description
-
Uses of RecurrenceRule in org.vaadin.addons.componentfactory.schedulexcalendar.model
Methods in org.vaadin.addons.componentfactory.schedulexcalendar.model that return RecurrenceRuleMethods in org.vaadin.addons.componentfactory.schedulexcalendar.model with parameters of type RecurrenceRule -
Uses of RecurrenceRule in org.vaadin.addons.componentfactory.schedulexcalendar.util
Methods in org.vaadin.addons.componentfactory.schedulexcalendar.util with parameters of type RecurrenceRuleModifier and TypeMethodDescriptionstatic booleanRecurrenceEvaluator.occursInRange(RecurrenceRule rule, LocalDate startDate, LocalDate rangeStart, LocalDate rangeEnd) Checks whether a recurring event described byruleand starting onstartDatehas at least one occurrence betweenrangeStartandrangeEnd.