]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 "NSObject-Protocol.h" | |
8 | ||
9 | @protocol WebFormDelegate <NSObject> | |
10 | - (void)textFieldDidBeginEditing:(id)fp8 inFrame:(id)fp12; | |
11 | - (void)textFieldDidEndEditing:(id)fp8 inFrame:(id)fp12; | |
12 | - (void)textDidChangeInTextField:(id)fp8 inFrame:(id)fp12; | |
13 | - (void)textDidChangeInTextArea:(id)fp8 inFrame:(id)fp12; | |
14 | - (BOOL)textField:(id)fp8 doCommandBySelector:(SEL)fp12 inFrame:(id)fp16; | |
15 | - (BOOL)textField:(id)fp8 shouldHandleEvent:(struct __GSEvent *)fp12 inFrame:(id)fp16; | |
16 | - (void)formElementDidSetValue:(id)fp8; | |
17 | - (void)formElementDidFocus:(id)fp8; | |
18 | - (void)formElementDidBlur:(id)fp8; | |
19 | - (void)addInputString:(id)fp8; | |
20 | - (void)deleteFromInput; | |
21 | - (void)frame:(id)fp8 sourceFrame:(id)fp12 willSubmitForm:(id)fp16 withValues:(id)fp20 submissionListener:(id)fp24; | |
22 | @end | |
23 |