- 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 componentvoid
setAttachments
(List<Attachment<?>> properties) default void
setSummary
(String summary) void
setSummary
(Summary summary) default T
withAttachments
(String... attachments) Sets the value of the#attachmentsProperty()
by parsing a vararg of iCalendar content text representing individualAttachment
objects.default T
withAttachments
(List<Attachment<?>> attachments) Sets the value of the#attachmentsProperty()
.default T
withAttachments
(Attachment<?>... attachments) Sets the value of the#attachmentsProperty()
from a vararg ofAttachment
objects.default T
withSummary
(String summary) Sets the value of the#summaryProperty()
by parsing iCalendar content text.default T
withSummary
(Summary summary) Sets the value of the#summaryProperty()
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
-
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 individualAttachment
objects.- Returns:
- - this class for chaining
-
withAttachments
Sets the value of the#attachmentsProperty()
from a vararg ofAttachment
objects.- 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
-