Uses of Class
jfxtras.icalendarfx.components.VAlarm
Packages that use VAlarm
Package
Description
-
Uses of VAlarm in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components with type parameters of type VAlarmMethods in jfxtras.icalendarfx.components that return VAlarmModifier and TypeMethodDescriptionstatic VAlarmCreates a new VAlarm calendar component by parsing a String of iCalendar content linesVAlarm.withAction(String action) Sets the value of the#actionProperty()by parsing iCalendar content textVAlarm.withAction(Action action) Sets the value of the#actionProperty()VAlarm.withAction(Action.ActionType actionType) Sets the value of the#actionProperty()by creating a newActionfrom theAction.ActionTypeparameterVAlarm.withRepeatCount(int repeatCount) Sets the value of the#repeatCountProperty()by creating newRepeatCountfrom int parameterVAlarm.withRepeatCount(String repeatCount) Sets the value of the#repeatCountProperty()by parsing iCalendar content textVAlarm.withRepeatCount(RepeatCount repeatCount) Sets the value of the#repeatCountProperty()VAlarm.withTrigger(String trigger) Sets the value of the#triggerProperty()by parsing iCalendar content textVAlarm.withTrigger(Duration trigger) Sets the value of the#triggerProperty()by creating newTriggerfrom Duration parameterVAlarm.withTrigger(ZonedDateTime trigger) Sets the value of the#triggerProperty()by creating newTriggerfrom ZonedDateTime parameterVAlarm.withTrigger(Trigger<?> trigger) Sets the value of the#triggerProperty()Methods in jfxtras.icalendarfx.components that return types with arguments of type VAlarmModifier and TypeMethodDescriptionVLocatable.getVAlarms()VALARM Alarm Component RFC 5545 iCalendar 3.6.6.Methods in jfxtras.icalendarfx.components with parameters of type VAlarmMethod parameters in jfxtras.icalendarfx.components with type arguments of type VAlarmModifier and TypeMethodDescriptionvoidVLocatable.setVAlarms(List<VAlarm> vAlarms) VLocatable.withVAlarms(List<VAlarm> vAlarms) Constructors in jfxtras.icalendarfx.components with parameters of type VAlarm -
Uses of VAlarm in jfxtras.scene.control.agenda.icalendar.editors.revisors
Constructors in jfxtras.scene.control.agenda.icalendar.editors.revisors with parameters of type VAlarm