Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
12c (12.2.1.3)

E80087-01

<dvt:gaugeThreshold>

dvt:gaugeThreshold gaugeThreshold gauge threshold

UIComponent class: oracle.adf.view.faces.bi.component.gauge.UIThreshold
Component type: oracle.dss.adf.gauge.Threshold

Defines properties for a gauge threshold.

Events

Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Invoke Application,
Apply Request Values
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing.

Attributes

Name Type Supports EL? Description
attributeChangeListener javax.el.MethodExpression Only EL a method reference to an attribute change listener. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing.
binding oracle.adf.view.faces.bi.component.gauge.UIThreshold Only EL

Specifies a binding reference to store a specific instance of UIThreshold from a backing bean. Set this attribute only to access code in a backing bean.

borderColor String Yes Specifies the border color for the threshold.
color String Yes Specifies the fill color for the threshold.
id String No Specifies the identifier for the component
maximum Number Yes Specifies the upper bound of the threshold. This value is ignored for the last threshold of the gauge, which is automatically bounded by the maximum value.
rendered boolean Yes Specifies whether the component is rendered.
shortDesc String Yes Specifies the tooltip text when the value of the gauge falls within the range of this threshold. This takes precedence over the shortDesc of the gauge when both are specified.