Package org.opencms.ade.sitemap.shared
Class CmsGalleryType
java.lang.Object
org.opencms.gwt.shared.CmsIconBean
org.opencms.gwt.shared.CmsListInfoBean
org.opencms.ade.sitemap.shared.CmsGalleryType
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,I_CmsHasIconClasses,I_CmsHasTitle,I_CmsHasType
The gallery type bean.
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the gallery content type names.intReturns the type id.voidsetContentTypeNames(List<String> contentTypeNames) Sets the gallery content type names.voidsetTypeId(int typeId) Sets the type 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, setBigIconClasses, setIsFolder, setLockIcon, setLockIconTitle, setMarkChangedState, setResourceState, setResourceType, setStateIcon, setSubTitle, setTitleMethods inherited from class org.opencms.gwt.shared.CmsIconBean
getBigIconClasses, getSmallIconClasses, setSmallIconClasses
-
Constructor Details
-
CmsGalleryType
public CmsGalleryType()
-
-
Method Details
-
getContentTypeNames
Returns the gallery content type names.- Returns:
- the gallery content type names
-
getTypeId
Returns the type id.- Returns:
- the type id
-
setContentTypeNames
Sets the gallery content type names.- Parameters:
contentTypeNames- the gallery content type names to set
-
setTypeId
Sets the type id.- Parameters:
typeId- the type id to set
-