Uses of Interface
jfxtras.icalendarfx.properties.component.recurrence.rrule.RRulePart
Packages that use RRulePart
Package
Description
-
Uses of RRulePart in jfxtras.icalendarfx.properties.component.recurrence.rrule
Classes in jfxtras.icalendarfx.properties.component.recurrence.rrule that implement RRulePartModifier and TypeClassDescriptionclass
COUNT: RFC 5545 iCalendar 3.3.10, page 41 The COUNT rule part defines the number of occurrences at which to range-bound the recurrence.class
FREQUENCY FREQ RFC 5545 iCalendar 3.3.10 p40 The FREQ rule part identifies the type of recurrence rule.class
INTERVAL RFC 5545 iCalendar 3.3.10, page 40 The INTERVAL rule part contains a positive integer representing at which intervals the recurrence rule repeats.class
RRulePartBase<T,
U> class
UNTIL: RFC 5545 iCalendar 3.3.10, page 41 The UNTIL rule part defines a DATE or DATE-TIME value that bounds the recurrence rule in an inclusive manner.class
Week Start WKST: RFC 5545 iCalendar 3.3.10, page 42 The WKST rule part specifies the day on which the workweek starts.Fields in jfxtras.icalendarfx.properties.component.recurrence.rrule with type parameters of type RRulePartModifier and TypeFieldDescriptionprivate static final Map<Class<? extends RRulePart<?>>,
RRuleElement> RRuleElement.CLASS_MAP
RRuleElement.myClass
Methods in jfxtras.icalendarfx.properties.component.recurrence.rrule that return types with arguments of type RRulePartConstructor parameters in jfxtras.icalendarfx.properties.component.recurrence.rrule with type arguments of type RRulePartModifierConstructorDescriptionprivate
RRuleElement
(String name, Class<? extends RRulePart<?>> myClass, ChronoUnit chronoUnit) -
Uses of RRulePart in jfxtras.icalendarfx.properties.component.recurrence.rrule.byxxx
Subinterfaces of RRulePart in jfxtras.icalendarfx.properties.component.recurrence.rrule.byxxxModifier and TypeInterfaceDescriptioninterface
ByRule<T>
Interface for a rule that applies a modification to a Stream of start date/times, such as BYxxx rules, in a recurring event (RRULE).Classes in jfxtras.icalendarfx.properties.component.recurrence.rrule.byxxx that implement RRulePartModifier and TypeClassDescriptionclass
BYDAY from RFC 5545, iCalendar 3.3.10, page 40 The BYDAY rule part specifies a COMMA-separated list of days of the week; SU indicates Sunday; MO indicates Monday; TU indicates Tuesday; WE indicates Wednesday; TH indicates Thursday; FR indicates Friday; and SA indicates Saturday.class
By Hour BYHOUR RFC 5545, iCalendar 3.3.10, page 41 The BYHOUR rule part specifies a COMMA- separated list of hours of the day.class
By Minute BYMINUTE RFC 5545, iCalendar 3.3.10, page 41 The BYMINUTE rule part specifies a COMMA-separated list of minutes within an hour.class
BYMONTH from RFC 5545, iCalendar 3.3.10, page 42class
By Month Day BYMONTHDAY RFC 5545, iCalendar 3.3.10, page 42 The BYMONTHDAY rule part specifies a COMMA-separated list of days of the month.class
ByRuleAbstract<T,
U> BYxxx rule that modify frequency rule (see RFC 5545, iCalendar 3.3.10 Page 42) The BYxxx rules must be applied in a specific orderclass
class
class
class
By Week Number BYWEEKNO RFC 5545, iCalendar 3.3.10, page 42 The BYWEEKNO rule part specifies a COMMA-separated list of ordinals specifying weeks of the year.class
By Year Day BYYEARDAY RFC 5545, iCalendar 3.3.10, page 42 The BYYEARDAY rule part specifies a COMMA-separated list of days of the year.