Dynamic Map Marker List - caf_h:gmapDynamicMarkerList

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.gmap.GMarkerList
Handler Classcom.webmethods.caf.faces.component.table.html.DataListHandler
Renderer Typecom.webmethods.caf.faces.gmap.GMarkerList
Description List of map markers populated by a table content-provider
Palette LocationCAF Html/Control/Map/Dynamic Map Marker List
Client-Side ModelCAF.GMap.MarkerList.Model
Attributes 
NameRequiredTypeDescription
autoPanfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to auto-pan map if user drags marker near map's edge

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

bounceGravityfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
Acceleration rate of marker when bouncing

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

bouncyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to make marker bounce up and down after user finishes dragging it

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

clickablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to allow user to click marker to select it or open the info window

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

converterfalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
A value binding expression for a method that returns a converter instance.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Will be used as the text of the converter message, replacing any message that comes from the converter.
dragCrossAnchorXfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Horizontal offset of cross image from Icon Anchor in pixels (for example, 10)
dragCrossAnchorYfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Vertical offset of cross image from Icon Anchor in pixels (for example, 10)
dragCrossImagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
URL of cross image to display over exact marker location when marker is dragged
dragCrossMovefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to keep marker under cursor when dragging; false to keep cross under cursor when dragging

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

dragCrossSizeHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Height of cross image in pixels (for example, 16)
dragCrossSizeWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Width of cross image in pixels (for example, 16)
draggablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to allow user to drag marker to a different location

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

iconfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
URL of marker icon or pre-defined icon name

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

Valid values are:

  • [any_other_value]
  • red
  • orange
  • yellow
  • green
  • cyan
  • blue
  • purple
  • magenta
iconAnchorXfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Horizontal offset of left edge of icon from marker location in pixels (for example, 10)
iconAnchorYfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Vertical offset of top edge of icon from marker location in pixels (for example, 10)
iconSizeHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Height of icon in pixels (for example, 16)
iconSizeWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Width of icon in pixels (for example, 16)
idfalsejava.lang.String Control identifier
imageMapfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Comma-separated list of integers representing the x/y coordinates of the image map to use to specify the clickable part of the icon image in browsers other than Internet Explorer
infoWindowAnchorXfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Horizontal offset of the pointy tip of the info window from the left edge of the icon in pixels (for example, 10)
infoWindowAnchorYfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Vertical offset of the pointy tip of the info window from the left edge of the icon in pixels (for example, 10)
initialAddressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Initial marker location if latitude=0 and longitude=0 (for example, "600 108th Ave NE, Bellevue, WA 98004")
initialCountryfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Two-letter country code (ISO 3166) hint for initial address (for example, "US")
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name for this component.
latitudefalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
Marker latitude in degrees (for example, 37.0625)
longitudefalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
Marker longitude in dgrees (for example, -95.677068)
maxHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Height in pixels for marker to rise when dragged (for example, 10)
mozPrintImagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
URL of icon to use for printing in Firefox
multiplefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow multiple markers to be selected

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

printImagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
URL of icon to use for printing in browsers other than Firefox
printShadowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
URL of image to use for marker's shadow when printing
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

selectedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True if marker is selected

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

selectedImagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
URL of icon to use when marker is selected

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

Valid values are:

  • [any_other_value]
  • red
  • orange
  • yellow
  • green
  • cyan
  • blue
  • purple
  • magenta
shadowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
URL of image to use for marker's shadow
shadowSizeHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Height of shadow in pixels (for example, 16)
shadowSizeWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Width of shadow in pixels (for example, 16)
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Marker title
transparentfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
URL of a virtually transparent version of the foreground icon image used to capture click events in Internet Explorer
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Control value
vartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of variable reference to the current row object

Output generated by Vdldoc View Declaration Language Documentation Generator.