public interface IRichListRenderer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getViewModeID()
Return the unique view mode identifier that this renderer is responsible for.
|
void |
renderListAfter(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns)
Callback executed by the RichList component to render any adornments after
the main list rows are rendered.
|
void |
renderListBefore(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns)
Callback executed by the RichList component to render any adornments before
the main list rows are rendered.
|
void |
renderListRow(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns,
Object row)
Callback executed by the RichList component once per row of data to be rendered.
|
void renderListBefore(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns)
throws IOException
context - FacesContextrichList - The parent RichList componentcolumns - Array of columns to be shownIOExceptionvoid renderListRow(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns,
Object row)
throws IOException
context - FacesContextrichList - The parent RichList componentcolumns - Array of columns to be shownrow - The data bean for the current rowIOExceptionvoid renderListAfter(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns)
throws IOException
context - FacesContextrichList - The parent RichList componentcolumns - Array of columns to be shownIOExceptionString getViewModeID()
Copyright © 2005–2018 Alfresco Software. All rights reserved.