Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces 11g Release 2 (11.1.2.2.0) E17490-03 |
UIComponent class: oracle.adf.view.faces.bi.component.thematicMap.UICustomArea
Component type: oracle.dss.adf.thematicMap.CustomArea
A custom area is a child of the customAreaLayer and is used to specify the lower level regions from the built-in basemap that will be aggregated to form the new area
The <dvt:customArea> tag does not support any child tags.
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. |
Name | Type | Supports EL? | Description |
---|---|---|---|
areaId | String | Yes | Specifies the unique Id for this customArea |
areaList | String | Yes | Comma separated list of values for the aggregated base layer regions |
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.thematicMap.UICustomArea | Only EL | an EL reference that will store the component instance on a bean. This can be used to give programmatic access to a component from a backing bean, or to move creation of the component to a backing bean. |
description | String | Yes | The description for the customArea |
id | String | Yes | The identifier for the component |
label | String | Yes | The text label for this customArea |
rendered | boolean | Yes | Default Value: true whether the component is rendered. When set to false, no output will be delivered for this component (the component will not in any way be rendered, and cannot be made visible on the client). If you want to change a component's rendered attribute from false to true using PPR, set the partialTrigger attribute of its parent component so the parent refreshes and in turn will render this component. |