Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces 12c (12.2.1.2) E76719-01 |
Use the shapeAttributesSet tag to wrap shapeAttributes tags for a graph or for a gauge. One shapeAttributes tag is required for each graph or gauge component that you want interactivity on, for example: TWODMARKER or INDICATOR.
This component must be a child of one of the following components:
The shapeAttributesSet tag can have the following child tag: shapeAttributes.
The following example shows the XML for two shapeAttributes tags that are enclosed in a shapeAttributesSet tag for a gauge.
<dvt:gauge> <dvt:shapeAttributesSet> <dvt:shapeAttributes component="GAUGE_INDICATOR" clickable="true" clickListener="#{sampleGauge.processClick}" alt="#{sampleGauge.getALT}"/> <dvt:shapeAttributes component="GAUGE_METRICLABEL" clickable="true" clickListener="#{sampleGauge.processClick}" alt="#{sampleGauge.getALT}"/> </dvt:shapeAttributesSet> </dvt:gauge>
Name | Type | Supports EL? | Description |
---|---|---|---|
id | java.lang.String | no | Specifies the identifier for the component |