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

E17490-01

<dvt:sunburstNode>

dvt:sunburstNode sunburstNode sunburst node

UIComponent class: oracle.adf.view.faces.bi.component.sunburst.UISunburstNode
Component type: oracle.dss.adf.sunburst.SunburstNode

A child of the Sunburst component. The sunburst node displays two dimensions of data through its size and color.

Screen Shot(s)


No Image.

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.sunburst.UISunburstNode Only EL

Specifies a binding reference to store a specific instance of UISunburstNode from a backing bean. Set this attribute only to access code in a backing bean. For example, to reference a sunburst node component in the sample managed bean, use the following code: binding="#{sample.sunburstNode}"

fillColor String Yes Default Value: #000000

Specifies the fill color of the node. Valid values are RGB hexadecimal.
fillPattern String Yes Specifies the built-in pattern used to fill the node. Valid values are:
  • "smallDiagonalLeft"
  • "smallChecker"
  • "smallDiagonalRight"
  • "smallTriangle"
  • "smallCrosshatch"
  • "smallDiamond"
  • "largeDiagonalLeft"
  • "largeChecker"
  • "largeDiagonalRight"
  • "largeTriangle"
  • "largeCrosshatch"
  • "largeDiamond"
The pattern is drawn with a white background, and the foreground color is taken from the fillColor attribute.
id String Yes Specifies the identifier for the component
labelDisplay String Yes Valid Values: node, off
Default Value: node

The label display behavior for leaf nodes. Valid values are:
  • header - Display the label in the node header
  • node - (Default) Display the label inside the node
  • off - Do not display the label
labelStyle String Yes The font style for labels displayed within the 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.
shortDesc String Yes The short description of this component. This is used to customize the tooltip text for the node.
text String Yes The text string for this node.
value Object Yes The value of this sunburst node. The value determines the relative size of the node within the sunburst.