p

Tag gmap

Component Information 
InfoValue
Component Typeorg.primefaces.component.GMap
Handler ClassNone
Renderer Typeorg.primefaces.component.GMapRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
centertruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Center point of the map. Required.
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 setting center and zoom values auto by included overlays on startup. Default value is false
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
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.
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 map container.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the map container.
typetruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
There are four types of maps available: roadmap, satellite, hybrid, and terrain. Required.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
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.