| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.OSMap |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
attribution | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Attribution text for the tile layer. |
binding | false | jakarta.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. |
center | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Center of the map as 'lat,lng'. |
draggable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether the map is draggable.Default is true. |
fullScreen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether full screen control is shown.Default is true. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
loadingControl | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether loading control is shown.Default is true. |
model | false | jakarta.el.ValueExpression
(must evaluate to org.primefaces.model.map.MapModel)
| Map model with markers, polylines, polygons, etc. |
onPointClick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side script to run when a point 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.Default is true. |
scrollWheel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether scroll wheel zoom is enabled.Default is true. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
tileUrl | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| URL template for map tiles. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side widget variable name. |
zoom | true | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Initial zoom level.Default is 8. |
zoomControl | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether zoom control is shown.Default is true. |
Output generated by Vdldoc View Declaration Language Documentation Generator.