Return Map Value Script - caf_h:gmapReturnValueScript

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.gmap.GMapGetValueScript
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.gmap.GMapGetValueScript
Description Script which returns the value of a client-side map property
Palette LocationCAF Html/Control/Map/Return Map Value Script
Attributes 
NameRequiredTypeDescription
actionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Type of value to obtain

Valid values are:

  • getValue
  • isVisible
  • isDisabled
  • getCoords
  • getLatitude
  • getLongitude
  • getZoom
  • getMapType
  • getLabel
  • getDescription
  • isSelected
controlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Target control to obtain value from
eventfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side event type to respond

Valid values are:

  • onclick
  • onchange
  • ondblclick
  • onmousedown
  • onmouseup
  • onmousemove
  • onmouseover
  • onmouseout
  • onkeypress
  • onkeydown
  • onkeyup
  • onRowChange
  • onValueChange
  • onDrag
  • onDrop
  • none
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of control to which to apply this behavior
idfalsejava.lang.String Control identifier
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

rowvariablefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Expression that resolves to the current row when using inside tables

Output generated by Vdldoc View Declaration Language Documentation Generator.