Class CmsReuseInfo
java.lang.Object
org.opencms.ade.containerpage.shared.CmsReuseInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Information about how an element is reused, to be displayed in a reuse warning dialog before editing.
-
Constructor Summary
ConstructorDescriptionCreates a new instance.CmsReuseInfo
(CmsListInfoBean elementInfo, List<CmsResourceListInfo> pageInfos, String message, String title, int count) Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsReuseInfo
public CmsReuseInfo()Creates a new instance.
-
-
Method Details
-
getCount
Gets the number of places where the element is used.- Returns:
- the number of places where the element is used
-
getElementInfo
Gets the element info for the container element itself.- Returns:
- the element info for the container element
-
getMessage
Gets the message to display.- Returns:
- the message to display
-
getTitle
Gets the dialog title.- Returns:
- the dialog title
-
getUsageInfos
Gets the resource info beans for the places where the element is used.- Returns:
- the resource info beans for the places where the element is used
-