org.apache.myfaces.custom.accordion
Class HtmlAccordionPanelRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGroupRendererBase
org.apache.myfaces.renderkit.html.ext.HtmlGroupRenderer
org.apache.myfaces.custom.accordion.HtmlAccordionPanelRenderer
public class HtmlAccordionPanelRenderer
- extends org.apache.myfaces.renderkit.html.ext.HtmlGroupRenderer
- Version:
- $Revision: $ $Date: $
- Author:
- Martin Marinschek
|
Method Summary |
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
| Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGroupRendererBase |
getRendersChildren |
| 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, getConvertedValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlAccordionPanelRenderer
public HtmlAccordionPanelRenderer()
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeBegin in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGroupRendererBase
- Throws:
java.io.IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeChildren in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGroupRendererBase
- Throws:
java.io.IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeEnd in class org.apache.myfaces.renderkit.html.ext.HtmlGroupRenderer
- 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
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.