The rotateTool 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 rotateTool element to render a Rotate tool that is typically defined by a rotateToolDef element in the current page.
If you use the viewToolbar element, then you do not need to render the Rotate tool.
biRotateTool -- (Required) A data-bound attribute that binds to a Rotate tool. Specify the select key for the Rotate tool that you want to render.
Note: The remaining attributes are not used.
The following example shows code that renders a Rotate Tool in the UI tree section of a page using the following assumptions:
Identifier of the rotateToolDef element: "rotateTool1"
Identifier of the page that contains the definition element: "page3"
Identifier of the biThinSession element in which the rotateToolDef is defined: "bisession1"
<!-- Renders the rotateTool element --> <bibeans:rotateTool data:biRotateTool="page3_rotateTool1@bibeans:bisession1" />