org.richfaces.renderkit
public abstract class ListRendererBase extends org.richfaces.renderkit.RendererBase
| Constructor and Description |
|---|
ListRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeListItems(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
ListType listType) |
protected String |
getElementId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected org.richfaces.renderkit.ListRendererBase.ItemsEncoder |
getItemsEncoderByType(ListType type) |
protected String |
getListClass(ListType type) |
protected String |
getStyleClass(javax.faces.component.UIComponent component,
ListType listType) |
protected ListType |
getType(javax.faces.component.UIComponent component) |
concatClasses, concatStyles, decode, doDecode, doEncodeEnd, encodeBegin, encodeChildren, encodeEnd, getComponentClass, getResourcePath, getSkin, getUtils, isAlreadyRendered, preDecode, preEncodeBegin, queueComponentEventForBehaviorEvent, renderChildrenprotected org.richfaces.renderkit.ListRendererBase.ItemsEncoder getItemsEncoderByType(ListType type)
protected ListType getType(javax.faces.component.UIComponent component)
protected String getStyleClass(javax.faces.component.UIComponent component, ListType listType)
protected String getElementId(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
protected void encodeListItems(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
ListType listType)
throws IOException
IOExceptionpublic void doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeBegin in class org.richfaces.renderkit.RendererBaseIOExceptionpublic void doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeChildren in class org.richfaces.renderkit.RendererBaseIOExceptionCopyright © 2015 JBoss by Red Hat. All Rights Reserved.