mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user