<explorerDetail> Element

The explorerDetail element is a member of the following categories:

Use the explorerDetail element to render an instance of the oracle.dss.thin.beans.persistence.ExplorerDetail class, which lets you browse the BI Beans Catalog, select a presentation (that is, a crosstab, graph, or table), or identify a folder in which to save a presentation.

Attributes

biExplorerDetail -- (Required) A data-bound attribute that binds to an ExplorerDetail object that is typically defined in an explorerDetailDef element. Specify the select key for the explorerDetail object that you want to render.

Note: The remaining attributes are not used.

Example

The following XML fragment, which shows how to render an explorerDetail element in the UI tree section of a page, has the following assumptions:


<!-- Renders the explorerDetail element --> <bibeans:explorerDetail data:biExplorerDetail="page3_expDetail1@bibeans:bisession1" />