| |||||||
FRAMES NO FRAMES |
<a:overview id="ov1" mapId="map1" value=#{mapContext.webOverview} width="70" height="70" />
Tag Information | |
Tag Class | com.esri.adf.web.faces.taglib.OverviewTag |
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. |
value | true | false | javax.el.ValueExpression
(must evaluate to com.esri.adf.web.data.WebOverview )
| The current value of the component. Must be an object of type com.esri.adf.web.data.WebOverview. This object is represents the component's Model in an MVC architecture. It aggregates the related capabilities (OverviewFunctionality ) of individual resources (GISResource ) in the application. |
mapId | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| ID of the associated Map component. |
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 overview control. By default, overview.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 overview 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. |
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. |
lineColor | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Color to render the area-of-interest box. Defining colors using hexadecimal values (#80F0C0) is recommended. |
lineWidth | false | false | javax.el.ValueExpression
(must evaluate to int )
| The line width (in pixels) of the area-of-interest box. |
staticImageUrl | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The URL of the image to be used in the Overview map. If this is not specified, the image of the main map is also used for the Overview. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |