Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
12c (12.2.1)

E52773-01

<dvt:mapToolbar>

dvt:mapToolbar mapToolbar map toolbar

UIComponent class: oracle.adf.view.faces.bi.component.geoMap.UIGeoMapToolbar
Component type: oracle.dss.adf.geoMap.GeoMapToolbar

This component contains tools for turning on/off themes, selecting theme elements, zooming, calculating distance and area for the selected regions, displaying legend, and showing the spatial coordinates of the mouse location.

To use the map toolbar, you need to add the <dvt:mapToolbar> to your page, and set the mapId attribute to the id of the <dvt:map>. The mapToolbar tag is not a child tag of the map.

Map Tools

The mapToolbar contains the following set of tools:

Relationship with other tags

The <dvt:mapToolbar> tag is used in conjunction with the <dvt:map> tag.

Geometry Management

Events

Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Invoke Application,
Apply Request Values
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing.

Attributes

Name Type Supports EL? Description
attributeChangeListener javax.el.MethodExpression Only EL a method reference to an attribute change listener. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing.
binding String Only EL a binding reference to store the UIGeoMapToolbar instance
id String No The identifier for the component
mapId String Yes The id of the map component that is associated with this toolbar. If the map does not exist, the toolbar will not work, and an exception will be thrown.
partialTriggers String Yes Specifies the ids of the components that should trigger a partial update. This component will listen on the trigger components. If one of the trigger components receives an event that will cause it to update in some way, this component will request to be updated too.
rendered boolean Yes Default Value: true

whether the component is rendered. When set to false, no output will be delivered for this component (the component will not in any way be rendered, and cannot be made visible on the client). If you want to change a component's rendered attribute from false to true using PPR, set the partialTrigger attribute of its parent component so the parent refreshes and in turn will render this component.
showDistanceTools boolean Yes Default Value: true

Specifies whether distance tool and area tool will be shown on the toolbar. The default value is true.
showSelectThemeDialog boolean Yes Default Value: true

Specifies whether select theme dialog will be visible on the view menu of the toolbar. The default value is true.
showSelectThemeMenuItem boolean Yes Default Value: true

Specifies whether "select theme" menu item will be visible on the view menu of the toolbar. The default value is true.
showSelectionTools boolean Yes Default Value: true

Specifies whether selection tools - rectangle tool, circle tool, polygon tool, and point tool - will be shown on the toolbar. The default value is true.
showViewMenu boolean Yes Default Value: true

Specifies whether view menu will be shown on the toolbar. The default value is true.
showZoomTools boolean Yes Default Value: true

Specifies whether zoom in tool and zoom out tool will be shown on the toolbar. The default value is true.
styleClass String Yes Sets a CSS style class to use for this component.