]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIWebDocumentView-WebFormDelegate.h
098d733d723dbe1f0999a5fdf63bf4300850e8b2
[iphone-api.git] / UIKit / UIWebDocumentView-WebFormDelegate.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 <UIKit/UIWebDocumentView.h>
8
9 #import "WebFormDelegate-Protocol.h"
10
11 @interface UIWebDocumentView (WebFormDelegate) <WebFormDelegate>
12 - (void)textFieldDidBeginEditing:(id)fp8 inFrame:(id)fp12;
13 - (void)textFieldDidEndEditing:(id)fp8 inFrame:(id)fp12;
14 - (void)formElementDidSetValue:(id)fp8;
15 - (void)textDidChangeInTextField:(id)fp8 inFrame:(id)fp12;
16 - (void)textDidChangeInTextArea:(id)fp8 inFrame:(id)fp12;
17 - (BOOL)textField:(id)fp8 doCommandBySelector:(SEL)fp12 inFrame:(id)fp16;
18 - (BOOL)textField:(id)fp8 shouldHandleEvent:(struct __GSEvent *)fp12 inFrame:(id)fp16;
19 - (void)formElementDidFocus:(id)fp8;
20 - (void)formElementDidBlur:(id)fp8;
21 - (void)frame:(id)fp8 sourceFrame:(id)fp12 willSubmitForm:(id)fp16 withValues:(id)fp20 submissionListener:(id)fp24;
22 - (void)didFinishLoading:(id)fp8;
23 - (void)addInputString:(id)fp8;
24 - (void)deleteFromInput;
25 @end
26