org.apache.myfaces.custom.subform
Class SubFormRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.custom.subform.SubFormRenderer

public class SubFormRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer

Since:
1.1.7
Author:
Gerald Muellan Date: 19.01.2006 Time: 14:01:35

Constructor Summary
SubFormRenderer()
           
 
Method Summary
protected  String createPartialSubmitJS(String subFormId, String parentFormClientId)
           
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubFormRenderer

public SubFormRenderer()
Method Detail

encodeBegin

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

decode

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

createPartialSubmitJS

protected String createPartialSubmitJS(String subFormId,
                                       String parentFormClientId)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.