Class VDescribableBase<T>
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 VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
FieldsFields inherited from class VComponentBase
parentFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class 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 componentvoidsetAttachments(List<Attachment<?>> attachments) voidsetSummary(Summary summary) Methods inherited from class VCommon
getNonStandard, setNonStandard, withNonStandard, withNonStandard, withNonStandardMethods 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 VDescribable
setSummary, withAttachments, withAttachments, withAttachments, withSummary, withSummaryMethods inherited from interface 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:
getAttachmentsin interfaceVDescribable<T>
-
setAttachments
- Specified by:
setAttachmentsin 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:
getSummaryin interfaceVDescribable<T>
-
setSummary
- Specified by:
setSummaryin interfaceVDescribable<T>
-