From 0672e261a6f66e3d8f6a188a476518c40f411b09 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 28 Sep 2010 17:26:48 +0000 Subject: =?UTF-8?q?=E2=80=A2=20enabled=20Filter=20Table=20approach=20(Cont?= =?UTF-8?q?ent=20View=20>=20=E2=8C=98F)=20for=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTableContent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/SPTableContent.h') diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index e6d41ca9..8e5b7af7 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -104,6 +104,7 @@ BOOL filterTableDistinct; NSString *filterTableDefaultOperator; NSString *lastEditedFilterTableValue; + NSInteger activeFilter; // 0 = default filter; 1 = filter table BOOL sortColumnToRestoreIsAsc; BOOL tableRowsSelectable; @@ -216,6 +217,6 @@ - (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex; -- (void)updateFilterTableClause:(NSString*)currentValue; +- (void)updateFilterTableClause:(id)currentValue; @end -- cgit v1.2.3