org.primefaces.component.chart
Class BaseChartRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.chart.BaseChartRenderer
- Direct Known Subclasses:
- BarChartRenderer, BubbleChartRenderer, DonutChartRenderer, LineChartRenderer, MeterGaugeChartRenderer, OhlcChartRenderer, PieChartRenderer
public class BaseChartRenderer
- extends CoreRenderer
Fields inherited from class javax.faces.render.Renderer |
PASSTHROUGH_RENDERER_LOCALNAME_KEY |
Method Summary |
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)
|
Methods inherited from class org.primefaces.renderkit.CoreRenderer |
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeJavaScriptForChain, escapeText, getActionURL, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isAjaxRequest, isPostback, isValueBlank, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, encodeBegin, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseChartRenderer
public BaseChartRenderer()
decode
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
- Overrides:
decode
in class javax.faces.render.Renderer
encodeMarkup
protected void encodeMarkup(javax.faces.context.FacesContext context,
UIChart chart)
throws IOException
- Throws:
IOException
encodeOptions
protected void encodeOptions(javax.faces.context.FacesContext context,
UIChart chart)
throws IOException
- Throws:
IOException
encodeAxis
protected void encodeAxis(javax.faces.context.FacesContext context,
String name,
String label,
int angle,
double min,
double max)
throws IOException
- Throws:
IOException
Copyright © 2013. All rights reserved.