| |||||||
FRAMES NO FRAMES |
<a:toolbar id="toolbar1" mapId="map1" activeTool="ZoomIn">
...
<a:tool id="ZoomIn" toolTip="ZoomIn" toolText="ZoomIn"
defaultImage="images/tasks/maptools/zoomin.png"
hoverImage="images/tasks/maptools/zoominU.png"
selectedImage="images/tasks/maptools/zoominD.png"
clientAction="EsriMapRectangle"
serverAction="com.esri.adf.web.faces.event.ZoomInToolAction"/>
</a:toolbar>
Tag Information | |
Tag Class | com.esri.adf.web.faces.taglib.ToolTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| The ValueExpression linking this component to a property in a backing bean. |
rendered | false | false | javax.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. |
clientAction | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the type of interaction with the Map component (clicking on point, drawing a rectangle, etc). Possible values include EsriMapPoint, EsriMapPolyline, EsriMapPolygon, EsriMapRectangle, etc. After the interaction is complete, the method on the server-side Java object represented by serverAction or serverMethod attributes is invoked. |
serverAction | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Fully qualified Java class name of a class that implements com.esri.adf.web.faces.event.MapToolAction . The execute(MapEvent) method on this class is invoked when the interaction with the map is complete. |
serverMethod | false | false | javax.el.MethodExpression
(signature must match void method(com.esri.adf.web.faces.event.MapEvent) )
| MethodExpression representing the method to invoke when the interaction with the map is complete. The expression must evaluate to a public method that takes a MapEvent parameter, with a return type of void. |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) to be applied when the component is rendered. |
styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Space-separated list of CSS style class(es) to be applied when the component is rendered. |
clientPostBack | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Specifies AJAX behaviour of the component. If true, the component uses AJAX to communicate with the web server. If false, the component causes a full-page postback instead. Default value is true. |
toolTip | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The tool tip displayed by the component. |
toolText | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The text label displayed by the component. |
defaultImage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The image displayed by the component by default. |
hoverImage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The image displayed by the component when the cursor is hovered over it. |
selectedImage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The image displayed by the component when it is activated. |
disabledImage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The image displayed by the component when it is disabled. |
disabled | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Specifies whether the component should be disabled. |
cursor | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The cursor style to use when the component is activated and the mouse is hovered over the map. Possible values include hand, crosshair, etc. Please see the HTML reference for all permissible values. |
showLoadingImage | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Specifies whether the map should display an image to indicate that some processing is occuring on the web server. |
lineColor | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The line color used when interacting with the map. Defining colors using hexadecimal values (#80F0C0) is recommended. |
lineWidth | false | false | javax.el.ValueExpression
(must evaluate to int )
| The width of the line (in pixels) used to interact with the map. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |