Class Action
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<Action>
jfxtras.icalendarfx.properties.VPropertyBase<Action.ActionType, Action>
jfxtras.icalendarfx.properties.component.alarm.Action
- All Implemented Interfaces:
VProperty<Action.ActionType>, VChild, VElement, VParent
ACTION
RFC 5545, 3.8.6.1, page 132
This property defines the action to be invoked when an alarm is triggered.
actionvalue = "AUDIO" / "DISPLAY" / "EMAIL" / iana-token / x-name
Applications MUST ignore alarms with x-name and iana-token values they don't recognize.
Examples:
- ACTION:AUDIO
- ACTION:DISPLAY
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
FieldsFields inherited from class VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyNameFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class VPropertyBase
copyValue, equals, errors, getConverter, getNonStandard, getParent, getUnknownValue, getValue, getValueType, hashCode, modifiedValue, name, parseContent, processInLineChild, setConverter, setConverterByClass, setNonStandard, setParent, setValue, setValueType, setValueType, toString, valueContent, withNonStandard, withNonStandard, withNonStandard, withValue, withValueTypeMethods inherited from class VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, getGetter, getGetters, getSetter, getSetters, orderChild, orderChild, orderChild, parseContent, removeChild, removeChild, replaceChild, replaceChild, withChildMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptionsMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Field Details
-
CONVERTER
-
-
Constructor Details
-
Action
-
Action
-
Action
public Action()
-
-
Method Details
-
parse
-