Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
12c (12.1.2)

E23187-01

<dvt:paletteLinkDefs>

dvt:paletteLinkDefs paletteLinkDefs palette link defs

UIComponent class: oracle.adf.view.faces.bi.component.palette.UIPaletteLinkDefs
Component type: oracle.dss.adf.palette.PaletteLinkDefs

The palette link defs component displays a grouping of link palette items. It can display multiple palette items, supporting declarative control over the ordering of such items. The palette link defs can contain multiple <dvt:paletteItem> tags. The only valid child of the paletteItem components inside this section is the <dvt:link> tag.

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 String Only EL Binding reference to store the UIPaletteLinkDefs component
id String Yes The identifier for the component
label String Yes The optional title text for the palette link defs section.
rendered boolean Yes Default Value: true

Specifies whether the component is rendered. The default value is true.
value String Yes The data model being used by this paletteLinkDefs. 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 areaDataLayer 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