org.apache.myfaces.custom.datalist
Class HtmlListRenderer

java.lang.Object
  extended byjavax.faces.render.Renderer
      extended byorg.apache.myfaces.renderkit.html.HtmlRenderer
          extended byorg.apache.myfaces.custom.datalist.HtmlListRenderer

public class HtmlListRenderer
extends HtmlRenderer

Version:
$Revision: 1.8 $ $Date: 2004/10/13 11:50:57 $ $Log: HtmlListRenderer.java,v $ Revision 1.8 2004/10/13 11:50:57 matze renamed packages to org.apache Revision 1.7 2004/09/02 17:23:25 tinytoony fix for the span-element for other than the output-text Revision 1.6 2004/08/20 07:12:00 manolito rowIndexVar and rowCountVar now handled correctly by component itself instead of renderer Revision 1.5 2004/08/09 11:47:09 manolito CSS style support also for non OL or UL layout Revision 1.4 2004/08/09 09:10:39 manolito RFE #990814 - dataList component ignores styleClass attribute
Author:
Manfred Geiler (latest modification by $Author: matze $)

Field Summary
static java.lang.String LAYOUT_OL
           
static java.lang.String LAYOUT_SIMPLE
           
static java.lang.String LAYOUT_UL
           
 
Constructor Summary
HtmlListRenderer()
           
 
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
 

Field Detail

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
Constructor Detail

HtmlListRenderer

public HtmlListRenderer()
Method Detail

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