Uses of Interface
org.opencms.workplace.I_CmsDialogHandler
Package
Description
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
-
Uses of I_CmsDialogHandler in org.opencms.workplace
Modifier and TypeMethodDescriptionCmsWorkplaceManager.getDialogHandler
(String key) Returns the instantiated dialog handler class for the key or null, if there is no mapping for the key.Modifier and TypeMethodDescriptionCmsWorkplaceManager.getDialogHandler()
Returns all instantiated dialog handlers for the workplace.Modifier and TypeMethodDescriptionvoid
CmsWorkplaceManager.addDialogHandler
(I_CmsDialogHandler clazz) Adds a dialog handler instance to the list of configured dialog handlers.