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, startScriptpublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.Rendererprotected void encodeMarkup(javax.faces.context.FacesContext context,
UIChart chart)
throws IOException
IOExceptionprotected void encodeOptions(javax.faces.context.FacesContext context,
UIChart chart)
throws IOException
IOExceptionprotected void encodeAxis(javax.faces.context.FacesContext context,
String name,
String label,
int angle,
double min,
double max)
throws IOException
IOExceptionCopyright © 2014. All rights reserved.