The sortTool 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 sortTool element to render Sort tool that was defined by a sortToolDef element in the current page.
If you use the viewToolbar element, then you do not need to render the Sort tool.
biSortTool -- (Required) A data-bound attribute that binds to a Sort tool. Specify the select key for the Sort tool that you want to render.
Note: The remaining attributes are not used.
The following example shows an XML fragment that renders a Sort tool in the UI tree section of a page using the following assumptions:
Identifier of the sortToolDef element: "sortTool1"
Identifier of the page that contains the sortToolDef element: "page3"
Identifier of the biThinSession element in which the sortToolDef is defined: "bisession1"
<!-- Renders a sortTool element --> <bibeans:sortTool data:biSortTool="page3_sortTool1@bibeans:bisession1" />