public class SparkChartOptions extends DvtExtendedPatternOptions
Modifier and Type | Field and Description |
---|---|
protected StandardBindingOptions |
m_bindingOptions |
protected oracle.binding.meta.AccessorDefinition |
m_collectionAD |
protected oracle.binding.meta.AttributeDefinition |
m_date |
protected SparkChartExtendedProperties |
m_extendedProperties |
protected oracle.binding.meta.AttributeDefinition |
m_floatValue |
protected oracle.binding.meta.AttributeDefinition |
m_value |
Constructor and Description |
---|
SparkChartOptions() |
Modifier and Type | Method and Description |
---|---|
BindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
oracle.binding.meta.AttributeDefinition |
getDate() |
SparkChartExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
oracle.binding.meta.AttributeDefinition |
getFloatValue() |
oracle.binding.meta.AccessorDefinition |
getStampCollection() |
oracle.binding.meta.AttributeDefinition |
getValue() |
void |
setDate(oracle.binding.meta.AttributeDefinition attrDefinition) |
void |
setFloatValue(oracle.binding.meta.AttributeDefinition attrDefinition) |
void |
setStampCollection(oracle.binding.meta.AccessorDefinition definition)
Method used in conjunction with the table stamping use-case.
|
void |
setValue(oracle.binding.meta.AttributeDefinition attrDefinition) |
merge
protected final SparkChartExtendedProperties m_extendedProperties
protected final StandardBindingOptions m_bindingOptions
protected oracle.binding.meta.AttributeDefinition m_value
protected oracle.binding.meta.AttributeDefinition m_floatValue
protected oracle.binding.meta.AttributeDefinition m_date
protected oracle.binding.meta.AccessorDefinition m_collectionAD
public void setStampCollection(oracle.binding.meta.AccessorDefinition definition)
definition
- - A child AccessorDefinition of a master StructureDefinitionpublic oracle.binding.meta.AccessorDefinition getStampCollection()
public SparkChartExtendedProperties 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 BindingOptions 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 void setValue(oracle.binding.meta.AttributeDefinition attrDefinition)
public oracle.binding.meta.AttributeDefinition getValue()
public void setFloatValue(oracle.binding.meta.AttributeDefinition attrDefinition)
public oracle.binding.meta.AttributeDefinition getFloatValue()
public void setDate(oracle.binding.meta.AttributeDefinition attrDefinition)
public oracle.binding.meta.AttributeDefinition getDate()