Info | Value |
---|---|
Component Type | org.primefaces.component.GMap |
Handler Class | None |
Renderer Type | org.primefaces.component.GMapRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
center | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Center point of the map. Required. |
disableDefaultUI | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disables default UI controls. Default is false. |
disableDoubleClickZoom | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disables zooming on mouse double click. Default is false. |
draggable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines draggability of map. Default is true. |
fitBounds | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines setting center and zoom values auto by included overlays on startup. Default value is false |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
mapTypeControl | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines visibility of map type control. Default is true. |
model | false | jakarta.el.ValueExpression
(must evaluate to org.primefaces.model.map.MapModel )
| An org.primefaces.model.MapModel instance. |
navigationControl | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines visibility of navigation control. Default is true. |
onPointClick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript callback to execute when a point on map is clicked. |
rendered | false | jakarta.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. |
scrollWheel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Controls scrollwheel zooming on the map. Default is true. |
streetView | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Controls street view support. Default is false. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the map container. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the map container. |
type | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| There are four types of maps available: roadmap, satellite, hybrid, and terrain. Required. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
zoom | true | jakarta.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.