| Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces 12c (12.2.1) E52773-01 |
dvt:nBoxNode nBoxNode n box node
UIComponent class: oracle.adf.view.faces.bi.component.nBox.UINBoxNode
Component type: oracle.dss.adf.nBox.NBoxNode
Defines properties for an NBox column.
| 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 | Description |
|---|---|
| icon | icon (optional) - Specifies a dvt:marker to be used as the primary graphical element of this node (e.g. an employee photo or human shape). |
| indicator | indicator (optional) - Specifies a dvt:marker to be used as a secondary graphical element of this node (e.g. a presence indicator), |
| 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.nBox.UINBoxNode | Only EL |
Specifies a binding reference to store a specific instance of UINBoxNode from a backing bean. Set this attribute only to access code in a backing bean. |
| color | String | Yes | Specifies the background color for the node. |
| column | String | Yes | Specifies the column for this node. Must correspond to the value attribute of a dvt:nBoxColumn |
| id | String | No | Specifies the identifier for the component |
| indicatorColor | String | Yes | Specifies the background color for the indicator area of the node. If not specified, defaults to the main node color. |
| label | String | Yes | Specifies the label for this node. |
| labelStyle | String | Yes | Specifies the font style for the label of this node. Accepts font-related CSS attributes like font-name, font-weight, font-size, color, etc. |
| rendered | boolean | Yes | Default Value: true Specifies whether the component is rendered. |
| row | String | Yes | Specifies the row for this node. Must correspond to the value attribute of a dvt:nBoxRow |
| secondaryLabel | String | Yes | Specifies the secondary label for this node. |
| secondaryLabelStyle | String | Yes | Specifies the font style for the secondary label of this node. Accepts font-related CSS attributes like font-name, font-weight, font-size, color, etc. |
| shortDesc | String | Yes | Specifies the description for the node. This is used for accessibility and also for customizing the tooltip text. |
| xPercentage | double | Yes | When grouping across cells, specifies an optional horizontal value (as a value from 0 to 1) to be used in the average position calculation. If unspecified, the midpoint of the node's cell will be used. |
| yPercentage | double | Yes | When grouping across cells, specifies an optional vertical value (as a value from 0 to 1) to be used in the average position calculation. If unspecified, the midpoint of the node's cell will be used. |