Package org.opencms.gwt.shared
Class CmsResourceListInfo
java.lang.Object
org.opencms.gwt.shared.CmsIconBean
org.opencms.gwt.shared.CmsListInfoBean
org.opencms.gwt.shared.CmsResourceListInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,I_CmsHasIconClasses
,I_CmsHasTitle
,I_CmsHasType
List info bean with an additional structure id field.
- Since:
- 8.0.3
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencms.gwt.shared.CmsListInfoBean
CmsListInfoBean.LockIcon, CmsListInfoBean.StateIcon
-
Field Summary
Fields inherited from class org.opencms.gwt.shared.CmsListInfoBean
CSS_CLASS_MULTI_LINE
-
Constructor Summary
ConstructorDescriptionDefault constructor.CmsResourceListInfo
(String title, String subtitle, List<CmsAdditionalInfoBean> additionalInfo) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the structure id.void
setStructureId
(CmsUUID structureId) Sets the structure id.Methods inherited from class org.opencms.gwt.shared.CmsListInfoBean
addAdditionalInfo, addAdditionalInfo, getAdditionalInfo, getIsFolder, getLockIcon, getLockIconTitle, getResourceState, getResourceType, getStateIcon, getSubTitle, getTitle, getType, hasAdditionalInfo, isMarkChangedState, setAdditionalInfo, setIsFolder, setLockIcon, setLockIconTitle, setMarkChangedState, setResourceState, setResourceType, setStateIcon, setSubTitle, setTitle
Methods inherited from class org.opencms.gwt.shared.CmsIconBean
getBigIconClasses, getSmallIconClasses, setBigIconClasses, setSmallIconClasses
-
Constructor Details
-
CmsResourceListInfo
public CmsResourceListInfo()Default constructor. -
CmsResourceListInfo
public CmsResourceListInfo(String title, String subtitle, List<CmsAdditionalInfoBean> additionalInfo) Constructor.- Parameters:
title
- the titlesubtitle
- the subtitleadditionalInfo
- the additional info
-
-
Method Details
-
getStructureId
Returns the structure id.- Returns:
- the structure id
-
setStructureId
Sets the structure id.- Parameters:
structureId
- the structure id to set
-