java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<T>
jfxtras.icalendarfx.components.VComponentBase<T>
jfxtras.icalendarfx.components.VCommon<T>
jfxtras.icalendarfx.components.VDescribableBase<T>
- Type Parameters:
T
- - concrete subclass
- All Implemented Interfaces:
VComponent
,VDescribable<T>
,VChild
,VElement
,VParent
- Direct Known Subclasses:
VAlarm
VComponent
with the following properties
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsFields 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 TypeMethodDescriptionList<Attachment<?>>
This property provides the capability to associate a document object with a calendar component.This property defines a short summary or subject for the calendar componentvoid
setAttachments
(List<Attachment<?>> attachments) void
setSummary
(Summary summary) Methods inherited from class jfxtras.icalendarfx.components.VCommon
getNonStandard, setNonStandard, withNonStandard, withNonStandard, withNonStandard
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.components.VDescribable
setSummary, withAttachments, withAttachments, withAttachments, withSummary, withSummary
Methods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Field Details
-
attachments
-
summary
-
-
Constructor Details
-
VDescribableBase
VDescribableBase() -
VDescribableBase
VDescribableBase(VDescribableBase<T> source)
-
-
Method Details
-
getAttachments
This property provides the capability to associate a document object with a calendar component.Example: The following is an example of this property:
- ATTACH:CID:jsmith.part3.960817T083000.xyzMail@example.com
- ATTACH;FMTTYPE=application/postscript:ftp://example.com/pub/
reports/r-960812.ps
- Specified by:
getAttachments
in interfaceVDescribable<T>
-
setAttachments
- Specified by:
setAttachments
in interfaceVDescribable<T>
-
getSummary
This property defines a short summary or subject for the calendar component
Example: The following is an example of this property:
- SUMMARY:Department Party
- Specified by:
getSummary
in interfaceVDescribable<T>
-
setSummary
- Specified by:
setSummary
in interfaceVDescribable<T>
-