org.apache.myfaces.custom.datalist
Class HtmlListRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.custom.datalist.HtmlListRenderer
- public class HtmlListRenderer
- extends HtmlRenderer
- Version:
- $Revision: 472630 $ $Date: 2006-11-08 21:40:03 +0100 (Mi, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
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
LAYOUT_GRID
public static final java.lang.String LAYOUT_GRID
- 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
- 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
Copyright © 2007 Apache Software Foundation. All Rights Reserved.