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 |
|---|---|
void |
applyChanges(BinderParams binderParams)
Applies changes from this set of properties to the subtree rooted by the
bind root in the bind params.
|
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) |
TimeAxisOptions |
makeTimeAxisOptions()
TimeAxisOptions constructor. |
TimelineSeriesOptions |
makeTimelineSeriesOptions()
TimelineSeriesOptions constructor. |
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. |
mergepublic void applyChanges(BinderParams binderParams)
binderParams - The bind params containing the binding rootpublic TimelineExtendedProperties getExtendedProperties()
ExtendedProperties of this pattern if present.
Properties may be set on the extended properties until the component is
bound.getExtendedProperties in class ExtendedPatternOptionspublic TimelineBindingOptions getBindingOptions()
DvtExtendedPatternOptionsBindingOptions of this pattern if present.
Binding related properties may be set on the BindingOptions class until the component is
bound.getBindingOptions in class DvtExtendedPatternOptionsBindingOptions that contains component specific options used by the binding task.
Check the component's options class for the specific implementation of BindingOptions used by that component.
For instance: charts are using ChartBindingOptionspublic static TimelineOptions cloneFrom(TimelineOptions options)
options - the options class that properties will be transferred frompublic boolean isRebind(org.w3c.dom.Element elementRoot)
public TimelineSeriesOptions makeTimelineSeriesOptions()
TimelineSeriesOptions constructor.TimelineSeriesOptionspublic TimeAxisOptions makeTimeAxisOptions()
TimeAxisOptions constructor.TimeAxisOptionspublic 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.