public class ModeListRenderer extends BaseRenderer
Constructor and Description |
---|
ModeListRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
decode(FacesContext context,
UIComponent component) |
void |
encodeBegin(FacesContext context,
UIComponent component) |
void |
encodeChildren(FacesContext context,
UIComponent component) |
void |
encodeEnd(FacesContext context,
UIComponent component) |
boolean |
getRendersChildren() |
protected void |
renderItem(FacesContext context,
ResponseWriter out,
UIModeList list,
UIListItem item)
Renders the given item for the given list
|
assertParmeters, getParameterComponents, outputAttribute
convertClientId, getConvertedValue
public void decode(FacesContext context, UIComponent component)
decode
in class Renderer
Renderer.decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeBegin
in class Renderer
IOException
Renderer.encodeBegin(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
public void encodeChildren(FacesContext context, UIComponent component) throws IOException
encodeChildren
in class Renderer
IOException
Renderer.encodeChildren(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
public void encodeEnd(FacesContext context, UIComponent component) throws IOException
encodeEnd
in class Renderer
IOException
Renderer.encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)
public boolean getRendersChildren()
getRendersChildren
in class Renderer
Renderer.getRendersChildren()
protected void renderItem(FacesContext context, ResponseWriter out, UIModeList list, UIListItem item) throws IOException
context
- FacesContextout
- ResponseWriter to write tolist
- The parent listitem
- The item to renderIOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.