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,
javax.faces.component.UIComponent chart,
ChartModel model) |
protected void |
encodeData(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent chart,
ChartData data) |
protected void |
encodeElements(javax.faces.context.FacesContext context,
Elements elements,
boolean hasComma) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent chart,
String clientId,
String style,
String styleClass) |
protected void |
encodeOptions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent chart,
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, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript
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, javax.faces.component.UIComponent chart, String clientId, String style, String styleClass) throws IOException
IOException
protected void encodeConfig(javax.faces.context.FacesContext context, javax.faces.component.UIComponent chart, ChartModel model) throws IOException
IOException
protected void encodeData(javax.faces.context.FacesContext context, javax.faces.component.UIComponent chart, 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, javax.faces.component.UIComponent chart, 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
Copyright © 2018. All rights reserved.