The findMember 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 findMember element to render an instance of a FindMember
object that is typically defined by a findMemberDef
element in the current page.
biFindMember-- (Required) A data-bound attribute that binds
to a FindMember
object that is defined in a findMemberDef element.
Specify the select key for the FindMember
object that you want
to render.
Note: The remaining attributes are not used.
The following example shows code that renders a findMember element in the UI tree section of a page and uses the following assumptions:
Identifier of the findMemberDef element: "findMem1"
Identifier of the page that contains the findMemberDef element: "page3"
Identifier of the biThinSession element in which the presentationDef is defined: "bisession1"
<!-- Renders the findMember element --> <bibeans:findMember data:biFindMember="page3_findMem1@bibeans:bisession1" />