| Modifier and Type | Field and Description |
|---|---|
protected UIRichList |
CategoriesProperties.categoriesRichList
Component references
|
protected UIRichList |
BrowseBean.contentRichList |
protected UIRichList |
BrowseBean.spacesRichList
Component references
|
| Modifier and Type | Method and Description |
|---|---|
UIRichList |
CategoriesProperties.getCategoriesRichList() |
UIRichList |
BrowseBean.getContentRichList() |
UIRichList |
BrowseBean.getSpacesRichList() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesProperties.setCategoriesRichList(UIRichList categoriesRichList) |
void |
BrowseBean.setContentRichList(UIRichList contentRichList) |
void |
BrowseBean.setSpacesRichList(UIRichList spacesRichList) |
| Modifier and Type | Field and Description |
|---|---|
protected UIRichList |
DeleteCategoryDialog.categoriesRichList
Component references
|
protected UIRichList |
EditCategoryDialog.categoriesRichList
Component references
|
protected UIRichList |
CategoriesDialog.categoriesRichList
Component references
|
| Modifier and Type | Method and Description |
|---|---|
UIRichList |
DeleteCategoryDialog.getCategoriesRichList() |
UIRichList |
EditCategoryDialog.getCategoriesRichList() |
UIRichList |
CategoriesDialog.getCategoriesRichList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteCategoryDialog.setCategoriesRichList(UIRichList categoriesRichList) |
void |
EditCategoryDialog.setCategoriesRichList(UIRichList categoriesRichList) |
void |
CategoriesDialog.setCategoriesRichList(UIRichList categoriesRichList) |
| Modifier and Type | Field and Description |
|---|---|
protected UIRichList |
ForumsBean.forumRichList |
protected UIRichList |
ForumsBean.forumsRichList
Component references
|
protected UIRichList |
ForumsBean.topicRichList |
| Modifier and Type | Method and Description |
|---|---|
UIRichList |
ForumsBean.getForumRichList() |
UIRichList |
ForumsBean.getForumsRichList() |
UIRichList |
ForumsBean.getTopicRichList() |
| 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) |
void |
ForumsBean.setForumRichList(UIRichList forumRichList) |
void |
ForumsBean.setForumsRichList(UIRichList forumsRichList) |
void |
ForumsBean.setTopicRichList(UIRichList topicRichList) |
| Modifier and Type | Field and Description |
|---|---|
protected UIRichList |
GroupsDialog.groupsRichList
Component references
|
protected UIRichList |
GroupsDialog.usersRichList |
| Modifier and Type | Method and Description |
|---|---|
UIRichList |
GroupsDialog.getGroupsRichList() |
UIRichList |
GroupsDialog.getUsersRichList() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupsDialog.setGroupsRichList(UIRichList groupsRichList) |
void |
GroupsDialog.setUsersRichList(UIRichList usersRichList) |
| Modifier and Type | Method and Description |
|---|---|
UIRichList |
RulesDialog.getRichList()
Returns the UIRichList component being used by this backing bean
|
| Modifier and Type | Method and Description |
|---|---|
void |
RulesDialog.setRichList(UIRichList richList)
Sets the UIRichList component being used by this backing bean
|
| Modifier and Type | Field and Description |
|---|---|
protected UIRichList |
TrashcanDialogProperty.itemsRichList
Component reference for Deleted Items RichList control
|
| Modifier and Type | Method and Description |
|---|---|
UIRichList |
TrashcanDialogProperty.getItemsRichList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrashcanDialogProperty.setItemsRichList(UIRichList itemsRichList) |
| Modifier and Type | Method and Description |
|---|---|
UIRichList |
UsersBeanProperties.getUsersRichList() |
UIRichList |
UserMembersBean.getUsersRichList() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersBeanProperties.setUsersRichList(UIRichList usersRichList) |
void |
UserMembersBean.setUsersRichList(UIRichList usersRichList) |
| Modifier and Type | Field and Description |
|---|---|
protected UIRichList |
StartWorkflowWizard.packageItemsRichList |
protected UIRichList |
ManageTaskDialog.packageItemsRichList |
| Modifier and Type | Method and Description |
|---|---|
UIRichList |
StartWorkflowWizard.getPackageItemsRichList()
Returns the rich list being used for the workflow package items
|
UIRichList |
ManageTaskDialog.getPackageItemsRichList()
Returns the rich list being used for the workflow package items
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartWorkflowWizard.setPackageItemsRichList(UIRichList richList)
Sets the rich list being used for the workflow package items
|
void |
ManageTaskDialog.setPackageItemsRichList(UIRichList richList)
Sets the rich list being used for the workflow package items
|
| Modifier and Type | Method and Description |
|---|---|
String |
RichListRenderer.DetailsViewRenderer.getRowStyle(javax.faces.context.FacesContext context,
UIRichList richList,
Object row) |
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.