]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABServerSearchController.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / AddressBookUI / ABServerSearchController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <AddressBookUI/ABContentController.h>
8
9 #import "DASearchQueryConsumer-Protocol.h"
10 #import "UITableViewDataSource-Protocol.h"
11 #import "UITableViewDelegate-Protocol.h"
12 #import "UITextFieldDelegate-Protocol.h"
13
14 @class ABDimmingView, ABGroupWrapper, DASearchQuery, NSArray, UIImageView, UILabel, UISearchField, UITableView, UIView;
15
16 @interface ABServerSearchController : ABContentController <UITextFieldDelegate, UITableViewDelegate, UITableViewDataSource, DASearchQueryConsumer>
17 {
18 ABGroupWrapper *_selectedGroupWrapper;
19 UIView *_searchView;
20 UISearchField *_searchField;
21 UITableView *_searchResultsTable;
22 UITableView *_completionTable;
23 UIImageView *_shadowView;
24 ABDimmingView *_keyboardDimmingView;
25 UILabel *_informationalOverlay;
26 NSArray *_currentSearchResults;
27 NSArray *_currentResultsAsPeople;
28 struct {
29 unsigned int resumeToEditing:1;
30 unsigned int isEndingEditingWithAnimation:1;
31 unsigned int showingCardForPerson:1;
32 unsigned int isSearching:1;
33 unsigned int hasResults:1;
34 unsigned int hasError:1;
35 unsigned int unused:26;
36 } _flags;
37 DASearchQuery *_currentSearchQuery;
38 }
39
40 - (void)dealloc;
41 - (void)setSelectedGroupWrapper:(id)fp8;
42 - (id)navigationTitleView;
43 - (void)viewWillAppear:(BOOL)fp8;
44 - (void)viewDidAppear:(BOOL)fp8;
45 - (void)viewWillDisappear:(BOOL)fp8;
46 - (void)viewDidDisappear:(BOOL)fp8;
47 - (id)contentView;
48 - (void)_searchFieldDidChange:(id)fp8;
49 - (BOOL)textFieldShouldBeginEditing:(id)fp8;
50 - (BOOL)textFieldShouldReturn:(id)fp8;
51 - (BOOL)textFieldShouldEndEditing:(id)fp8;
52 - (int)tableView:(id)fp8 numberOfRowsInSection:(int)fp12;
53 - (id)tableView:(id)fp8 cellForRowAtIndexPath:(id)fp12;
54 - (void)tableView:(id)fp8 didSelectRowAtIndexPath:(id)fp12;
55 - (int)tableView:(id)fp8 accessoryTypeForRowWithIndexPath:(id)fp12;
56 - (void)resultsReceived:(id)fp8 forSearchQuery:(id)fp12 withStatus:(int)fp16;
57 - (void)tapInsideDimmingView:(id)fp8;
58 - (id)selectedGroupWrapper;
59
60 @end
61