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 |
---|---|
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. |
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 TimelineSeriesExtendedProperties 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 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
public 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.