RichFaces
Tag gmap


It presents the google map in JSF applications


Tag Information
Tag Classorg.richfaces.taglib.GmapTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
enableContinuousZoomfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Enables continuous smooth zooming for selected browsers. Default value is "false".
enableDoubleClickZoomfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Enables zooming in by a double click. Default value is "false".
enableDraggingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Enables a map dragging with the mouse. Default value is "true".
enableInfoWindowfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Enables Info Window. Default value is "true".
gmapKeyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Google Map key. A single Map API key is valid for a single "directory" on your web server. Default value is "internal".
gmapVarfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The JavaScript variable that is used to access the Google Map API. If you have more than one Google Map components on the same page, use individual key for each of them. The default variable name is "map" (without quotes).
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
latfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Initial latitude coordinate in degrees, as a number between -90 and +90. Default value is "37.9721046".
lngfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Initial longitude coordinate in degrees, as a number between -180 and +180. Default value is "-122.0424842834".
localefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Used for locale definition. Default value is "getDefaultLocale()".
mapTypefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Initial map type. The possible values are "G_NORMAL_MAP", "G_SATELLITE_MAP", "G_HYBRID_MAP". Default value is "G_SATELLITE_MAP".
onclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is clicked
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is double-clicked
oninitfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript code invoked just after the Google Map object is initiated.
onkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed down
onkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed and released
onkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is released
onmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is pressed down
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved within
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved away
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved onto
onmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is released
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
showGLargeMapControlfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Shows the GLarge control. Default value is "true".
showGMapTypeControlfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Shows the Type switch control. Default value is "true".
showGScaleControlfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
It shows the scale control. Default value is "true".
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Corresponds to the HTML class attribute
warningMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The warning message that appears if a browser is not compatible with Google Map. Default value is "Your browser does not support Google Maps".
zoomfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Initial zoom level as a number between 1 and 18. Default value is "17".

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.