|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for all classes using the workplace file list.
Any class called by CmsXmlTemplateFile for handling the special workplace tag
<FILELIST> has to implement this interface.
CmsXmlWpTemplateFile,
CmsFileList| Method Summary | |
void |
getCustomizedColumnValues(CmsObject cms,
CmsXmlWpTemplateFile filelistTemplate,
CmsResource res,
CmsXmlLanguageFile lang)
Fill all customized columns with the appropriate settings for the given file list entry. |
Vector |
getFiles(CmsObject cms)
Collect all folders and files that are displayed in the file list. |
int |
modifyDisplayedColumns(CmsObject cms,
int prefs)
Used to modify the bit pattern for hiding and showing columns in the file list. |
| Method Detail |
public void getCustomizedColumnValues(CmsObject cms,
CmsXmlWpTemplateFile filelistTemplate,
CmsResource res,
CmsXmlLanguageFile lang)
throws CmsException
cms - Cms object for accessing system resources.res - CmsResource Object of the current file list entry.lang - Current language file.
CmsException - if access to system resources failed.
public Vector getFiles(CmsObject cms)
throws CmsException
cms - The CmsObject.
Throws - CmsException if something goes wrong.
CmsException
public int modifyDisplayedColumns(CmsObject cms,
int prefs)
cms - Cms object for accessing system resources.prefs - Old bit pattern.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||