Uses of Interface
org.opencms.workplace.editors.directedit.I_CmsDirectEditProvider
Packages that use I_CmsDirectEditProvider
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
Used to control the generation of the HTML for the "direct edit" buttons.
-
Uses of I_CmsDirectEditProvider in org.opencms.ade.editprovider
Classes in org.opencms.ade.editprovider that implement I_CmsDirectEditProviderModifier and TypeClassDescriptionclass
A Direct Edit provider class which also offers some limited ADE functionality, like for example the Publish dialog.Methods in org.opencms.ade.editprovider that return I_CmsDirectEditProvider -
Uses of I_CmsDirectEditProvider in org.opencms.jsp
Methods in org.opencms.jsp that return I_CmsDirectEditProviderModifier and TypeMethodDescriptionstatic I_CmsDirectEditProvider
CmsJspTagEditable.getDirectEditProvider
(javax.servlet.jsp.PageContext context) Returns the current initialized instance of the direct edit provider.Methods in org.opencms.jsp with parameters of type I_CmsDirectEditProviderModifier and TypeMethodDescriptionprotected static void
CmsJspTagEditable.setDirectEditProvider
(javax.servlet.jsp.PageContext context, I_CmsDirectEditProvider provider) Sets the current initialized instance of the direct edit provider. -
Uses of I_CmsDirectEditProvider in org.opencms.workplace
Methods in org.opencms.workplace that return I_CmsDirectEditProviderModifier and TypeMethodDescriptionCmsWorkplaceManager.getDirectEditProvider()
Returns a new instance of the configured direct edit provider.Methods in org.opencms.workplace with parameters of type I_CmsDirectEditProviderModifier and TypeMethodDescriptionvoid
CmsWorkplaceManager.setDirectEditProvider
(I_CmsDirectEditProvider clazz) Sets the direct edit provider. -
Uses of I_CmsDirectEditProvider in org.opencms.workplace.editors.directedit
Classes in org.opencms.workplace.editors.directedit that implement I_CmsDirectEditProviderModifier and TypeClassDescriptionclass
Basic functions for direct edit providers.class
Provider for the OpenCms AdvancedDirectEdit.class
Provider for the OpenCms default graphical "direct edit" buttons.class
Provider for the OpenCms graphical "direct edit" buttons.class
Direct edit provider that uses the same JSP include based logic that has been the default before the 6.2.3 release.class
Creates HTML for simple text based direct edit buttons.Methods in org.opencms.workplace.editors.directedit that return I_CmsDirectEditProviderModifier and TypeMethodDescriptionCmsAdvancedDirectEditProvider.newInstance()
CmsDirectEditDefaultProvider.newInstance()
CmsDirectEditJQueryProvider.newInstance()
CmsDirectEditJspIncludeProvider.newInstance()
CmsDirectEditTextButtonProvider.newInstance()
I_CmsDirectEditProvider.newInstance()
Creates a new instance of this direct edit provider with the same basic configuration.