Uses of Class
org.opencms.workplace.CmsWorkplace
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 CmsWorkplace in org.opencms.ade.galleries
Modifier and TypeClassDescriptionclass
Provides methods to open gwt-based gallery dialog. -
Uses of CmsWorkplace in org.opencms.ui.login
Modifier and TypeClassDescriptionprotected static class
Helper subclass of CmsLoginUserAgreement which can be used without a page context. -
Uses of CmsWorkplace in org.opencms.workplace
Modifier and TypeClassDescriptionclass
Provides methods for building the dialog windows of OpenCms.class
Provides methods to show a configurable user agreement dialog after a successful workplace login.Modifier and TypeMethodDescriptionstatic String
CmsWorkplace.generatePageStartSimple
(CmsWorkplace wp) Generates the header for the simple report view.static String
CmsWorkplaceMessages.getNewResourceTitle
(CmsWorkplace wp, String name) Returns the title for the "new resource" dialog.static String
CmsWorkplaceMessages.getResourceTypeDescription
(CmsWorkplace wp, String name) Returns the description of the given resource type name.static String
CmsWorkplaceMessages.getResourceTypeName
(CmsWorkplace wp, String name) Returns the localized name of the given resource type name.void
CmsDialog.includeErrorpage
(CmsWorkplace wp, Throwable t) Displays the throwable on the error page and logs the error. -
Uses of CmsWorkplace 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. -
Uses of CmsWorkplace 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. -
Uses of CmsWorkplace in org.opencms.workplace.tools
Modifier and TypeClassDescriptionclass
Dialog for explorer views in the administration view.class
Helper class that encapsulates all the code for the "new" style of the administration dialogs.Modifier and TypeMethodDescriptionCmsTool.buttonHtml
(CmsWorkplace wp) Returns the necessary html code for a link to this tool.I_CmsHtmlIconButton.buttonHtml
(CmsWorkplace wp) Returns the necessary html code.CmsToolManager.generateNavBar
(String toolPath, CmsWorkplace wp) Returns the navigation bar html code for the given tool path.CmsToolManager.getBaseToolPath
(CmsWorkplace wp) Returns the base tool path for the active user.CmsToolManager.getCurrentRoot
(CmsWorkplace wp) Returns the current user's root handler.CmsToolManager.getCurrentTool
(CmsWorkplace wp) Returns the current tool.CmsToolManager.getCurrentToolPath
(CmsWorkplace wp) Returns the current tool path.A_CmsToolHandler.getParameters
(CmsWorkplace wp) I_CmsToolHandler.getParameters
(CmsWorkplace wp) Returns the evaluated map of parameters.CmsToolManager.getParent
(CmsWorkplace wp, String toolPath) Returns the path to the parent of the tool identified by the given tool path.CmsToolManager.getToolsForPath
(CmsWorkplace wp, String baseTool, boolean includeSubtools) Returns a list of all tools in the given path.CmsToolManager.getUserData
(CmsWorkplace wp) Returns the
object for a given user.CmsToolUserData
CmsTool.groupHtml
(CmsWorkplace wp) Returns the necessary html code for the tool subgroups.CmsToolGroup.groupHtml
(CmsWorkplace wp) Returns the necessary html code.boolean
A_CmsToolHandler.isEnabled
(CmsWorkplace wp) boolean
I_CmsToolHandler.isEnabled
(CmsWorkplace wp) Returns the state of the admin tool for a given workplace context.boolean
A_CmsToolHandler.isVisible
(CmsWorkplace wp) boolean
I_CmsToolHandler.isVisible
(CmsWorkplace wp) Returns the visibility flag for a given workplace context.void
CmsToolManager.jspForwardPage
(CmsWorkplace wp, String pagePath, Map<String, String[]> params) Redirects to the given page with the given parameters.void
CmsToolManager.jspForwardTool
(CmsWorkplace wp, String toolPath, Map<String, String[]> params) Redirects to the given tool with the given parameters.static String
CmsToolMacroResolver.resolveMacros
(String input, CmsWorkplace wp) Resolves the macros in the given input using the provided parameters.void
CmsToolManager.setBaseToolPath
(CmsWorkplace wp, String baseToolPath) Sets the base tool path.void
CmsToolManager.setCurrentRoot
(CmsWorkplace wp, String key) Sets the current user's root key.void
CmsToolManager.setCurrentToolPath
(CmsWorkplace wp, String currentToolPath) Sets the current tool path.