The explorerTree 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 explorerTree element to render an instance of an ExplorerTree
object that is typically defined by an explorerTreeDef
element in the current page.
biExplorerTree -- (Required) A data-bound attribute that binds
to an ExplorerTree
object. Specify the select key for the Explorer
Tree that you want to render.
Note: The remaining attributes are not used.
The following example shows an XML fragment that renders an explorerTree element in the UI tree section of a page using the following assumptions:
Identifier of the explorerTreeDef element: "expTree1"
Identifier of the page that contains the explorerTreeDef element: "page3"
Identifier of the biThinSession element in which the presentationDef is defined: "bisession1"
<!-- Renders the explorerTree element --> <bibeans:explorerTree data:biExplorerTree="page3_expTree1@bibeans:bisession1" />