public abstract class ListRendererBase extends 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)
Template method for custom start encoding of concrete renderer.
|
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
RendererBaseRendererBase.encodeBegin(FacesContext, UIComponent) method.doEncodeBegin in class RendererBaseIOExceptionpublic void doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
doEncodeChildren in class RendererBaseIOExceptionCopyright © 2015 JBoss by Red Hat. All Rights Reserved.