org.primefaces.component.inplace
Class InplaceRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.primefaces.renderkit.CoreRenderer
          extended by org.primefaces.component.inplace.InplaceRenderer

public class InplaceRenderer
extends CoreRenderer


Constructor Summary
InplaceRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeButton(javax.faces.context.FacesContext context, String title, String styleClass, String icon)
           
 void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeEditor(javax.faces.context.FacesContext context, Inplace inplace)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeMarkup(javax.faces.context.FacesContext context, Inplace inplace)
           
protected  void encodeScript(javax.faces.context.FacesContext context, Inplace inplace)
           
protected  String getLabelToRender(javax.faces.context.FacesContext context, Inplace inplace)
           
 boolean getRendersChildren()
           
 
Methods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, startScript
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InplaceRenderer

public InplaceRenderer()
Method Detail

decode

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

encodeEnd

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

protected void encodeMarkup(javax.faces.context.FacesContext context,
                            Inplace inplace)
                     throws IOException
Throws:
IOException

getLabelToRender

protected String getLabelToRender(javax.faces.context.FacesContext context,
                                  Inplace inplace)

encodeScript

protected void encodeScript(javax.faces.context.FacesContext context,
                            Inplace inplace)
                     throws IOException
Throws:
IOException

encodeEditor

protected void encodeEditor(javax.faces.context.FacesContext context,
                            Inplace inplace)
                     throws IOException
Throws:
IOException

encodeButton

protected void encodeButton(javax.faces.context.FacesContext context,
                            String title,
                            String styleClass,
                            String icon)
                     throws IOException
Throws:
IOException

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
                    throws IOException
Overrides:
encodeChildren in class javax.faces.render.Renderer
Throws:
IOException

getRendersChildren

public boolean getRendersChildren()
Overrides:
getRendersChildren in class javax.faces.render.Renderer


Copyright © 2012. All Rights Reserved.