| |||||||
FRAMES NO FRAMES |
<a:map id="map1" value="#{mapContext.webMap} scalebar="#{mapContext.attributes.webappScaleBar} width="400" height="400" />
Tag Information | |
Tag Class | com.esri.adf.web.faces.taglib.MapTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | true | 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. |
value | true | false | javax.el.ValueExpression
(must evaluate to com.esri.adf.web.data.WebMap )
| The current value of the component. Must be an object of type WebMap . This object is represents the component's Model in an MVC architecture. It aggregates related capabilities (MapFunctionality ) of individual resources (GISResource ) in the application. |
scaleBar | false | false | javax.el.ValueExpression
(must evaluate to com.esri.adf.web.data.WebScaleBar )
| A ValueExpression to an object that provides a scalebar for the map. Must be an object of type WebScalebar . It aggregates related capabilities (ScalebarFunctionality ) of individual resources (GISResource ) in the application. If not specified, a scalebar will not be rendered on the map. |
width | false | false | javax.el.ValueExpression
(must evaluate to int )
| Width of the component in pixels. |
height | false | false | javax.el.ValueExpression
(must evaluate to int )
| Height of the component in pixels. |
xslFile | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| References a xsl file associated with the map control. By default, map.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 map 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. |
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. |
showZoomSlider | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Indicates whether or not the component should display the zoom slider. |
showNavigator | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Indicates whether or not the component should display the navigator. |
showCoordinateTracker | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Indicates whether or not the component should display the coordinate tracker. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |