|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.editors.CmsDialogElement
public class CmsDialogElement
Contains the setup information about a single dialog element.
Constructor Summary | |
---|---|
CmsDialogElement(java.lang.String name,
java.lang.String niceName,
boolean mandantory,
boolean templateElement,
boolean existing)
Creates a new dialog element. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object obj)
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getNiceName()
Returns the niceName. |
int |
hashCode()
|
boolean |
isExisting()
Returns the existing. |
boolean |
isMandantory()
Returns the mandatory. |
boolean |
isTemplateElement()
Returns true if the element is defined by the template, false if the element is just contained in the xml page code. |
void |
setExisting(boolean existing)
Sets the existing. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsDialogElement(java.lang.String name, java.lang.String niceName, boolean mandantory, boolean templateElement, boolean existing)
name
- the (system) name of the elementniceName
- the nice "display" name of the elementmandantory
- indicates if the element is mandatorytemplateElement
- indicates if the element is defined as template-elementexisting
- indicates if the element is existing on the xmlPage or notMethod Detail |
---|
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(java.lang.Object)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String getName()
public java.lang.String getNiceName()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean isExisting()
public boolean isMandantory()
public boolean isTemplateElement()
public void setExisting(boolean existing)
existing
- the existing to set
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |