public class TimelineSeriesOptions extends DvtExtendedPatternOptions
TimelineSeriesOptions
.
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,
org.w3c.dom.Element elementTimelineSeries)
Applies changes from this set of properties to the subtree rooted by the
bind root in the bind params.
|
static TimelineSeriesOptions |
cloneFrom(TimelineSeriesOptions options)
Creates an options class from the specified options class, transferring any common properties
|
TimelineSeriesBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
TimelineSeriesExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
oracle.binding.meta.AccessorDefinition |
getSeriesValue()
Retrieves the Series Value.
|
TimelineItemOptions |
getTimelineItemOptions()
Retrieves the
TimelineItemOptions associated with the Timeline. |
TimelineItemOptions |
makeTimelineItemOptions()
TimelineItemOptions constructor. |
void |
setSeriesValue(oracle.binding.meta.AccessorDefinition accessorDefinition)
Specifies the Series Value
AccessorDefinition associated with the Timeline. |
void |
setTimelineItemOptions(TimelineItemOptions timelineItemOptions)
Specifies the
TimelineItemOptions associated with the Timeline. |
merge
public void applyChanges(BinderParams binderParams, org.w3c.dom.Element elementTimelineSeries)
binderParams
- The bind params containing the binding rootelementTimelineSeries
- The element to bindpublic TimelineItemOptions makeTimelineItemOptions()
TimelineItemOptions
constructor.TimelineItemOptions
public TimelineSeriesExtendedProperties getExtendedProperties()
ExtendedProperties
of this pattern if present.
Properties may be set on the extended properties until the component is
bound.getExtendedProperties
in class ExtendedPatternOptions
public TimelineSeriesBindingOptions 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
BindingOptions
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 TimelineSeriesOptions cloneFrom(TimelineSeriesOptions options)
options
- the options class that properties will be transferred frompublic void setTimelineItemOptions(TimelineItemOptions timelineItemOptions)
TimelineItemOptions
associated with the Timeline.timelineItemOptions
- A TimelineItemOptions
associated with the Timeline.public TimelineItemOptions getTimelineItemOptions()
TimelineItemOptions
associated with the Timeline.TimelineItemOptions
associated with the Timeline.public void setSeriesValue(oracle.binding.meta.AccessorDefinition accessorDefinition)
AccessorDefinition
associated with the Timeline.accessorDefinition
- A AccessorDefinition
representing the series value.public oracle.binding.meta.AccessorDefinition getSeriesValue()
AccessorDefinition
representing the series value.