Package org.primefaces.component.charts
Class ChartRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.charts.ChartRenderer
- Direct Known Subclasses:
BarChartRenderer,BubbleChartRenderer,DonutChartRenderer,LineChartRenderer,PieChartRenderer,PolarAreaChartRenderer,RadarChartRenderer,ScatterChartRenderer
Deprecated, for removal: This API element is subject to removal in a future version.
please use new p:chart component
-
Field Summary
Fields inherited from class javax.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeAnimation(javax.faces.context.FacesContext context, Animation animation, boolean hasComma) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeAxes(javax.faces.context.FacesContext context, String chartName, String defaultAxeId, List<CartesianAxes> axes) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeConfig(javax.faces.context.FacesContext context, ChartModel model) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeData(javax.faces.context.FacesContext context, ChartData data) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeElements(javax.faces.context.FacesContext context, Elements elements, boolean hasComma) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeLegend(javax.faces.context.FacesContext context, Legend legend, boolean hasComma) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeMarkup(javax.faces.context.FacesContext context, UIChart chart) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeOptions(javax.faces.context.FacesContext context, String type, Object options) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodePlugins(javax.faces.context.FacesContext context, ChartOptions options, boolean hasComma) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeResponsive(javax.faces.context.FacesContext context, ChartOptions options, boolean hasComma) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeScales(javax.faces.context.FacesContext context, String chartName, Object scales, boolean hasComma) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeTitle(javax.faces.context.FacesContext context, Title title, String element, boolean hasComma) Deprecated, for removal: This API element is subject to removal in a future version.protected voidencodeTooltip(javax.faces.context.FacesContext context, Tooltip tooltip, boolean hasComma) Deprecated, for removal: This API element is subject to removal in a future version.protected voidwriteLabels(javax.faces.context.FacesContext context, Object labels) Deprecated, for removal: This API element is subject to removal in a future version.Methods 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, encodeEnd, getConvertedValue, getRendersChildren
-
Constructor Details
-
ChartRenderer
public ChartRenderer()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
decode
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
decodein classjavax.faces.render.Renderer
-
encodeMarkup
protected void encodeMarkup(javax.faces.context.FacesContext context, UIChart chart) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeConfig
protected void encodeConfig(javax.faces.context.FacesContext context, ChartModel model) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeData
protected void encodeData(javax.faces.context.FacesContext context, ChartData data) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
writeLabels
protected void writeLabels(javax.faces.context.FacesContext context, Object labels) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeOptions
protected void encodeOptions(javax.faces.context.FacesContext context, String type, Object options) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeScales
protected void encodeScales(javax.faces.context.FacesContext context, String chartName, Object scales, boolean hasComma) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeAxes
protected void encodeAxes(javax.faces.context.FacesContext context, String chartName, String defaultAxeId, List<CartesianAxes> axes) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeElements
protected void encodeElements(javax.faces.context.FacesContext context, Elements elements, boolean hasComma) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeResponsive
protected void encodeResponsive(javax.faces.context.FacesContext context, ChartOptions options, boolean hasComma) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodePlugins
protected void encodePlugins(javax.faces.context.FacesContext context, ChartOptions options, boolean hasComma) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeTitle
protected void encodeTitle(javax.faces.context.FacesContext context, Title title, String element, boolean hasComma) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeTooltip
protected void encodeTooltip(javax.faces.context.FacesContext context, Tooltip tooltip, boolean hasComma) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeLegend
protected void encodeLegend(javax.faces.context.FacesContext context, Legend legend, boolean hasComma) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
encodeAnimation
protected void encodeAnimation(javax.faces.context.FacesContext context, Animation animation, boolean hasComma) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-