Uses of Class
jfxtras.icalendarfx.properties.component.recurrence.rrule.RecurrenceRuleValue
Packages that use RecurrenceRuleValue
Package
Description
-
Uses of RecurrenceRuleValue in jfxtras.icalendarfx.components
Methods in jfxtras.icalendarfx.components with parameters of type RecurrenceRuleValueModifier and TypeMethodDescriptiondefault voidVRepeatable.setRecurrenceRule(RecurrenceRuleValue rrule) default TVRepeatable.withRecurrenceRule(RecurrenceRuleValue rrule) -
Uses of RecurrenceRuleValue in jfxtras.icalendarfx.properties.component.recurrence
Fields in jfxtras.icalendarfx.properties.component.recurrence declared as RecurrenceRuleValueMethods in jfxtras.icalendarfx.properties.component.recurrence that return RecurrenceRuleValueModifier and TypeMethodDescriptionprotected RecurrenceRuleValueRecurrenceRule.copyValue(RecurrenceRuleValue source) Methods in jfxtras.icalendarfx.properties.component.recurrence with parameters of type RecurrenceRuleValueModifier and TypeMethodDescriptionprotected RecurrenceRuleValueRecurrenceRule.copyValue(RecurrenceRuleValue source) Constructors in jfxtras.icalendarfx.properties.component.recurrence with parameters of type RecurrenceRuleValue -
Uses of RecurrenceRuleValue in jfxtras.icalendarfx.properties.component.recurrence.rrule
Methods in jfxtras.icalendarfx.properties.component.recurrence.rrule that return RecurrenceRuleValueModifier and TypeMethodDescriptionstatic RecurrenceRuleValueRecurrenceRuleValue.withByRules(String... byRules) RecurrenceRuleValue.withByRules(Collection<ByRule<?>> byRules) RecurrenceRuleValue.withByRules(ByRule<?>... byRules) RecurrenceRuleValue.withCount(int count) RecurrenceRuleValue.withFrequency(String frequency) RecurrenceRuleValue.withFrequency(Frequency frequency) RecurrenceRuleValue.withFrequency(FrequencyType frequency) RecurrenceRuleValue.withInterval(int interval) RecurrenceRuleValue.withInterval(Interval interval) RecurrenceRuleValue.withWeekStart(DayOfWeek weekStart) RecurrenceRuleValue.withWeekStart(WeekStart weekStart) Constructors in jfxtras.icalendarfx.properties.component.recurrence.rrule with parameters of type RecurrenceRuleValue -
Uses of RecurrenceRuleValue in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup
Fields in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup declared as RecurrenceRuleValueModifier and TypeFieldDescriptionprivate RecurrenceRuleValueEditRecurrenceRuleVBox.oldRRuleprivate RecurrenceRuleValueEditRecurrenceRuleVBox.rruleFields in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup with type parameters of type RecurrenceRuleValueModifier and TypeFieldDescriptionprivate javafx.beans.property.ObjectProperty<RecurrenceRuleValue>EditRecurrenceRuleVBox.recurrenceRulePropertyMethods in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup with parameters of type RecurrenceRuleValueModifier and TypeMethodDescriptionstatic StringEditRecurrenceRuleVBox.makeSummary(RecurrenceRuleValue rrule, Temporal startTemporal) Produce easy to read summary of repeat rule Is limited to producing strings for following repeat rules: Any individual Frequency (FREQ) COUNT and UNTIL properties MONTHLY and WEEKLY with ByDay Byxxx rule For example: RRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=11;BYDAY=MO,WE,FR produces: "Every 2 weeks on Monday, Wednesday, Friday, 11 times"private voidEditRecurrenceRuleVBox.setDayOfWeek(RecurrenceRuleValue rRule) Set day of week properties if FREQ=WEEKLY and has BYDAY rule This method is called only during setup