public class PictoChartBindingOptions extends BindingOptions
BindingOptions.ChangeEventPolicy| Constructor and Description |
|---|
PictoChartBindingOptions() |
| Modifier and Type | Method and Description |
|---|---|
oracle.binding.meta.AttributeDefinition |
getCount()
Returns an AttributeDefintion that's associated with a number that specifies for how many times a PictoChartItem
shape or custom image was drawn in the infographics.
|
oracle.binding.meta.AttributeDefinition |
getName()
Returns the AttributeDefinition that's associated with the name of the PictoChartItem.It's used
mainly when the PictoChartItems are spamped as a result of binding a collection of rows with attributes.
|
void |
setCount(oracle.binding.meta.AttributeDefinition m_count)
Sets the number of times the shape of the PictoChartItem (or custom image) will be drawn as an AttributeDefintion.
|
void |
setName(oracle.binding.meta.AttributeDefinition m_name)
Sets the name of the PictoChartItem (displayed for tooltip and accessibility) as an AttributeDefinition.
|
getChangeEventPolicy, setChangeEventPolicypublic void setName(oracle.binding.meta.AttributeDefinition m_name)
m_name - public oracle.binding.meta.AttributeDefinition getName()
public void setCount(oracle.binding.meta.AttributeDefinition m_count)
m_count - public oracle.binding.meta.AttributeDefinition getCount()