Class CmsDeleteFieldConfigurationDialog

java.lang.Object
org.opencms.workplace.CmsWorkplace
org.opencms.workplace.tools.CmsToolDialog
org.opencms.workplace.CmsDialog
org.opencms.workplace.CmsWidgetDialog
org.opencms.workplace.tools.searchindex.A_CmsFieldConfigurationDialog
org.opencms.workplace.tools.searchindex.CmsDeleteFieldConfigurationDialog
All Implemented Interfaces:
org.opencms.widgets.I_CmsWidgetDialog

A CmsWidgetDialog that starts a (confirmed) delete dialog for an fieldconfiguration.

The constraint for allowing deletion of the fieldconfiguration: It must not be referenced by any searchindex.

Since:
6.5.5
  • Constructor Details

    • CmsDeleteFieldConfigurationDialog

      public CmsDeleteFieldConfigurationDialog(org.opencms.jsp.CmsJspActionElement jsp)
      Public constructor with JSP action element.

      Parameters:
      jsp - an initialized JSP action element
    • CmsDeleteFieldConfigurationDialog

      public CmsDeleteFieldConfigurationDialog(javax.servlet.jsp.PageContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
      Public constructor with JSP variables.

      Parameters:
      context - the JSP page context
      req - the JSP request
      res - the JSP response
  • Method Details