- 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 theSummaryproperty.
RFC 5545 iCalendar 3.8.1.5.default voidsetDescription(String description) voidsetDescription(Description description) default TwithDescription(String description) Sets the value of theDescriptionby parsing iCalendar textdefault TwithDescription(Description description) Sets the value of theDescriptionMethods inherited from interface jfxtras.icalendarfx.components.VComponent
calendarList, toStringMethods inherited from interface jfxtras.icalendarfx.components.VDescribable
getAttachments, getSummary, setAttachments, setSummary, setSummary, withAttachments, withAttachments, withAttachments, withSummary, withSummaryMethods 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
Summaryproperty.
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
VJournalallows 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 theDescriptionby parsing iCalendar text- Returns:
- - this class for chaining
-