Class PropBaseAltText<T,U>
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<U>
jfxtras.icalendarfx.properties.VPropertyBase<T,U>
jfxtras.icalendarfx.properties.PropBaseLanguage<T,U>
jfxtras.icalendarfx.properties.PropBaseAltText<T,U>
- Type Parameters:
U- concrete subclasses
- All Implemented Interfaces:
PropAltText<T>, PropLanguage<T>, VProperty<T>, VChild, VElement, VParent
Property with language, alternate text display, and a text-based value
- See Also:
-
Nested Class Summary
Nested 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
ConstructorsModifierConstructorDescriptionprotectedPropBaseAltText(PropBaseAltText<T, U> property) PropBaseAltText(T value, StringConverter<T> converter) -
Method Summary
Modifier and TypeMethodDescriptionALTREP : Alternate Text Representation To specify an alternate text representation for the property value.voidsetAlternateText(String value) voidsetAlternateText(AlternateText alternateText) withAlternateText(String content) withAlternateText(URI value) withAlternateText(AlternateText altrep) Methods inherited from class PropBaseLanguage
getLanguage, setLanguage, setLanguage, withLanguage, withLanguageMethods 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 PropLanguage
getLanguage, setLanguageMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChildMethods inherited from interface VProperty
getNonStandard, getValue, getValueType, setNonStandard, setValue, setValueType
-
Field Details
-
alternateText
-
-
Constructor Details
-
PropBaseAltText
-
PropBaseAltText
-
PropBaseAltText
protected PropBaseAltText()
-
-
Method Details
-
getAlternateText
ALTREP : Alternate Text Representation To specify an alternate text representation for the property value. Example: DESCRIPTION;ALTREP="CID:part3.msg.970415T083000@example.com": Project XYZ Review Meeting will include the following agenda items: (a) Market Overview\, (b) Finances\, (c) Project Man agement The "ALTREP" property parameter value might point to a "text/html" content portion. Content-Type:text/html Content-Id:invalid input: '<'part3.msg.970415T083000@example.com>Project XYZ Review Meeting will include the following agenda items:
- Market Overview
- Finances
- Project Management
- Specified by:
getAlternateTextin interfacePropAltText<T>
-
setAlternateText
- Specified by:
setAlternateTextin interfacePropAltText<T>
-
setAlternateText
-
withAlternateText
-
withAlternateText
-
withAlternateText
-