source: gs2-extensions/iOs-3.x/trunk/Classes/BrowseCascadeView.h@ 22603

Last change on this file since 22603 was 22603, checked in by davidb, 14 years ago

Initial cut as iOs 3.x version of Greenstone2.app

File size: 625 bytes
Line 
1
2#import "Foundation/NSTimer.h"
3#import "MenuCascadeView.h"
4
5@interface BrowseCascadeView: MenuCascadeView
6{}
7
8-(UIView*) directEntry:(int)rowId;
9
10-(void) browseListToMenuItems:(NSMutableArray*)browseList withCollection:(NSString*)collection withGID:(NSString*)gid;
11
12-(void) createChildMenu:(NSString*)collection withTitle:(NSString*)title withGID:(NSString*)gid
13 withBrowseList:(NSMutableArray*) browseList;
14
15-(void) tableRowSelected:(NSNotification*)notification;
16
17-(void) asynchronousLoad:(NSTimer*)timer;
18
19-(void) navigationBar:(UINavigationBar*)navbar buttonClicked:(int)button;
20
21
22@end
Note: See TracBrowser for help on using the repository browser.