pe

Tag gChart

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.GChart
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.GChartRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
apiKeyfalsejakarta.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
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
extenderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of javascript function to extend the options of the underlying GChart
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
height of the chart
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
languagefalsejakarta.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"
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.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Title of the chart
valuefalsejakarta.el.ValueExpression
(must evaluate to org.primefaces.extensions.component.gchart.model.GChartModel)
Value of the component. Use the GChartModelBuilder to create a new GChartModel
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
width of the chart

Output generated by Vdldoc View Declaration Language Documentation Generator.