Uses of Interface
org.opencms.workplace.I_CmsDialogHandler
Packages that use 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
Methods in org.opencms.workplace that return I_CmsDialogHandlerModifier and TypeMethodDescriptionCmsWorkplaceManager.getDialogHandler(String key) Returns the instantiated dialog handler class for the key or null, if there is no mapping for the key.Methods in org.opencms.workplace that return types with arguments of type I_CmsDialogHandlerModifier and TypeMethodDescriptionCmsWorkplaceManager.getDialogHandler()Returns all instantiated dialog handlers for the workplace.Methods in org.opencms.workplace with parameters of type I_CmsDialogHandlerModifier and TypeMethodDescriptionvoidCmsWorkplaceManager.addDialogHandler(I_CmsDialogHandler clazz) Adds a dialog handler instance to the list of configured dialog handlers.