Uses of Class
org.apache.myfaces.trinidaddemo.email.FolderData

Packages that use FolderData
org.apache.myfaces.trinidaddemo.email   
 

Uses of FolderData in org.apache.myfaces.trinidaddemo.email
 

Methods in org.apache.myfaces.trinidaddemo.email that return FolderData
 FolderData AccountData.getCurrentFolder()
          Returns the currently selected folder.
 FolderData MessagesBackingBean.getFolder()
           
 FolderData[] AccountData.getRootFolders()
          Returns the root folders.
static FolderData[] FolderData.toFolderData(AccountData data, javax.mail.Folder[] folders)
          converts Folders to FolderDatas.
 

Methods in org.apache.myfaces.trinidaddemo.email with parameters of type FolderData
 void AccountData.setCurrentFolder(FolderData folderData)
          Sets the current folder.
 void MessagesBackingBean.setFolder(FolderData folder)
           
 void AccountData.setRootFolders(FolderData[] rootFolders)
          Sets the root folders.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.