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
- Author:
- David Bal
-
Nested Class Summary
Nested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
Fields inherited from class VComponentBase
parentFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class VElementBase
BEGIN, END -
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
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
-
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
-