程序包 | 说明 |
---|---|
org.opencms.workplace.list |
Generates the list views commonly used in the OpenCms Workplace "Administration" tools.
|
org.opencms.workplace.tools.projects |
This package contains the tool classes for the account management related administration views.
|
org.opencms.workplace.tools.searchindex.sourcesearch |
限定符和类型 | 方法和说明 |
---|---|
CmsHtmlList |
A_CmsListDialog.getList()
Returns the list.
|
static CmsHtmlList |
A_CmsListDialog.getListObject(java.lang.Class<?> listDialog,
CmsWorkplaceSettings settings)
Returns the list object for the given list dialog, or
null
if no list object has been set. |
限定符和类型 | 方法和说明 |
---|---|
protected CmsListItem |
A_CmsListResourceCollector.createResourceListItem(CmsResource resource,
CmsHtmlList list,
boolean showPermissions,
boolean showDateLastMod,
boolean showUserLastMod,
boolean showDateCreate,
boolean showUserCreate,
boolean showDateRel,
boolean showDateExp,
boolean showState,
boolean showLockedBy,
boolean showSite)
Returns a list item created from the resource information, differs between valid resources and invalid resources.
|
protected CmsListItem |
A_CmsListResourceCollector.getDummyListItem(CmsHtmlList list)
Returns a dummy list item.
|
java.lang.String |
CmsListColumnDefinition.htmlHeader(CmsHtmlList list)
Returns the html code for a column header.
|
java.lang.String |
CmsListMetadata.htmlHeader(CmsHtmlList list)
Returns the html code for the header of the list.
|
void |
A_CmsListDialog.setList(CmsHtmlList list)
Sets the list.
|
void |
A_CmsListDialog.setListObject(java.lang.Class<?> listDialog,
CmsHtmlList listObject)
Stores the given object as "list object" for the given list dialog in the current users session.
|
构造器和说明 |
---|
CmsListState(CmsHtmlList list)
Default Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
CmsHtmlList |
CmsProjectFilesDialog.getList() |
限定符和类型 | 方法和说明 |
---|---|
CmsHtmlList |
CmsSourceSearchFilesDialog.getList() |
限定符和类型 | 方法和说明 |
---|---|
protected CmsListItem |
CmsSourceSearchFilesDialog.createResourceListItem(CmsResource resource,
CmsHtmlList list,
boolean showPermissions,
boolean showDateLastMod,
boolean showUserLastMod,
boolean showDateCreate,
boolean showUserCreate,
boolean showDateRel,
boolean showDateExp,
boolean showState,
boolean showLockedBy,
boolean showSite)
Returns a list item created from the resource information, differs between valid resources and invalid resources.
|