Uses of Class
org.opencms.workplace.CmsDialog
Package
Description
Contains server side classes for the gallery dialogs.
Contains the user interface components for the Vaadin-based login dialog.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
Contains the various "Galleries" which are available in the editors and widgets of the OpenCms Workplace.
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
-
Uses of CmsDialog in org.opencms.ade.galleries
Modifier and TypeClassDescriptionclass
Provides methods to open gwt-based gallery dialog. -
Uses of CmsDialog in org.opencms.ui.login
Modifier and TypeClassDescriptionprotected static class
Helper subclass of CmsLoginUserAgreement which can be used without a page context. -
Uses of CmsDialog in org.opencms.workplace
Modifier and TypeClassDescriptionclass
Provides methods to show a configurable user agreement dialog after a successful workplace login.Modifier and TypeMethodDescriptionstatic CmsDialog
CmsDialog.initCmsDialog
(javax.servlet.jsp.PageContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) Returns an initialized CmsDialog instance that is read from the request attributes. -
Uses of CmsDialog in org.opencms.workplace.editors
Modifier and TypeClassDescriptionclass
Provides methods for building editors for the CmsDefaultPage page type.class
Provides methods for the editor copy language dialog.class
Provides methods for the editor elements dialog.class
Provides basic methods for building the file editors of OpenCms.class
Base class for all editors that turns of time warp deletion inherited from
.CmsWorkplace
class
Helper class to create the editor frameset.class
Handles the actions that should be performed before opening the editor frameset.class
Creates the output for editing a resource (text or JSP files).class
Creates the output for editing a CmsDefaultPage with the simple textarea editor.class
Creates the editor for XML content definitions.Modifier and TypeMethodDescriptionabstract boolean
A_CmsPreEditorActionDefinition.doPreAction
(CmsResource resource, CmsDialog dialog, String originalParams) boolean
CmsPreEditorActionDefinitionXmlContent.doPreAction
(CmsResource resource, CmsDialog dialog, String originalParams) boolean
I_CmsPreEditorActionDefinition.doPreAction
(CmsResource resource, CmsDialog dialog, String originalParams) Returns if an action has to be performed before opening the editor depending on the resource to edit and eventual request parameter values.static boolean
CmsPreEditorAction.isPreEditorMode
(CmsDialog dialog) Returns if the dialog is currently running in pre editor action mode, depending on the presence of the original request parameters.static void
CmsPreEditorAction.sendForwardToEditor
(CmsDialog dialog) Forwards to the editor and opens it after the action was performed.static void
CmsPreEditorAction.sendForwardToEditor
(CmsDialog dialog, Map<String, String[]> additionalParams) Forwards to the editor and opens it after the action was performed. -
Uses of CmsDialog in org.opencms.workplace.galleries
Modifier and TypeClassDescriptionclass
Provides the general helper methods to generate the content of a gallery dialog used in the XML content editors, WYSIWYG editors and context menu.class
Provides the specific constants, members and helper methods to generate the content of the download gallery dialog used in the XML content editors, WYSIWYG editors and context menu.class
Provides the specific constants, members and helper methods to generate the content of the image gallery dialog used in the XML content editors, WYSIWYG editors and context menu.class
Provides the specific constants, members and helper methods to generate the content of the external link gallery dialog used in the XML content editors, WYSIWYG editors and context menu.class
Provides methods for open gallery dialog.Modifier and TypeMethodDescriptionstatic void
A_CmsAjaxGallery.initGallery
(CmsDialog wp) Initializes the gallery dialog before redirecting. -
Uses of CmsDialog in org.opencms.workplace.tools
Modifier and TypeClassDescriptionclass
Dialog for explorer views in the administration view.