Map Navigation Control - caf_h:gmapNavigationControl

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.gmap.GMapControl
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.gmap.GMapControl
Description Adds a navigation control to a map
Palette LocationCAF Html/Control/Map/Map Navigation Control
Attributes 
NameRequiredTypeDescription
anchorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Corner of map to which this control is anchored

Valid values are:

  • G_ANCHOR_TOP_RIGHT
  • G_ANCHOR_TOP_LEFT
  • G_ANCHOR_BOTTOM_RIGHT
  • G_ANCHOR_BOTTOM_LEFT
idfalsejava.lang.String Control identifier
offsetXfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Horizontal offset of control from specified anchor position in pixels (for example, 10)

If not specified, the default value is "0".

offsetYfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Vertical offset of control from specified anchor position in pixels (for example, 10)

If not specified, the default value is "0".

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

typetruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Navigation control type

Valid values are:

  • GSmallMapControl
  • GLargeMapControl
  • GSmallZoomControl
  • GScaleControl
  • GMapTypeControl
  • GOverviewMapControl

Output generated by Vdldoc View Declaration Language Documentation Generator.