Uses of Class
jfxtras.icalendarfx.properties.component.alarm.Trigger
Packages that use Trigger
-
Uses of Trigger in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components declared as TriggerModifier and TypeFieldDescriptionprivate Trigger<?>VAlarm.triggerThis property specifies when an alarm will trigger.
RFC 5545 iCalendar 3.8.6.3 page 133Methods in jfxtras.icalendarfx.components that return TriggerMethods in jfxtras.icalendarfx.components with parameters of type TriggerModifier and TypeMethodDescriptionvoidVAlarm.setTrigger(Trigger<?> trigger) VAlarm.withTrigger(Trigger<?> trigger) Sets the value of the#triggerProperty() -
Uses of Trigger in jfxtras.icalendarfx.properties.component.alarm
Methods in jfxtras.icalendarfx.properties.component.alarm that return TriggerModifier and TypeMethodDescriptionstatic <U> Trigger<U>Parse string with Temporal class explicitly provided as parameterstatic <U> Trigger<U>Parse string to Temporal.Trigger.withAlarmTrigger(AlarmTriggerRelationship format) Constructors in jfxtras.icalendarfx.properties.component.alarm with parameters of type Trigger