adf
Tag toolbar


Renders a ToolBar on the page. The Toolbar hosts constituent components like Command, Tool, and SelectOne. These components allow the user to invoke operations with or without interacting with the Map.

For example:
  <a:toolbar id="toolbar1" mapId="map1" activeTool="ZoomIn">
    ...
  </a:toolbar>


Tag Information
Tag Classcom.esri.adf.web.faces.taglib.ToolbarTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Indicates whether or not the component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
mapIdtruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of the associated Map component.
xslFilefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
References a xsl file associated with the toolbar control. By default, toolbar.xsl in the WEB-INF/classes/xsl directory is used, and no value needs to be assigned to this attribute. If you want to use a different xsl with the toolbar control, you must reference the new xsl file. For example, if the xsl file is named myxsl.xsl, it should be placed in the WEB-INF/classes/xsl directory, and the value "myxsl.xsl" should be assigned to this attribute.
activeToolfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The active tool in the Web application. The active tool defines the interaction with the map (whether to click on the map, or draw a polygon, etc).The tool calls the approriate Javascript method for implementing client-side behaviour, and then the appropriate ToolAction on the web server.
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to be applied when the component is rendered.
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) to be applied when the component is rendered.
orientationfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The orientation in which the component lays out constituent components. Can be either HORIZONTAL or VERTICAL.
defaultStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS style to apply to constituent components by default.
hoverStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS Style to apply to constituent components when the cursor hovers over them.
disabledStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS Style to apply to constituent components that are disabled.
selectedStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS Style to apply to constituent components that are activated.
textPositionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the constituent component's text label relative to their image. Permissible values are TOP, LEFT, BOTTOM, and RIGHT.
toolbarStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies whether to display both image and text label for consituent components. Permissible values are IMAGEANDTEXT, TEXTONLY, and IMAGEONLY.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.