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
showGScaleControlfalsefalsejava.lang.StringIt shows the scale control. The default value is "true"
enableDoubleClickZoomfalsefalsejava.lang.StringEnables zooming in by a double click. The default value is "false"
gmapKeyfalsefalsejava.lang.StringGoogle Map key. A single Maps API key is valid for a single "directory" on your web server
zoomfalsefalsejava.lang.StringInitial zoom level as a number between 1 and 18. The default value is 17
lngfalsefalsejava.lang.StringInitial longitude coordinate in degrees, as a number between -180 and +180
showGLargeMapControlfalsefalsejava.lang.StringShows the GLarge control. The default value is "true"
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
enableInfoWindowfalsefalsejava.lang.StringEnables Info Window. The default value is "true"
enableContinuousZoomfalsefalsejava.lang.StringEnables continuous smooth zooming for selected browsers. The default value is "false"
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button is released
latfalsefalsejava.lang.StringInitial latitude coordinate in degrees, as a number between -90 and +90
warningMessagefalsefalsejava.lang.StringThe warning message that appears if a browser is not compatible with Google Map. The default value is "Your browser does not support Google Maps"
mapTypefalsefalsejava.lang.StringInitial map type. The possible values are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP. The default value is G_SATELLITE_MAP
onmousemovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within
ondblclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked
oninitfalsefalsejava.lang.StringJavascript code invoked just after the Google Map object is initiated.
onmouseoutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
onkeyupfalsefalsejava.lang.StringHTML: a script expression; a key is released
onkeypressfalsefalsejava.lang.StringHTML: a script expression; a key is pressed and released
onkeydownfalsefalsejava.lang.StringHTML: a script expression; a key is pressed down
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered.
onmouseoverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto
gmapVarfalsefalsejava.lang.StringThe 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)
enableDraggingfalsefalsejava.lang.StringEnables a map dragging with the mouse. The default value is "true"
onclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down
showGMapTypeControlfalsefalsejava.lang.StringShows the Type switch control. The default value is "true"

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.