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

E52938-01

<dvt:paletteSection>

dvt:paletteSection paletteSection palette section

UIComponent class: oracle.adf.view.faces.bi.component.palette.UIPaletteSection
Component type: oracle.dss.adf.palette.PaletteSection

The palette section displays a grouping of palette items. It can display multiple palette items, supporting declarative control over the ordering of such items. The palette section can contain multiple <dvt:paletteItem> tags.

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.

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 UIPaletteSection component
disclosed boolean Yes Determines if the palette section is expanded or collapsed on initial display. Valid values are:
  • "true" - (default) The palette section is expanded on initial display
  • "false" - The palette section is collapsed on initial display
id String No The identifier for the component
label String Yes The optional title text for the palette section.
rendered boolean Yes Specifies whether the component is rendered. The default value is true.
value String Yes The data model being used by this paletteSection. The specific model class is org.apache.myfaces.trinidad.model.CollectionModel. You may also use other model instances, e.g., java.util.List , array, and javax.faces.model.DataModel. The paletteSection will automatically convert the instance into a CollectionModel.
var String No Name of the EL variable used to reference each element of this Collection. Once this component has completed rendering, this variable is removed (or reverted back to its previous value).
varStatus String No Name of the EL variable used to reference the varStatus information. Once this component has completed rendering, this variable is removed (or reverted back to its previous value). The VarStatus provides contextual information about the state of the component to EL expressions. For components that iterate, varStatus also provides loop counter information. Please see the this component's documentation for the specific properties on the varStatus. The common properties on varStatus include:
  • "model" - returns the CollectionModel for this component
  • "index" - returns the zero based row index