The explorerQuickSearch 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 explorerQuickSearch element to render the search controls of an Explorer
Detail apart from the ExplorerDetail
object. This separate rendering
of the search controls provides compliance with the Oracle Browser Look And
Feel (BLAF) standards.
Note: You can render the search controls of an Explorer Detail
separately only if you set the allowSearch
attribute of the associated
explorerDetailDef
element to false.
biExplorerDetail -- (Required) A data-bound attribute that
binds to an ExplorerDetail
object that is defined in the same page
as the explorerQuickSearch element. Specify the select key of the ExplorerDetail
object for which you want to render search controls.
Note: The remaining attributes are not used.
The following example shows an XML fragment that renders an explorerQuickSearch element in the UI tree section of a page using 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 explorerDetailDef element is defined: "bisession1"
<!-- Renders the explorerQuickSearch element --> <bibeans:explorerQuickSearch data:biExplorerDetail="page3_expDetail1@bibeans:bisession1" />