org.apache.myfaces.custom.datalist
Class HtmlListRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.renderkit.html.HtmlRenderer
org.apache.myfaces.custom.datalist.HtmlListRenderer
- public class HtmlListRenderer
- extends HtmlRenderer
- Version:
- $Revision: 209583 $ $Date: 2005-07-07 12:30:46 +0200 (Thu, 07 Jul 2005) $
- Author:
- Manfred Geiler (latest modification by $Author: mmarinschek $)
Method Summary |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
boolean |
getRendersChildren()
|
Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, getConvertedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LAYOUT_SIMPLE
public static final java.lang.String LAYOUT_SIMPLE
- See Also:
- Constant Field Values
LAYOUT_UL
public static final java.lang.String LAYOUT_UL
- See Also:
- Constant Field Values
LAYOUT_OL
public static final java.lang.String LAYOUT_OL
- See Also:
- Constant Field Values
HtmlListRenderer
public HtmlListRenderer()
getRendersChildren
public boolean getRendersChildren()
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
- Throws:
java.io.IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeChildren
in class HtmlRenderer
- Throws:
java.io.IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws java.io.IOException
- Throws:
java.io.IOException