java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<U>
jfxtras.icalendarfx.properties.VPropertyBase<T,U>
jfxtras.icalendarfx.properties.PropBaseLanguage<T,U>
- Type Parameters:
U
- - type of implementing subclassT
- - type of property value
- All Implemented Interfaces:
PropLanguage<T>
,VProperty<T>
,VChild
,VElement
,VParent
- Direct Known Subclasses:
Categories
,DurationProp
,PropBaseAltText
,PropertyBaseCalendarUser
,RequestStatus
,TimeZoneName
Property with language and a text-based value
concrete subclasses
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsFields inherited from class jfxtras.icalendarfx.properties.VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyName
Fields inherited from class jfxtras.icalendarfx.VParentBase
contentLineGenerator, orderer
Fields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PropBaseLanguage
(PropBaseLanguage<T, U> property) PropBaseLanguage
(T value) -
Method Summary
Modifier and TypeMethodDescriptionLANGUAGE To specify the language for text values in a property or property parameter.void
setLanguage
(String value) void
setLanguage
(Language language) withLanguage
(String content) withLanguage
(Language language) Methods inherited from class jfxtras.icalendarfx.properties.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, withValueType
Methods inherited from class jfxtras.icalendarfx.VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, getGetter, getGetters, getSetter, getSetters, orderChild, orderChild, orderChild, parseContent, removeChild, removeChild, replaceChild, replaceChild, withChild
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
Methods inherited from interface jfxtras.icalendarfx.properties.VProperty
getNonStandard, getValue, getValueType, setNonStandard, setValue, setValueType
-
Field Details
-
language
-
-
Constructor Details
-
PropBaseLanguage
-
PropBaseLanguage
-
PropBaseLanguage
protected PropBaseLanguage()
-
-
Method Details
-
getLanguage
LANGUAGE To specify the language for text values in a property or property parameter. Examples: SUMMARY;LANGUAGE=en-US:Company Holiday Party LOCATION;LANGUAGE=no:Tyskland- Specified by:
getLanguage
in interfacePropLanguage<T>
-
setLanguage
- Specified by:
setLanguage
in interfacePropLanguage<T>
-
setLanguage
-
withLanguage
-
withLanguage
-