Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)

E17490-04

<dvt:shapeAttributesSet>

shapeAttributesSet shape attributes set


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.

Relationship with other tags

This component must be a child of one of the following components:

The shapeAttributesSet tag can have the following child tag: shapeAttributes.

Example

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>

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component