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 jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<NonStandardProperty>Provides a framework for defining non-standard properties.Fields inherited from class jfxtras.icalendarfx.components.VComponentBase
parentFields inherited from class jfxtras.icalendarfx.VParentBase
contentLineGenerator, ordererFields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNonStandard(List<NonStandardProperty> nonStandardProps) withNonStandard(String... nonStandardProps) Sets the value of the#nonStandardProperty()by parsing a vararg of iCalendar content text representing individualNonStandardPropertyobjects.withNonStandard(List<NonStandardProperty> nonStandardProps) Sets the value of the#nonStandardProperty()withNonStandard(NonStandardProperty... nonStandardProps) Sets the value of the#nonStandardProperty()from a vararg ofNonStandardPropertyobjects.Methods inherited from class jfxtras.icalendarfx.components.VComponentBase
addSubcomponent, getParent, isContentValid, name, setParentMethods inherited from class jfxtras.icalendarfx.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 jfxtras.icalendarfx.VElementBase
elementName, newEmptyVElement, parse, throwMessageExceptionsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jfxtras.icalendarfx.components.VComponent
calendarList, toStringMethods inherited from interface jfxtras.icalendarfx.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 the#nonStandardProperty()- Returns:
- - this class for chaining
-
withNonStandard
Sets the value of the#nonStandardProperty()by parsing a vararg of iCalendar content text representing individualNonStandardPropertyobjects.- Returns:
- - this class for chaining
-
withNonStandard
Sets the value of the#nonStandardProperty()from a vararg ofNonStandardPropertyobjects.- Returns:
- - this class for chaining
-