Class GChartRenderer

java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.extensions.component.gchart.GChartRenderer

public class GChartRenderer extends org.primefaces.renderkit.CoreRenderer
  • Field Summary Link icon

    Fields inherited from class javax.faces.render.Renderer Link icon

    PASSTHROUGH_RENDERER_LOCALNAME_KEY
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
     
    void
    encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
     
    protected void
    encodeMarkup(javax.faces.context.FacesContext context, GChart chart)
     
    protected void
    encodeScript(javax.faces.context.FacesContext context, GChart chart)
     
    protected String
    getApiKey(javax.faces.context.FacesContext context)
     

    Methods inherited from class org.primefaces.renderkit.CoreRenderer Link icon

    buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, encodeIndexedId, endsWithLenghtUnit, getEventBehaviors, getHighlighter, getIconOnlyButtonText, getResourceRequestPath, getResourceURL, getStyleBuilder, getStyleClassBuilder, getWidgetBuilder, isGrouped, isValueBlank, logDevelopmentWarning, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderAttribute, renderButtonValue, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderHiddenInput, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderRTLDirection, renderValidationMetadata, shouldRenderAttribute, shouldWriteId

    Methods inherited from class javax.faces.render.Renderer Link icon

    convertClientId, encodeBegin, encodeChildren, getConvertedValue, getRendersChildren

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • GChartRenderer Link icon

      public GChartRenderer()
  • Method Details Link icon

    • decode Link icon

      public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
      Overrides:
      decode in class javax.faces.render.Renderer
    • encodeEnd Link icon

      public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
      Overrides:
      encodeEnd in class javax.faces.render.Renderer
      Throws:
      IOException
    • encodeMarkup Link icon

      protected void encodeMarkup(javax.faces.context.FacesContext context, GChart chart) throws IOException
      Throws:
      IOException
    • encodeScript Link icon

      protected void encodeScript(javax.faces.context.FacesContext context, GChart chart) throws IOException
      Throws:
      IOException
    • getApiKey Link icon

      protected String getApiKey(javax.faces.context.FacesContext context)