|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.containerpage.shared.CmsRemovedElementStatus
public class CmsRemovedElementStatus
A bean used to store information about a container page element which was just removed.
| Constructor Summary | |
|---|---|
protected |
CmsRemovedElementStatus()
Default constructor for serialization. |
|
CmsRemovedElementStatus(CmsUUID structureId,
CmsListInfoBean elementInfo,
boolean deletable)
Creates a new instance. |
| Method Summary | |
|---|---|
CmsListInfoBean |
getElementInfo()
Gets the list info bean for the removed element. |
CmsUUID |
getStructureId()
Gets the structure id of the removed element. |
boolean |
isDeletionCandidate()
Returns true if the removed element is a possible candidate for deletion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsRemovedElementStatus(CmsUUID structureId,
CmsListInfoBean elementInfo,
boolean deletable)
structureId - the structure id of the removed elementelementInfo - the list info bean for the removed elementdeletable - true if this is a possible deletion candidateprotected CmsRemovedElementStatus()
| Method Detail |
|---|
public CmsListInfoBean getElementInfo()
public CmsUUID getStructureId()
public boolean isDeletionCandidate()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||