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
parent
Fields inherited from class jfxtras.icalendarfx.VParentBase
contentLineGenerator, orderer
Fields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setNonStandard
(List<NonStandardProperty> nonStandardProps) withNonStandard
(String... nonStandardProps) Sets the value of the#nonStandardProperty()
by parsing a vararg of iCalendar content text representing individualNonStandardProperty
objects.withNonStandard
(List<NonStandardProperty> nonStandardProps) Sets the value of the#nonStandardProperty()
withNonStandard
(NonStandardProperty... nonStandardProps) Sets the value of the#nonStandardProperty()
from a vararg ofNonStandardProperty
objects.Methods inherited from class jfxtras.icalendarfx.components.VComponentBase
addSubcomponent, getParent, isContentValid, name, setParent
Methods 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, withChild
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, newEmptyVElement, parse, throwMessageExceptions
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface jfxtras.icalendarfx.components.VComponent
calendarList, toString
Methods 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 individualNonStandardProperty
objects.- Returns:
- - this class for chaining
-
withNonStandard
Sets the value of the#nonStandardProperty()
from a vararg ofNonStandardProperty
objects.- Returns:
- - this class for chaining
-