The explorerQuickSearchDef element is a member of the following categories:
Namespace -- http://xmlns.oracle.com/bibeans
Group -- BI UIX elements
Type of element -- Definition
Use the ExplorerQuickSearchDef element to create an instance of the oracle.dss.thin.beans.persistence.ExplorerQuickSearch
object that allows you to display BI Beans Catalog search controls that are
separate from the associated ExplorerDetail
object.
Note: The Oracle Browser Look-And-Feel (BLAF) standards require
that search controls appear in a separate location above the ExplorerDetail
object.
id -- (Required) A unique identifier for this tag.
scope -- Determines the accessibility and lifetime of the object; select one of the following values: Request or Session (Default).
explorerDetailId -- Specifies the identifier of the explorerDetailDef
element for the object in which the search results will be displayed. The
explorerDetailDef element must be contained in the same page as the explorerQuickSearchDef
element. (The allowSearch
attribute of the explorerDetailDef element
should be set to False so that the search controls of the explorerDetailDef
element are not also displayed.)
The explorerQuickSearchDef element is a child of the biThinSession element and must be defined within the biThinSession.
To render the ExplorerQuickSearch
object that is defined by this
element, use the explorerQuickSearch
element.