Class RecurrenceRule
java.lang.Object
org.vaadin.addons.componentfactory.schedulexcalendar.model.RecurrenceRule
- All Implemented Interfaces:
Serializable
Representation for the events recurrence rules.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumBYDAY supported valuesstatic enumFREQ supported values.static classThe UNTIL rule part defines a DATE or DATE-TIME value that bounds the recurrence rule in an inclusive manner. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aRecurrenceRulewith the specified frequency value. -
Method Summary
Modifier and TypeMethodDescriptiongetByDay()getCount()getFreq()protected StringgetRule()getUntil()getWkst()voidsetByDay(List<RecurrenceRule.Day> byDay) voidsetByMonthDay(List<Integer> byMonthDay) voidvoidvoidsetInterval(Integer interval) voidsetUntil(RecurrenceRule.Until until) voidsetWkst(RecurrenceRule.Day wkst)
-
Constructor Details
-
RecurrenceRule
Constructs aRecurrenceRulewith the specified frequency value.- Parameters:
freq- the frequency of the recurrence rule
-
-
Method Details
-
getFreq
-
setFreq
-
getCount
-
setCount
-
getInterval
-
setInterval
-
getByDay
-
setByDay
-
getByMonthDay
-
setByMonthDay
-
getUntil
-
setUntil
-
getWkst
-
setWkst
-
getRule
-