| |||||||
FRAMES NO FRAMES |
<a:toolbar id="toolbar1" mapId="map1">
...
<a:command toolTip="PreviousExtent" toolText="PreviousExtent"
action="#{mapContext.attributes['history'].doPrevious}"
defaultImage="images/tasks/maptools/back.png"
hoverImage="images/tasks/maptools/backU.png"
selectedImage="images/tasks/maptools/backD.png"/>
</a:toolbar>
Tag Information | |
Tag Class | com.esri.adf.web.faces.taglib.CommandTag |
TagExtraInfo Class | None |
Body Content | JSP |
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. |
action | false | false | javax.el.MethodExpression
(signature must match java.lang.Object action() )
| MethodExpression representing a method that will be invoked when the component is activated. The expression must evaluate to a public method that takes no parameters, with a return type of void. |
actionListener | false | false | javax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent) )
| MethodExpression representing an action listener method that will be notified when the component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void. |
onclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript code or function that will be invoked when the component is activated. |
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. |
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. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |