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
parentFields inherited from class jfxtras.icalendarfx.VParentBase
contentLineGenerator, ordererFields 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 componentvoidsetAttachments(List<Attachment<?>> attachments) voidsetSummary(Summary summary) Methods inherited from class jfxtras.icalendarfx.components.VCommon
getNonStandard, setNonStandard, withNonStandard, withNonStandard, withNonStandardMethods 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.components.VDescribable
setSummary, withAttachments, withAttachments, withAttachments, withSummary, withSummaryMethods 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:
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>
-