- All Superinterfaces:
VChild
,VComponent
,VDescribable<T>
,VElement
,VParent
- All Known Implementing Classes:
NonStandardComponent
,VAlarm
,VEvent
,VLocatable
,VTodo
For single DESCRIPTION property
Note: Not for VJournal - allows multiple descriptions
VComponent
with the following properties
-
Method Summary
Modifier and TypeMethodDescriptionThis property provides a more complete description of the calendar component than that provided by theSummary
property.
RFC 5545 iCalendar 3.8.1.5.default void
setDescription
(String description) void
setDescription
(Description description) default T
withDescription
(String description) Sets the value of theDescription
by parsing iCalendar textdefault T
withDescription
(Description description) Sets the value of theDescription
Methods inherited from interface jfxtras.icalendarfx.components.VComponent
calendarList, toString
Methods inherited from interface jfxtras.icalendarfx.components.VDescribable
getAttachments, getSummary, setAttachments, setSummary, setSummary, withAttachments, withAttachments, withAttachments, withSummary, withSummary
Methods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Method Details
-
getDescription
Description getDescription()This property provides a more complete description of the calendar component than that provided by the
Summary
property.
RFC 5545 iCalendar 3.8.1.5. page 84Example:
- DESCRIPTION:Meeting to provide technical review for "Phoenix"
design.\nHappy Face Conference Room. Phoenix design team
MUST attend this meeting.\nRSVP to team leader.
Note: Only
VJournal
allows multiple instances of DESCRIPTION - DESCRIPTION:Meeting to provide technical review for "Phoenix"
-
setDescription
-
setDescription
-
withDescription
Sets the value of theDescription
- Returns:
- - this class for chaining
-
withDescription
Sets the value of theDescription
by parsing iCalendar text- Returns:
- - this class for chaining
-