| |||||||
FRAMES NO FRAMES |
<a:button id="btn1" mapId="map1" type="button" value="Click Here"
onclick="javascript:informUser()"
clientAction="EsriMapPoint"
serverAction="#{myBean.selectLocation}" />
Tag Information | |
Tag Class | com.esri.adf.web.faces.taglib.ButtonTag |
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. |
mapId | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| ID of the associated Map component. |
serverAction | false | false | javax.el.MethodExpression
(signature must match void methodname() )
| Method Expression representing the server-side method to invoke when this component is activated. If clientAction attribute is also specified, the expression must evaluate to a public method that takes a MapEvent parameter, and a return type of void. Otherwise, the expression must evaluate to a public method with no parameters, and a return type of void. |
clientAction | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the type of interaction with the Map component (clicking on a location, drawing a shape, etc). Possible values include EsriMapPoint, EsriMapPolyline, EsriMapPolygon, EsriMapRectangle, etc. Please refer to the WebADF's Javascript API reference for a complete list. After the interaction is complete, the server-side method represented by the serverAction attribute is invoked. If clientAction is not specified, the method represented by the serverAction is directly invoked. |
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. |
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. |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The value of the component. The value is used as a text label. |
type | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The component type. Only permitted type is "button". Other types may be supported in the future. |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) to be applied when this 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. |
disabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Specifies whether the component should be disabled. |
toolTip | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The tool tip displayed by the component. |
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. |
collectionId | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| An ID to register in esriToolItemCollection. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |