| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsPreEditorActionDefinition |
CmsWorkplaceManager.getPreEditorConditionDefinition(I_CmsResourceType resourceType)
Returns the condition definition for the given resource type that is triggered before opening the editor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsPreEditorActionDefinition> |
CmsWorkplaceManager.getPreEditorConditionDefinitions()
Returns the condition definitions for the different resource
types which are triggered before opening the editor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceManager.addPreEditorConditionDefinition(I_CmsPreEditorActionDefinition preEditorCondition)
Adds an initialized condition definition class that is triggered before opening the editor.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|