primefaces

Tag gmap

Component Information 
InfoValue
Component Typeorg.primefaces.component.GMap
Handler ClassNone
Renderer Typeorg.primefaces.component.GMapRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
apiKeyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Google Maps API key.
apiVersionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Google Maps API version.Default is weekly.
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
centertruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Center point of the map.
disableDefaultUIfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables default UI controls.Default is false.
disableDoubleClickZoomfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables zooming on mouse double click.Default is false.
draggablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines draggability of map.Default is true.
fitBoundsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if center and zoom should be calculated automatically to contain all markers on the map.Default is false.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
librariesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Comma-separated list of additional Google Maps libraries to load.
mapTypeControlfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines visibility of map type control.Default is true.
modelfalsejakarta.el.ValueExpression
(must evaluate to org.primefaces.model.map.MapModel)
An org.primefaces.model.MapModel instance.
onPointClickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript callback to execute when a point on map is clicked.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true.
scrollWheelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls scrollwheel zooming on the map.Default is true.
streetViewfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls street view support.Default is false.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
typetruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
There are four types of maps available: roadmap, satellite, hybrid, and terrain.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.Default is generated ('widget_' + componentClientId).
zoomtruejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the initial zoom level.Default is 8.

Output generated by Vdldoc View Declaration Language Documentation Generator.