Uses of Class
org.opencms.workplace.editors.CmsDialogElement
Packages that use CmsDialogElement
Package
Description
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
-
Uses of CmsDialogElement in org.opencms.workplace.editors
Methods in org.opencms.workplace.editors that return types with arguments of type CmsDialogElementModifier and TypeMethodDescriptionCmsDialogElements.computeElements()Creates a list of possible elements of a template from the template property "template-elements".static List<CmsDialogElement> CmsDialogElements.computeElements(CmsObject cms, String xmlPageUri, Locale locale) Creates a list of possible elements of a template from the template property "template-elements" and the elements available in the provided resource file.static List<CmsDialogElement> CmsDialogElements.computeElements(CmsObject cms, CmsXmlPage xmlPage, String xmlPageUri, Locale locale) Creates a list of possible elements of a template from the template property "template-elements" and the elements available in the provided xmlPage.protected List<CmsDialogElement> CmsDefaultPageEditor.getElementList()Returns the list of active elements of the page.Methods in org.opencms.workplace.editors with parameters of type CmsDialogElement