- Type Parameters:
T
- concrete subclass
- All Superinterfaces:
VChild
,VComponent
,VElement
,VParent
- All Known Implementing Classes:
NonStandardComponent
,VAlarm
,VEvent
,VLocatable
,VTodo
Interface for
DurationProp
property-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theDurationProp
default void
setDuration
(String duration) Sets the value of theDurationProp
by parsing iCalendar content textdefault void
setDuration
(TemporalAmount duration) Sets the value of theDurationProp
by creating newDurationProp
from the TemporalAmount parametervoid
setDuration
(DurationProp duration) Sets the value of theDurationProp
default T
withDuration
(String duration) Sets the value of theDurationProp
property } by parsing iCalendar content textdefault T
withDuration
(TemporalAmount duration) Sets the value of theDurationProp
property } by creating a newDurationProp
from the TemporalAmount parameterdefault T
withDuration
(DurationProp duration) Sets the value of theDurationProp
property}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
-
getDuration
DurationProp getDuration()Gets the value of theDurationProp
-
setDuration
Sets the value of theDurationProp
-
setDuration
Sets the value of theDurationProp
by parsing iCalendar content text -
setDuration
Sets the value of theDurationProp
by creating newDurationProp
from the TemporalAmount parameter -
withDuration
Sets the value of the
DurationProp
property } by creating a newDurationProp
from the TemporalAmount parameter- Returns:
- - this class for chaining
-
withDuration
Sets the value of the
DurationProp
property } by parsing iCalendar content text- Returns:
- - this class for chaining
-
withDuration
Sets the value of the
DurationProp
property}- Returns:
- - this class for chaining
-