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

E23187-01

<dvt:overviewWindow>

dvt:overviewWindow overviewWindow overview window

UIComponent class: oracle.adf.view.faces.bi.component.overviewWindow.UIOverviewWindow
Component type: oracle.dss.adf.overviewWindow.OverviewWindow

The overviewWindow

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 UIOverviewWindow component
disclosed boolean Yes Default Value: true

Determines if the overview window is expanded or collapsed on initial display. Valid values are:
  • "true" - (default) The overview window is expanded on initial display
  • "false" - The overview window is collapsed on initial display
id String Yes The identifier for the component
rendered boolean Yes Default Value: true

Specifies whether the component is rendered. The default value is true.