Richfaces UI Components UI 4.1.0.20110910-M2

org.richfaces.renderkit
Class ListRendererBase

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.richfaces.renderkit.ListRendererBase
Direct Known Subclasses:
ListRenderer

public abstract class ListRendererBase
extends javax.faces.render.Renderer

Author:
Nick Belaevski

Constructor Summary
ListRendererBase()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeListItems(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, org.richfaces.component.ListType listType)
           
protected  java.lang.String getElementId(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  org.richfaces.renderkit.ListRendererBase.ItemsEncoder getItemsEncoderByType(org.richfaces.component.ListType type)
           
protected  java.lang.String getListClass(org.richfaces.component.ListType type)
           
protected  java.lang.String getStyleClass(javax.faces.component.UIComponent component, org.richfaces.component.ListType listType)
           
protected  org.richfaces.component.ListType getType(javax.faces.component.UIComponent component)
           
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeEnd, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListRendererBase

public ListRendererBase()
Method Detail

getListClass

protected java.lang.String getListClass(org.richfaces.component.ListType type)

getItemsEncoderByType

protected org.richfaces.renderkit.ListRendererBase.ItemsEncoder getItemsEncoderByType(org.richfaces.component.ListType type)

getType

protected org.richfaces.component.ListType getType(javax.faces.component.UIComponent component)

getStyleClass

protected java.lang.String getStyleClass(javax.faces.component.UIComponent component,
                                         org.richfaces.component.ListType listType)

getElementId

protected java.lang.String getElementId(javax.faces.context.FacesContext facesContext,
                                        javax.faces.component.UIComponent component)

encodeListItems

protected void encodeListItems(javax.faces.context.FacesContext context,
                               javax.faces.component.UIComponent component,
                               org.richfaces.component.ListType listType)
                        throws java.io.IOException
Throws:
java.io.IOException

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

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
                    throws java.io.IOException
Overrides:
encodeChildren in class javax.faces.render.Renderer
Throws:
java.io.IOException

Richfaces UI Components UI 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.