Uses of Class
org.opencms.workplace.explorer.CmsExplorerTypeSettings
Packages that use CmsExplorerTypeSettings
Package
Description
Contains the ade configuration classes.
Reads and writes the XML based OpenCms configuration files.
Provides core support for GWT.
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
-
Uses of CmsExplorerTypeSettings in org.opencms.ade.configuration
Methods in org.opencms.ade.configuration that return CmsExplorerTypeSettingsModifier and TypeMethodDescriptionCmsElementView.getExplorerType()
Gets the explorer type settings.Constructors in org.opencms.ade.configuration with parameters of type CmsExplorerTypeSettingsModifierConstructorDescriptionCmsElementView
(CmsExplorerTypeSettings explorerType) Creates a new element view based on the given explorer type. -
Uses of CmsExplorerTypeSettings in org.opencms.configuration
Method parameters in org.opencms.configuration with type arguments of type CmsExplorerTypeSettingsModifier and TypeMethodDescriptionstatic void
CmsWorkplaceConfiguration.generateExplorerTypesXml
(org.dom4j.Element startNode, List<CmsExplorerTypeSettings> explorerTypes, boolean module) Creates the xml output for explorer type nodes. -
Uses of CmsExplorerTypeSettings in org.opencms.gwt
Methods in org.opencms.gwt with parameters of type CmsExplorerTypeSettingsModifier and TypeMethodDescriptionstatic String
CmsIconUtil.getIconClasses
(CmsExplorerTypeSettings typeSettings, String resourceName, boolean small) Returns the resource type icon CSS classes for the given type. -
Uses of CmsExplorerTypeSettings in org.opencms.module
Methods in org.opencms.module that return types with arguments of type CmsExplorerTypeSettingsModifier and TypeMethodDescriptionCmsModule.getExplorerTypes()
Returns the list of explorer resource types that belong to this module.Methods in org.opencms.module with parameters of type CmsExplorerTypeSettingsModifier and TypeMethodDescriptionvoid
CmsModuleXmlHandler.addExplorerTypeSetting
(CmsExplorerTypeSettings settings) Adds an explorer type setting object to the list of type settings.Method parameters in org.opencms.module with type arguments of type CmsExplorerTypeSettingsModifier and TypeMethodDescriptionvoid
CmsModule.setExplorerTypes
(List<CmsExplorerTypeSettings> explorerTypeSettings) Sets the additional explorer types that belong to this module. -
Uses of CmsExplorerTypeSettings in org.opencms.workplace
Methods in org.opencms.workplace that return CmsExplorerTypeSettingsModifier and TypeMethodDescriptionCmsWorkplaceManager.getExplorerTypeSetting
(String type) Returns the explorer type settings for the specified resource type.Methods in org.opencms.workplace that return types with arguments of type CmsExplorerTypeSettingsModifier and TypeMethodDescriptionCmsWorkplaceManager.getExplorerTypeSettings()
Returns the list of explorer type settings.CmsWorkplaceManager.getExplorerTypesForView
(String viewName) Gets the explorer types for the given view name.CmsWorkplaceManager.getWorkplaceExplorerTypeSettings()
Returns the list of explorer type settings configured in the opencms-workplace.xml file.Methods in org.opencms.workplace with parameters of type CmsExplorerTypeSettingsModifier and TypeMethodDescriptionvoid
CmsWorkplaceManager.addExplorerTypeSetting
(CmsExplorerTypeSettings settings) Adds an explorer type setting object to the list of type settings. -
Uses of CmsExplorerTypeSettings in org.opencms.workplace.explorer
Methods in org.opencms.workplace.explorer with parameters of type CmsExplorerTypeSettingsModifier and TypeMethodDescriptionint
CmsExplorerTypeSettings.compareTo
(CmsExplorerTypeSettings other) static com.vaadin.server.Resource
CmsResourceUtil.getBigIconResource
(CmsExplorerTypeSettings explorerType, String resourceName) Returns the big icon resource for the given resource.static com.vaadin.server.Resource
CmsResourceUtil.getSmallIconResource
(CmsExplorerTypeSettings explorerType, String resourceName) Returns the small icon resource for the given resource.