|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.ui.common.renderer.data.RichListRenderer.DetailsViewRenderer
public static class RichListRenderer.DetailsViewRenderer
Class to implement a Details view for the RichList component
Field Summary | |
---|---|
protected int |
rowIndex
|
static java.lang.String |
STALE_CSS
|
static java.lang.String |
VIEWMODEID
|
Constructor Summary | |
---|---|
RichListRenderer.DetailsViewRenderer()
|
Method Summary | |
---|---|
java.lang.String |
getRowStyle(javax.faces.context.FacesContext context,
UIRichList richList,
java.lang.Object row)
|
java.lang.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,
java.lang.Object row)
Callback executed by the RichList component once per row of data to be rendered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VIEWMODEID
public static final java.lang.String STALE_CSS
protected int rowIndex
Constructor Detail |
---|
public RichListRenderer.DetailsViewRenderer()
Method Detail |
---|
public java.lang.String getViewModeID()
IRichListRenderer
getViewModeID
in interface IRichListRenderer
public java.lang.String getRowStyle(javax.faces.context.FacesContext context, UIRichList richList, java.lang.Object row)
public void renderListBefore(javax.faces.context.FacesContext context, UIRichList richList, UIColumn[] columns) throws java.io.IOException
IRichListRenderer
renderListBefore
in interface IRichListRenderer
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shown
java.io.IOException
public void renderListRow(javax.faces.context.FacesContext context, UIRichList richList, UIColumn[] columns, java.lang.Object row) throws java.io.IOException
IRichListRenderer
renderListRow
in interface IRichListRenderer
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shownrow
- The data bean for the current row
java.io.IOException
public void renderListAfter(javax.faces.context.FacesContext context, UIRichList richList, UIColumn[] columns) throws java.io.IOException
IRichListRenderer
renderListAfter
in interface IRichListRenderer
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shown
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |