public static class RichListRenderer.DetailsViewRenderer extends Object implements IRichListRenderer
Modifier and Type | Field and Description |
---|---|
protected int |
rowIndex |
static String |
STALE_CSS |
static String |
VIEWMODEID |
Constructor and Description |
---|
DetailsViewRenderer() |
Modifier and Type | Method and Description |
---|---|
String |
getRowStyle(FacesContext context,
UIRichList richList,
Object row) |
String |
getViewModeID()
Return the unique view mode identifier that this renderer is responsible for.
|
void |
renderListAfter(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(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(FacesContext context,
UIRichList richList,
UIColumn[] columns,
Object row)
Callback executed by the RichList component once per row of data to be rendered.
|
public static final String VIEWMODEID
public static final String STALE_CSS
protected int rowIndex
public String getViewModeID()
IRichListRenderer
getViewModeID
in interface IRichListRenderer
public String getRowStyle(FacesContext context, UIRichList richList, Object row)
public void renderListBefore(FacesContext context, UIRichList richList, UIColumn[] columns) throws IOException
IRichListRenderer
renderListBefore
in interface IRichListRenderer
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shownIOException
public void renderListRow(FacesContext context, UIRichList richList, UIColumn[] columns, Object row) throws IOException
IRichListRenderer
renderListRow
in interface IRichListRenderer
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shownrow
- The data bean for the current rowIOException
public void renderListAfter(FacesContext context, UIRichList richList, UIColumn[] columns) throws IOException
IRichListRenderer
renderListAfter
in interface IRichListRenderer
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shownIOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.