The sortToolDef element is a member of the following categories:
Namespace -- http://xmlns.oracle.com/bibeans
Group -- BI uiXML elements
Type of element -- Definition
Use the sortToolDef element to define a Sort tool to display apart from the View Toolbar. The Sort tool allows users to sort the dimension members in a thin presentation bean.
If you use the viewToolbarDef element, then you do not need to define the Sort tool.
id -- (Required) A unique identifier for this element.
scope -- Determines the accessibility and lifetime of the object; select one of the following values: Request or Session (Default).
presentationId -- (Required) Specifies the identifier of the presentationDef element with which the tool is associated. This presentationDef element must be contained in the same page as the Sort tool.
The sortToolDef element is a child of the biThinSession element.
To render the Sort tool that is defined by this element, use the sortTool element.