public class CmsGalleryFolderBean extends CmsListInfoBean implements I_CmsHasPath
CmsListInfoBean.LockIcon, CmsListInfoBean.StateIconCSS_CLASS_MULTI_LINE| Constructor and Description |
|---|
CmsGalleryFolderBean() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.String> |
getContentTypes()
Returns the content types which can be used within this gallery type.
|
java.lang.String |
getPath()
Returns the description.
|
java.lang.String |
getSubTitle()
Returns the sub-title.
|
boolean |
isEditable()
Returns the editable flag.
|
boolean |
matchesFilter(java.lang.String filter)
Returns if the gallery matches the given filter.
|
void |
setContentTypes(java.util.ArrayList<java.lang.String> contentTypes)
Sets the content types which can be used within this gallery type.
|
void |
setEditable(boolean editable)
Sets if the user has write permissions to the gallery folder.
|
void |
setPath(java.lang.String path)
Sets the description.
|
addAdditionalInfo, addAdditionalInfo, getAdditionalInfo, getIsFolder, getLockIcon, getLockIconTitle, getResourceState, getResourceType, getStateIcon, getTitle, getType, hasAdditionalInfo, isMarkChangedState, setAdditionalInfo, setIsFolder, setLockIcon, setLockIconTitle, setMarkChangedState, setResourceState, setResourceType, setStateIcon, setSubTitle, setTitlegetBigIconClasses, getSmallIconClasses, setBigIconClasses, setSmallIconClassespublic CmsGalleryFolderBean()
public java.util.ArrayList<java.lang.String> getContentTypes()
public java.lang.String getPath()
getPath in interface I_CmsHasPathpublic java.lang.String getSubTitle()
CmsListInfoBeangetSubTitle in class CmsListInfoBeanCmsListInfoBean.getSubTitle()public boolean isEditable()
public boolean matchesFilter(java.lang.String filter)
filter - the filter to matchtrue if the gallery matches the given filter.public void setContentTypes(java.util.ArrayList<java.lang.String> contentTypes)
contentTypes - the contentTypes to setpublic void setEditable(boolean editable)
editable - true if the user has write permissions to the gallery folderpublic void setPath(java.lang.String path)
path - the description to set