Class VCommon<T>
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<T>
jfxtras.icalendarfx.components.VComponentBase<T>
jfxtras.icalendarfx.components.VCommon<T>
- Type Parameters:
T- concrete subclass
- All Implemented Interfaces:
VComponent, VChild, VElement, VParent
- Direct Known Subclasses:
VDescribableBase, VPrimary, VTimeZone
VComponent with the following properties
-
Nested Class Summary
Nested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<NonStandardProperty> Provides a framework for defining non-standard properties.Fields inherited from class VComponentBase
parentFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNonStandard(List<NonStandardProperty> nonStandardProps) withNonStandard(String... nonStandardProps) Sets the value of theby parsing a vararg of iCalendar content text representing individualinvalid reference
#nonStandardProperty()NonStandardPropertyobjects.withNonStandard(List<NonStandardProperty> nonStandardProps) Sets the value of theinvalid reference
#nonStandardProperty()withNonStandard(NonStandardProperty... nonStandardProps) Sets the value of thefrom a vararg ofinvalid reference
#nonStandardProperty()NonStandardPropertyobjects.Methods inherited from class VComponentBase
addSubcomponent, getParent, isContentValid, name, setParentMethods inherited from class VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, equals, errors, getGetter, getGetters, getSetter, getSetters, hashCode, orderChild, orderChild, orderChild, parseContent, parseContent, processInLineChild, removeChild, removeChild, replaceChild, replaceChild, toString, withChildMethods inherited from class VElementBase
elementName, newEmptyVElement, parse, throwMessageExceptionsMethods inherited from interface VComponent
calendarList, toStringMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Field Details
-
nonStandardProps
Provides a framework for defining non-standard properties.Example:
X-ABC-MMSUBJ;VALUE=URI;FMTTYPE=audio/basic:http://www.example. org/mysubj.au
-
-
Constructor Details
-
VCommon
VCommon() -
VCommon
-
-
Method Details
-
getNonStandard
-
setNonStandard
-
withNonStandard
Sets the value of theinvalid reference
#nonStandardProperty()- Returns:
- - this class for chaining
-
withNonStandard
Sets the value of theby parsing a vararg of iCalendar content text representing individualinvalid reference
#nonStandardProperty()NonStandardPropertyobjects.- Returns:
- - this class for chaining
-
withNonStandard
Sets the value of thefrom a vararg ofinvalid reference
#nonStandardProperty()NonStandardPropertyobjects.- Returns:
- - this class for chaining
-