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 VAlarm
Creates a new VAlarm calendar component by parsing a String of iCalendar content linesVAlarm.withAction
(String action) Sets the value of theinvalid reference
#actionProperty()
VAlarm.withAction
(Action action) Sets the value of theinvalid reference
#actionProperty()
VAlarm.withAction
(Action.ActionType actionType) Sets the value of theinvalid reference
#actionProperty()
Action
from theAction.ActionType
parameterVAlarm.withRepeatCount
(int repeatCount) Sets the value of theinvalid reference
#repeatCountProperty()
RepeatCount
from int parameterVAlarm.withRepeatCount
(String repeatCount) Sets the value of theinvalid reference
#repeatCountProperty()
VAlarm.withRepeatCount
(RepeatCount repeatCount) Sets the value of theinvalid reference
#repeatCountProperty()
VAlarm.withTrigger
(String trigger) Sets the value of theinvalid reference
#triggerProperty()
VAlarm.withTrigger
(Duration trigger) Sets the value of theinvalid reference
#triggerProperty()
Trigger
from Duration parameterVAlarm.withTrigger
(ZonedDateTime trigger) Sets the value of theinvalid reference
#triggerProperty()
Trigger
from ZonedDateTime parameterVAlarm.withTrigger
(Trigger<?> trigger) Sets the value of theinvalid reference
#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 TypeMethodDescriptionvoid
VLocatable.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