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 SummaryConstructorsConstructorDescriptionCreates a new instance.CmsReuseInfo(CmsListInfoBean elementInfo, List<CmsResourceListInfo> pageInfos, String message, String title, int count) Creates a new instance.
- 
Method Summary
- 
Constructor Details- 
CmsReuseInfopublic CmsReuseInfo()Creates a new instance.
 
- 
- 
Method Details- 
getCountGets the number of places where the element is used.- Returns:
- the number of places where the element is used
 
- 
getElementInfoGets the element info for the container element itself.- Returns:
- the element info for the container element
 
- 
getMessageGets the message to display.- Returns:
- the message to display
 
- 
getTitleGets the dialog title.- Returns:
- the dialog title
 
- 
getUsageInfosGets 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
 
 
-