public class RichListRenderer extends BaseRenderer
Modifier and Type | Class and Description |
---|---|
static class |
RichListRenderer.DetailsViewRenderer
Class to implement a Details view for the RichList component
|
static class |
RichListRenderer.IconViewRenderer
Class to implement an Icon view for the RichList component
|
static class |
RichListRenderer.ListViewRenderer
Class to implement a List view for the RichList component
|
Constructor and Description |
---|
RichListRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(FacesContext context,
UIComponent component) |
void |
encodeChildren(FacesContext context,
UIComponent component) |
void |
encodeEnd(FacesContext context,
UIComponent component) |
boolean |
getRendersChildren() |
assertParmeters, getParameterComponents, outputAttribute
convertClientId, decode, getConvertedValue
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()
Copyright © 2005–2017 Alfresco Software. All rights reserved.