Class CmsDialogElement

java.lang.Object
org.opencms.workplace.editors.CmsDialogElement
All Implemented Interfaces:
Comparable<CmsDialogElement>

public class CmsDialogElement extends Object implements Comparable<CmsDialogElement>
Contains the setup information about a single dialog element.

Since:
6.0.0
  • Constructor Details

    • CmsDialogElement

      public CmsDialogElement(String name, String niceName, boolean mandantory, boolean templateElement, boolean existing)
      Creates a new dialog element.

      Parameters:
      name - the (system) name of the element
      niceName - the nice "display" name of the element
      mandantory - indicates if the element is mandatory
      templateElement - indicates if the element is defined as template-element
      existing - indicates if the element is existing on the xmlPage or not
  • Method Details