Oracle ADF Faces -

Summary

Tag name: <dvt:alertSet>

Use the alertSet tag to wrap an indefinite number of alert tags for a graph.

Relationship with other tags

The alertSet tag must be a child of one of the following components: Advanced graph, areaGraph, barGraph, bubbleGraph, comboGraph, dualYBarGraph, dualYComboGraph, dualYLineGraph, horizontalBarGraph, horizontalStackedBarGraph, paretoGraph, lineGraph, radarGraph, scatterGraph, stackedBarGraph, stockCandleGraph.

The alertSet tag has the following child tag: alert tag.

Example

The following example shows the XML for an alertSet tag that wraps two alerts for a graph.


<dvt:graph> <dvt:alertSet>
<dvt:alert xValue="Boston" yValue="3.50" yValueAssignment="Y1AXIS" imageSource="myWarning.gif"/>
<dvt:alert xValue="Boston" yValue="5.50" yValueAssignment="Y1AXIS" imageSource="myError.gif"/>
</dvt:alertSet> </dvt:graph>

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
alertMap java.util.Map no Specifies a Map containing Alert child components.

E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy