| Package | Description |
|---|---|
| org.alfresco.web.bean.forums | |
| org.alfresco.web.ui.common.renderer.data |
| Modifier and Type | Method and Description |
|---|---|
void |
ForumsBean.TopicBubbleViewRenderer.renderListAfter(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns) |
void |
ForumsBean.TopicBubbleViewRenderer.renderListBefore(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns) |
void |
ForumsBean.TopicBubbleViewRenderer.renderListRow(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns,
Object row) |
| Modifier and Type | Method and Description |
|---|---|
void |
RichListRenderer.DetailsViewRenderer.renderListAfter(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns) |
void |
RichListRenderer.ListViewRenderer.renderListAfter(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns) |
void |
RichListRenderer.IconViewRenderer.renderListAfter(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns) |
void |
IRichListRenderer.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 |
RichListRenderer.DetailsViewRenderer.renderListBefore(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns) |
void |
RichListRenderer.ListViewRenderer.renderListBefore(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns) |
void |
RichListRenderer.IconViewRenderer.renderListBefore(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns) |
void |
IRichListRenderer.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 |
RichListRenderer.DetailsViewRenderer.renderListRow(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns,
Object row) |
void |
RichListRenderer.ListViewRenderer.renderListRow(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns,
Object row) |
void |
RichListRenderer.IconViewRenderer.renderListRow(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns,
Object row) |
void |
IRichListRenderer.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.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.