程序包 | 说明 |
---|---|
org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsPreEditorActionDefinition |
CmsWorkplaceManager.getPreEditorConditionDefinition(I_CmsResourceType resourceType)
Returns the condition definition for the given resource type that is triggered before opening the editor.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsPreEditorActionDefinition> |
CmsWorkplaceManager.getPreEditorConditionDefinitions()
Returns the condition definitions for the different resource
types which are triggered before opening the editor.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceManager.addPreEditorConditionDefinition(I_CmsPreEditorActionDefinition preEditorCondition)
Adds an initialized condition definition class that is triggered before opening the editor.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsPreEditorActionDefinition
Defines an action to be performed before the workplace editor is opened for the first time.
|
class |
CmsPreEditorActionDefinitionXmlContent
Pre editor action for XML content resource types, checks if model files are available for the XML content
to create in direct edit mode and shows the selection before opening the editor.
|