|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRichListRenderer
Contract for implementations capable of rendering the columns for a Rich List component.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void renderListBefore(javax.faces.context.FacesContext context, UIRichList richList, UIColumn[] columns) throws java.io.IOException
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shown
java.io.IOException
void renderListRow(javax.faces.context.FacesContext context, UIRichList richList, UIColumn[] columns, java.lang.Object row) throws java.io.IOException
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shownrow
- The data bean for the current row
java.io.IOException
void renderListAfter(javax.faces.context.FacesContext context, UIRichList richList, UIColumn[] columns) throws java.io.IOException
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shown
java.io.IOException
java.lang.String getViewModeID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |