- All Superinterfaces:
VChild,VComponent,VElement,VParent
- All Known Subinterfaces:
VDescribable2<T>
- All Known Implementing Classes:
NonStandardComponent,VAlarm,VDescribableBase,VDisplayable,VEvent,VJournal,VLocatable,VTodo
VComponent with the following properties
-
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<?>> properties) default voidsetSummary(String summary) voidsetSummary(Summary summary) default TwithAttachments(String... attachments) Sets the value of the#attachmentsProperty()by parsing a vararg of iCalendar content text representing individualAttachmentobjects.default TwithAttachments(List<Attachment<?>> attachments) Sets the value of the#attachmentsProperty().default TwithAttachments(Attachment<?>... attachments) Sets the value of the#attachmentsProperty()from a vararg ofAttachmentobjects.default TwithSummary(String summary) Sets the value of the#summaryProperty()by parsing iCalendar content text.default TwithSummary(Summary summary) Sets the value of the#summaryProperty()Methods 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
-
Method Details
-
getAttachments
List<Attachment<?>> 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
-
setAttachments
-
withAttachments
Sets the value of the#attachmentsProperty().- Returns:
- - this class for chaining
-
withAttachments
Sets the value of the#attachmentsProperty()by parsing a vararg of iCalendar content text representing individualAttachmentobjects.- Returns:
- - this class for chaining
-
withAttachments
Sets the value of the#attachmentsProperty()from a vararg ofAttachmentobjects.- Returns:
- - this class for chaining
-
getSummary
Summary 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
-
setSummary
-
setSummary
-
withSummary
Sets the value of the#summaryProperty()- Returns:
- - this class for chaining
-
withSummary
Sets the value of the#summaryProperty()by parsing iCalendar content text.- Returns:
- - this class for chaining
-