Class BarChartRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.charts.ChartRenderer
org.primefaces.component.barchart.BarChartRenderer
-
Field Summary
Fields inherited from class javax.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) protected voidencodeOptions(javax.faces.context.FacesContext context, String type, Object options) protected voidencodeScript(javax.faces.context.FacesContext context, BarChart chart) Methods inherited from class org.primefaces.component.charts.ChartRenderer
decode, encodeAnimation, encodeAxes, encodeConfig, encodeData, encodeElements, encodeLegend, encodeMarkup, encodePlugins, encodeResponsive, encodeScales, encodeTitle, encodeTooltip, writeLabelsMethods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, encodeIndexedId, endsWithLenghtUnit, getEventBehaviors, getHighlighter, getIconOnlyButtonText, getResourceRequestPath, getResourceURL, getStyleBuilder, getStyleClassBuilder, getWidgetBuilder, isGrouped, isValueBlank, logDevelopmentWarning, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderAttribute, renderButtonValue, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderHiddenInput, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderRTLDirection, renderValidationMetadata, shouldRenderAttribute, shouldWriteIdMethods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin, encodeChildren, getConvertedValue, getRendersChildren
-
Constructor Details
-
BarChartRenderer
public BarChartRenderer()
-
-
Method Details
-
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException - Overrides:
encodeEndin classjavax.faces.render.Renderer- Throws:
IOException
-
encodeScript
protected void encodeScript(javax.faces.context.FacesContext context, BarChart chart) throws IOException - Throws:
IOException
-
encodeOptions
protected void encodeOptions(javax.faces.context.FacesContext context, String type, Object options) throws IOException - Overrides:
encodeOptionsin classChartRenderer- Throws:
IOException
-