Class CmsRemovedElementStatus
java.lang.Object
org.opencms.ade.containerpage.shared.CmsRemovedElementStatus
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsRemovedElementStatus
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
A bean used to store information about a container page element which was just removed.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor for serialization.CmsRemovedElementStatus
(CmsUUID structureId, CmsListInfoBean elementInfo, boolean deletable, CmsCntPageData.ElementDeleteMode elementDeleteMode) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the element delete mode.Gets the list info bean for the removed element.Gets the structure id of the removed element.boolean
Returns true if the removed element is a possible candidate for deletion.
-
Constructor Details
-
CmsRemovedElementStatus
protected CmsRemovedElementStatus()Default constructor for serialization.
-
Method Details
-
getElementDeleteMode
Gets the element delete mode.- Returns:
- the element delete mode
-
getElementInfo
Gets the list info bean for the removed element.- Returns:
- the list info bean for the removed element
-
getStructureId
Gets the structure id of the removed element.- Returns:
- the structure id of the removed element
-
isDeletionCandidate
Returns true if the removed element is a possible candidate for deletion.- Returns:
- true if the removed element is a deletion candidate
-