mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 1ffb41682368b46b7d5dfbe50eb430e0859f6837
Monotone-Revision: 35c6e565c282464b0b27410ce485ee952c87166a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-08T01:56:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
@class NSArray;
|
||||
@class NSString;
|
||||
@class SOGoContactFolder;
|
||||
@class SOGoContactLDAPFolder;
|
||||
|
||||
@interface UIxContactsListViewContainer : UIxComponent
|
||||
{
|
||||
@@ -44,6 +45,7 @@
|
||||
- (NSString *) currentContactFolderId;
|
||||
- (NSString *) currentContactFolderOwner;
|
||||
- (NSString *) currentContactFolderName;
|
||||
- (NSString *) currentContactFolderClass;
|
||||
|
||||
- (NSString *) verticalDragHandleStyle;
|
||||
- (NSString *) horizontalDragHandleStyle;
|
||||
|
||||
@@ -124,6 +124,11 @@
|
||||
return [currentFolder ownerInContext: context];
|
||||
}
|
||||
|
||||
- (NSString *) currentContactFolderClass
|
||||
{
|
||||
return ([currentFolder isKindOfClass: [SOGoContactLDAPFolder class]]? @"remote" : @"local");
|
||||
}
|
||||
|
||||
- (BOOL) hasContactSelectionButtons
|
||||
{
|
||||
return (selectorComponentClass != nil);
|
||||
|
||||
Reference in New Issue
Block a user