diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-22 21:59:43 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-22 21:59:43 +0000 |
commit | dcd0413d4cc106d1efe17cc225be7c325081a113 (patch) | |
tree | b64ad0cc32741312b285736f02bd59d3c2d9698c /Source/SPTableContent.h | |
parent | 82439bd6c54d64a130c74e9c2dfec66e65de043a (diff) | |
download | sequelpro-dcd0413d4cc106d1efe17cc225be7c325081a113.tar.gz sequelpro-dcd0413d4cc106d1efe17cc225be7c325081a113.tar.bz2 sequelpro-dcd0413d4cc106d1efe17cc225be7c325081a113.zip |
• first preparations to allow in cell editing in Custom Query (not yet active)
• view data editing
- disable add/duplicate/remove row for views
- first improvements for editing navigation via keyboard
- after editing avoid relaodTable instead use loadTableValues
- outsourced: (NSInteger)fieldEditStatusForRow:andColumn: since it will be used for keyboard editing navigation
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index 51a01520..b1748c2d 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -105,6 +105,7 @@ NSArray *cqColumnDefinition; NSString *fieldIDQueryString; + BOOL isFirstChangeInView; } @@ -183,4 +184,6 @@ - (void)openContentFilterManager; - (void)makeContentFilterHaveFocus; +- (NSInteger)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex; + @end |