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