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

E52938-01

<dvt:palette>

dvt:palette palette palette

UIComponent class: oracle.adf.view.faces.bi.component.palette.UIPalette
Component type: oracle.dss.adf.palette.Palette

The palette displays a panel for creating nodes and links. It can display multiple sections of node and label pairs, supporting custom title headers and declarative control over the ordering of such sections. The palette can contain multiple <dvt:paletteSection> tags and exactly one <dvt:paletteLinkDefs> tag.

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 events might include the width of a column that supported client-side resizing.

Supported Facets

Name Description
separator Defining the "separator" facet with a child <af:separator> will add separators between child palette sections.

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 String Only EL Binding reference to store the UIPalette component
disclosed boolean Yes Determines if the palette is expanded or collapsed on initial display. This setting only applies when display="showHide". Valid values are:
  • "true" - (default) The palette is expanded on initial display
  • "false" - The palette is collapsed on initial display
display String Yes Valid Values: showHide, fixed

Determines the display behavior of the palette. Valid values are:
  • "showHide" - (default) Creates a palette that can be shown and hidden using a disclosure button.
  • "fixed" - Creates a palette that is fixed in place and cannot be shown or hidden.
id String No The identifier for the component
label String Yes The optional title text for the palette.
maxWidth String Yes Determines the maximum width in px or % that the palette can occupy. Percentages are based on the width of the parent component. If the palette content width is less than the maximum width, the palette will shrink to fit its content.
noWrap boolean Yes Determines if text which goes beyond the palette width will truncate or wrap. Valid values are:
  • "true" - (default) Text is truncated
  • "false" - Text is wrapped and flows to new lines
rendered boolean Yes Specifies whether the component is rendered. The default value is true.