Uses of Class
org.opencms.workplace.CmsWorkplace
Packages that use 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
Subclasses of CmsWorkplace in org.opencms.ade.galleriesModifier and TypeClassDescriptionclassProvides methods to open gwt-based gallery dialog. -
Uses of CmsWorkplace in org.opencms.ui.login
Subclasses of CmsWorkplace in org.opencms.ui.loginModifier and TypeClassDescriptionprotected static classHelper subclass of CmsLoginUserAgreement which can be used without a page context. -
Uses of CmsWorkplace in org.opencms.workplace
Subclasses of CmsWorkplace in org.opencms.workplaceModifier and TypeClassDescriptionclassProvides methods for building the dialog windows of OpenCms.classProvides methods to show a configurable user agreement dialog after a successful workplace login.Methods in org.opencms.workplace with parameters of type CmsWorkplaceModifier and TypeMethodDescriptionstatic StringCmsWorkplace.generatePageStartSimple(CmsWorkplace wp) Generates the header for the simple report view.static StringCmsWorkplaceMessages.getNewResourceTitle(CmsWorkplace wp, String name) Returns the title for the "new resource" dialog.static StringCmsWorkplaceMessages.getResourceTypeDescription(CmsWorkplace wp, String name) Returns the description of the given resource type name.static StringCmsWorkplaceMessages.getResourceTypeName(CmsWorkplace wp, String name) Returns the localized name of the given resource type name.voidCmsDialog.includeErrorpage(CmsWorkplace wp, Throwable t) Displays the throwable on the error page and logs the error. -
Uses of CmsWorkplace in org.opencms.workplace.editors
Subclasses of CmsWorkplace 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 from.CmsWorkplaceclassHelper 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. -
Uses of CmsWorkplace in org.opencms.workplace.galleries
Subclasses of CmsWorkplace 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. -
Uses of CmsWorkplace in org.opencms.workplace.tools
Subclasses of CmsWorkplace in org.opencms.workplace.toolsModifier and TypeClassDescriptionclassDialog for explorer views in the administration view.classHelper class that encapsulates all the code for the "new" style of the administration dialogs.Methods in org.opencms.workplace.tools with parameters of type CmsWorkplaceModifier 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 theobject for a given user.CmsToolUserDataCmsTool.groupHtml(CmsWorkplace wp) Returns the necessary html code for the tool subgroups.CmsToolGroup.groupHtml(CmsWorkplace wp) Returns the necessary html code.booleanA_CmsToolHandler.isEnabled(CmsWorkplace wp) booleanI_CmsToolHandler.isEnabled(CmsWorkplace wp) Returns the state of the admin tool for a given workplace context.booleanA_CmsToolHandler.isVisible(CmsWorkplace wp) booleanI_CmsToolHandler.isVisible(CmsWorkplace wp) Returns the visibility flag for a given workplace context.voidCmsToolManager.jspForwardPage(CmsWorkplace wp, String pagePath, Map<String, String[]> params) Redirects to the given page with the given parameters.voidCmsToolManager.jspForwardTool(CmsWorkplace wp, String toolPath, Map<String, String[]> params) Redirects to the given tool with the given parameters.static StringCmsToolMacroResolver.resolveMacros(String input, CmsWorkplace wp) Resolves the macros in the given input using the provided parameters.voidCmsToolManager.setBaseToolPath(CmsWorkplace wp, String baseToolPath) Sets the base tool path.voidCmsToolManager.setCurrentRoot(CmsWorkplace wp, String key) Sets the current user's root key.voidCmsToolManager.setCurrentToolPath(CmsWorkplace wp, String currentToolPath) Sets the current tool path.Constructors in org.opencms.workplace.tools with parameters of type CmsWorkplace