public class BaseChartRenderer extends CoreRenderer
Constructor and Description |
---|
BaseChartRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeAxis(javax.faces.context.FacesContext context,
String name,
String label,
int angle,
double min,
double max) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
UIChart chart) |
protected void |
encodeOptions(javax.faces.context.FacesContext context,
UIChart chart) |
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, UIChart chart) throws IOException
IOException
protected void encodeOptions(javax.faces.context.FacesContext context, UIChart chart) throws IOException
IOException
protected void encodeAxis(javax.faces.context.FacesContext context, String name, String label, int angle, double min, double max) throws IOException
IOException
Copyright © 2014. All rights reserved.