public class TimelineOptions extends DvtExtendedPatternOptions
TimelineOptions
.
Binding options that allow the user to change the structure and functionality of a Timeline.Modifier and Type | Method and Description |
---|---|
static TimelineOptions |
cloneFrom(TimelineOptions options)
Creates an options class from the specified options class, transferring any common properties
|
TimelineBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
TimelineExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
TimeAxisOptions |
getTimeAxisOptions()
Retrieves the
TimeAxisOptions associated with the Timeline. |
TimelineOverviewOptions |
getTimelineOverviewOptions()
Retrieves the
TimelineOverviewOptions associated with the Timeline. |
java.util.List<TimelineSeriesOptions> |
getTimelineSeriesOptions()
Retrieves the
List of TimelineSeriesOptions associated with the Timeline. |
boolean |
isRebind(org.w3c.dom.Element elementRoot) |
void |
setTimeAxisOptions(TimeAxisOptions timeAxisOptions)
Specifies the
TimeAxisOptions associated with the Timeline. |
void |
setTimelineOverviewOptions(TimelineOverviewOptions timelineOverviewOptions)
Specifies the
TimelineOverviewOptions associated with the Timeline. |
void |
setTimelineSeriesOptions(java.util.List<TimelineSeriesOptions> listTimelineSeriesOptions)
Specifies the
List of TimelineSeriesOptions associated with the Timeline. |
merge
public TimelineExtendedProperties getExtendedProperties()
ExtendedPatternOptions
ExtendedProperties
of this pattern if present. Properties may be set on the extended properties until the component is bound.getExtendedProperties
in class ExtendedPatternOptions
public TimelineBindingOptions getBindingOptions()
DvtExtendedPatternOptions
BindingOptions
of this pattern if present. Binding related properties may be set on the BindingOptions class until the component is bound.getBindingOptions
in class DvtExtendedPatternOptions
public static TimelineOptions cloneFrom(TimelineOptions options)
options
- the options class that properties will be transferred frompublic boolean isRebind(org.w3c.dom.Element elementRoot)
public void setTimelineSeriesOptions(java.util.List<TimelineSeriesOptions> listTimelineSeriesOptions)
List
of TimelineSeriesOptions
associated with the Timeline.listTimelineSeriesOptions
- A List
of TimelineSeriesOptions
associated with the Timeline.public java.util.List<TimelineSeriesOptions> getTimelineSeriesOptions()
List
of TimelineSeriesOptions
associated with the Timeline.List
of TimelineSeriesOptions
associated with the Timeline.public void setTimeAxisOptions(TimeAxisOptions timeAxisOptions)
TimeAxisOptions
associated with the Timeline.timeAxisOptions
- A TimeAxisOptions
associated with the Timeline.public TimeAxisOptions getTimeAxisOptions()
TimeAxisOptions
associated with the Timeline.TimeAxisOptions
associated with the Timeline.public void setTimelineOverviewOptions(TimelineOverviewOptions timelineOverviewOptions)
TimelineOverviewOptions
associated with the Timeline.timelineOverviewOptions
- A TimelineOverviewOptions
associated with the Timeline.public TimelineOverviewOptions getTimelineOverviewOptions()
TimelineOverviewOptions
associated with the Timeline.TimelineOverviewOptions
associated with the Timeline.