Monotone-Parent: 32b8651c607640726bff724790fc018ce587ad3e

Monotone-Revision: db3a7e7fdd8662a109a9a31c651b6cfa55d16775

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T22:04:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-03 22:04:48 +00:00
parent bf4774d9bb
commit 2ff6576f36
8 changed files with 194 additions and 206 deletions
+23 -5
View File
@@ -20,13 +20,31 @@
* Boston, MA 02111-1307, USA.
*/
#ifndef UIXCONTACTSLISTVIEWCONTAINER_H
#define UIXCONTACTSLISTVIEWCONTAINER_H
#ifndef UIXCONTACTSLISTVIEWCONTAINERBASE_H
#define UIXCONTACTSLISTVIEWCONTAINERBASE_H
#import "UIxContactsListViewContainerBase.h"
#import <SOGoUI/UIxComponent.h>
@interface UIxContactsListViewContainer : UIxContactsListViewContainerBase
@class NSArray;
@class SOGoContactFolder;
@interface UIxContactsListViewContainer : UIxComponent
{
NSString *foldersPrefix;
NSString *selectorComponentClass;
id currentFolder;
}
- (void) setCurrentFolder: (id) folder;
- (NSString *) foldersPrefix;
- (NSArray *) contactFolders;
- (NSString *) contactFolderId;
- (NSString *) currentContactFolderId;
- (NSString *) currentContactFolderName;
@end
#endif /* UIXCONTACTSLISTVIEWCONTAINER_H */
#endif /* UIXCONTACTSLISTVIEWCONTAINERBASE_H */