Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.GChart |
Handler Class | None |
Renderer Type | org.primefaces.extensions.component.GChartRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
apiKey | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Google Maps API Key. Can also be provided globally in web.xml as primefaces.GOOGLE_MAPS_API_KEY |
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. |
extender | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of javascript function to extend the options of the underlying GChart |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| height of the chart |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
language | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| he code for the language or locale that should be to customize text that might be part of the chart. Default is "en" |
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. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Title of the chart |
value | false | jakarta.el.ValueExpression
(must evaluate to org.primefaces.extensions.component.gchart.model.GChartModel )
| Value of the component. Use the GChartModelBuilder to create a new GChartModel |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
width | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| width of the chart |
Output generated by Vdldoc View Declaration Language Documentation Generator.