The explorerDetail element is a member of the following categories:
Namespace -- http://xmlns.oracle.com/bibeans
Group -- BI uiXML elements
Type of element -- Rendering component
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.
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.
The following XML fragment, which shows how to render an explorerDetail element in the UI tree section of a page, has the following assumptions:
Identifier of the explorerDetailDef element: "expDetail1"
Identifier of the page that contains the explorerDetailDef element: "page3"
Identifier of the biThinSession element in which the presentationDef is defined: "bisession1"
<!-- Renders the explorerDetail element --> <bibeans:explorerDetail data:biExplorerDetail="page3_expDetail1@bibeans:bisession1" />