|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.model.AbstractModel
portlets.compoze.groupware.model.DialogModel
portlets.compoze.groupware.model.mail.FolderNavigationModel
This class represents the data model for the folder navigation and the move to folder dialog (advanced_create_folder_dialog.jsp
).
Field Summary |
Fields inherited from class portlets.compoze.groupware.model.DialogModel |
DIALOG_SESSION_ATTRIBUTE |
Constructor Summary | |
FolderNavigationModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities,
GroupwarePreferences groupwarePrefs,
java.lang.String sSkinPath)
Constructor. |
Method Summary | |
java.lang.String |
getCloseFolderID()
Gets the close folder ID. |
java.lang.String |
getExpandFolderIDs()
Gets the folder expand IDs. |
FolderNavigation |
getFolderNavigation()
Gets the folder navigation. |
java.util.Locale |
getLocale()
Gets the locale. |
java.lang.String |
getOpenFolderID()
Gets the open folder ID. |
void |
setCloseFolderID(java.lang.String closeFolderID)
Sets the close folder ID. |
void |
setExpandFolderIDs(java.lang.String sExpandFolderIDs)
Sets the folder expand IDs. |
void |
setFolderNavigation(FolderNavigation folderNavigation)
Sets the folder navigation. |
void |
setLocale(java.util.Locale locale)
Sets the locale. |
void |
setOpenFolderID(java.lang.String openFolderID)
Sets the open folder ID. |
Methods inherited from class portlets.compoze.groupware.model.DialogModel |
getCompozeCSS, getCompozeImages, getCurrentSkinPath |
Methods inherited from class portlets.compoze.groupware.model.AbstractModel |
getAccounts, getActualTitle, getFeatureGroup, getGroupwarePreferences, getImAccount, getProviderCapabilities, getTitle, getTitleArgs, getTitleCrumbTrailKeys, isImAvailable, setActualTitle, setImAccount, setImAvailable, setTitle, setTitleArgs, setTitleCrumbTrailKeys |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FolderNavigationModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities, GroupwarePreferences groupwarePrefs, java.lang.String sSkinPath)
capabilities
- the capabilities of the provider (may not be null
)groupwarePrefs
- the groupware preferences (may not be null
)sSkinPath
- the skin path (may not be null
)Method Detail |
public FolderNavigation getFolderNavigation()
public void setFolderNavigation(FolderNavigation folderNavigation)
folderNavigation
- the folder navigation (may not be null
)public java.lang.String getExpandFolderIDs()
public void setExpandFolderIDs(java.lang.String sExpandFolderIDs)
sExpandFolderIDs
- the folder expand IDspublic java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale
- the localepublic java.lang.String getOpenFolderID()
public void setOpenFolderID(java.lang.String openFolderID)
openFolderID
- the open folder IDpublic java.lang.String getCloseFolderID()
public void setCloseFolderID(java.lang.String closeFolderID)
closeFolderID
- the close folder ID
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |