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