public class ChartRenderer extends CoreRenderer
Constructor and Description |
---|
ChartRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeAxes(javax.faces.context.FacesContext context,
String chartName,
String name,
List<CartesianAxes> axes) |
protected void |
encodeConfig(javax.faces.context.FacesContext context,
ChartModel model) |
protected void |
encodeData(javax.faces.context.FacesContext context,
ChartData data) |
protected void |
encodeElements(javax.faces.context.FacesContext context,
Elements elements,
boolean hasComma) |
protected void |
encodeLegend(javax.faces.context.FacesContext context,
Legend legend,
boolean hasComma) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
String clientId,
String style,
String styleClass) |
protected void |
encodeOptions(javax.faces.context.FacesContext context,
String type,
Object options) |
protected void |
encodeScales(javax.faces.context.FacesContext context,
String chartName,
Object scales,
boolean hasComma) |
protected void |
encodeTitle(javax.faces.context.FacesContext context,
Title title,
boolean hasComma) |
protected void |
encodeTooltip(javax.faces.context.FacesContext context,
Tooltip tooltip,
boolean hasComma) |
protected void |
writeLabels(javax.faces.context.FacesContext context,
Object labels) |
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
decode
in class javax.faces.render.Renderer
protected void encodeMarkup(javax.faces.context.FacesContext context, String clientId, String style, String styleClass) throws IOException
IOException
protected void encodeConfig(javax.faces.context.FacesContext context, ChartModel model) throws IOException
IOException
protected void encodeData(javax.faces.context.FacesContext context, ChartData data) throws IOException
IOException
protected void writeLabels(javax.faces.context.FacesContext context, Object labels) throws IOException
IOException
protected void encodeOptions(javax.faces.context.FacesContext context, String type, Object options) throws IOException
IOException
protected void encodeScales(javax.faces.context.FacesContext context, String chartName, Object scales, boolean hasComma) throws IOException
IOException
protected void encodeAxes(javax.faces.context.FacesContext context, String chartName, String name, List<CartesianAxes> axes) throws IOException
IOException
protected void encodeElements(javax.faces.context.FacesContext context, Elements elements, boolean hasComma) throws IOException
IOException
protected void encodeTitle(javax.faces.context.FacesContext context, Title title, boolean hasComma) throws IOException
IOException
protected void encodeTooltip(javax.faces.context.FacesContext context, Tooltip tooltip, boolean hasComma) throws IOException
IOException
protected void encodeLegend(javax.faces.context.FacesContext context, Legend legend, boolean hasComma) throws IOException
IOException
Copyright © 2019. All rights reserved.