org.apache.myfaces.custom.subform
Class SubFormRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.custom.subform.SubFormRenderer
public class SubFormRenderer
- extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
- Author:
- Gerald Muellan
Date: 19.01.2006
Time: 14:01:35
Method Summary |
protected java.lang.String |
createPartialSubmitJS(java.lang.String subFormId,
java.lang.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 |
SubFormRenderer
public SubFormRenderer()
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeBegin
in class javax.faces.render.Renderer
- Throws:
java.io.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 java.lang.String createPartialSubmitJS(java.lang.String subFormId,
java.lang.String parentFormClientId)
Copyright © 2009. All Rights Reserved.