Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Adds a navigation control to a mapInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.gmap.GMapControl |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.gmap.GMapControl |
Description | Adds a navigation control to a map |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
type | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Navigation control type |
anchor | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Corner of map to which this control is anchored |
offsetX | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Horizontal offset of control from specified anchor position in pixels (for example, 10) |
offsetY | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Vertical offset of control from specified anchor position in pixels (for example, 10) |
Output generated by Vdldoc View Declaration Language Documentation Generator.