Uses of Class
org.opencms.workplace.CmsDialog
Packages that use 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.galleriesSubclasses of CmsDialog in org.opencms.ade.galleriesModifier and TypeClassDescriptionclassProvides methods to open gwt-based gallery dialog.
- 
Uses of CmsDialog in org.opencms.ui.loginSubclasses of CmsDialog in org.opencms.ui.loginModifier and TypeClassDescriptionprotected static classHelper subclass of CmsLoginUserAgreement which can be used without a page context.
- 
Uses of CmsDialog in org.opencms.workplaceSubclasses of CmsDialog in org.opencms.workplaceModifier and TypeClassDescriptionclassProvides methods to show a configurable user agreement dialog after a successful workplace login.Methods in org.opencms.workplace that return CmsDialogModifier and TypeMethodDescriptionstatic CmsDialogCmsDialog.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.editorsSubclasses of CmsDialog in org.opencms.workplace.editorsModifier and TypeClassDescriptionclassProvides methods for building editors for the CmsDefaultPage page type.classProvides methods for the editor copy language dialog.classProvides methods for the editor elements dialog.classProvides basic methods for building the file editors of OpenCms.classBase class for all editors that turns of time warp deletion inherited fromCmsWorkplaceclassHelper class to create the editor frameset.classHandles the actions that should be performed before opening the editor frameset.classCreates the output for editing a resource (text or JSP files).classCreates the output for editing a CmsDefaultPage with the simple textarea editor.classCreates the editor for XML content definitions.Methods in org.opencms.workplace.editors with parameters of type CmsDialogModifier and TypeMethodDescriptionabstract booleanA_CmsPreEditorActionDefinition.doPreAction(CmsResource resource, CmsDialog dialog, String originalParams) booleanCmsPreEditorActionDefinitionXmlContent.doPreAction(CmsResource resource, CmsDialog dialog, String originalParams) booleanI_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 booleanCmsPreEditorAction.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 voidCmsPreEditorAction.sendForwardToEditor(CmsDialog dialog) Forwards to the editor and opens it after the action was performed.static voidCmsPreEditorAction.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.galleriesSubclasses of CmsDialog in org.opencms.workplace.galleriesModifier and TypeClassDescriptionclassProvides the general helper methods to generate the content of a gallery dialog used in the XML content editors, WYSIWYG editors and context menu.classProvides 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.classProvides 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.classProvides 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.classProvides methods for open gallery dialog.Methods in org.opencms.workplace.galleries with parameters of type CmsDialogModifier and TypeMethodDescriptionstatic voidA_CmsAjaxGallery.initGallery(CmsDialog wp) Initializes the gallery dialog before redirecting.
- 
Uses of CmsDialog in org.opencms.workplace.toolsSubclasses of CmsDialog in org.opencms.workplace.toolsModifier and TypeClassDescriptionclassDialog for explorer views in the administration view.