程序包 | 说明 |
---|---|
org.opencms.workplace.commons |
Contains often used OpenCms Workplace dialogs, for example
for file operations, user preferences and project based operations like publishing.
|
org.opencms.workplace.list |
Generates the list views commonly used in the OpenCms Workplace "Administration" tools.
|
org.opencms.workplace.tools.accounts |
This package contains the tool classes for the account management related administration views.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsRestoreStateAction
Show different states depending on the name of the resource.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsListDefaultJsAction
Implementation of a default action in a html list column that can execute java script code.
|
class |
CmsListOpenResourceAction
Opens the selected resource in a new window.
|
限定符和类型 | 方法和说明 |
---|---|
CmsListDefaultAction |
CmsListColumnDefinition.getDefaultAction(java.lang.String actionId)
Returns a default action by id.
|
CmsListDefaultAction |
CmsListColumnDefinition.removeDefaultAction(java.lang.String actionId)
Removes the default action from this column by id.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsListDefaultAction> |
CmsListColumnDefinition.getDefaultActions()
Returns the default Actions list.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsListColumnDefinition.addDefaultAction(CmsListDefaultAction defaultAction)
Adds a default Action.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsGroupRemoveAction
Shows direct/indirect assigned groups and enabled/disabled a remove action.
|
class |
CmsGroupStateAction
Show diferent states depending on user direct/indirect group assignment.
|