UIFieldEditor Klassenreferenz

#import <UIFieldEditor.h>

Abgeleitet von UIWebView.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - initWithFrame:
(void) - dealloc
(void) - selectAll
(BOOL) - canResignFirstResponder
(unsigned int) - becomeFirstResponder
(BOOL) - resignFirstResponder
(id) - _responderForBecomeFirstResponder
(BOOL) - shouldChangeSelectionForEvent:
(struct _NSRange- selectionRange
(void) - setSelection:
(void) - setSelectionBehavior:
(int) - selectionBehavior
(unsigned int) - characterOffsetAtPoint:
(BOOL) - _proxySupportsPlaceholderText
(id) - _proxyPlaceholderText
(id) - _proxyPlaceholderStyle
(BOOL) - _setupPlaceholderText
(id) - textTraits
(id) - keyboardInputOverlayContainer:
(void) - becomeFieldEditorForView:inRect:
(void) - maintainFieldEditorWhenEndEditingForView:
(void) - _setTextElementStyle:
(void) - setStyle:
(BOOL) - isShowingPlaceholder
(id) - style
(struct CGColor *) - textColorForCaretSelection
(void) - _setTextElementString:
(void) - setText:
(id) - text
(void) - setCaretColor:
(int) - scrollXOffset
(int) - scrollYOffset
(void) - setScrollXOffset:scrollYOffset:
(void) - setScrollXOffset:scrollYOffset:adjustForPurpleCaret:
(void) - webView:didFinishLoadForFrame:
(struct CGSize- contentSize
(void) - scrollToMakeCaretVisible:
(void) - webViewDidChange:
(void) - webViewDidChangeSelection:
(void) - webViewDidBeginEditing:
(void) - webViewDidEndEditing:
(BOOL) - webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:
(void) - clearPlaceholder
(BOOL) - webView:shouldInsertText:replacingDOMRange:givenAction:
(BOOL) - webView:shouldDeleteDOMRange:
(void) - setupPlaceholderTextIfNeeded
(BOOL) - hasMarkedText
(id) - proxiedView
(void) - setFrame:
(void) - mouseDown:
(void) - mouseDragged:
(void) - mouseUp:
(BOOL) - isProxyFor:
(void) - autoscrollTimerFired:
(void) - resumeWithNotification:

Öffentliche, statische Methoden

(id) + activeFieldEditor
(id) + sharedFieldEditor
(void) + releaseSharedInstance

Geschützte Attribute

WebFrameBridge_bridge
DOMDocument_document
DOMHTMLElement_textElement
DOMHTMLElement_sizeElement
NSString_initialText
NSString_initialStyle
UIView_proxiedView
int _selectionBehavior
unsigned int _changingView:1
unsigned int _mouseWasDragged:1
unsigned int _isShowingPlaceholder:1
unsigned int _shouldMaintainFirstResponderWhenEndEditing:1
unsigned int _isResigningFirstResponder:1
unsigned int _delegateRespondsToFieldEditorDidChange:1
unsigned int _delegateRespondsToShouldInsertText:1
unsigned int _delegateRespondsToShouldReplaceWithText:1
unsigned int _fieldEditorReentrancyGuard:1
unsigned int _reserved:23

Ausführliche Beschreibung

Definiert in Zeile 11 der Datei UIFieldEditor.h.


Dokumentation der Elementfunktionen

+ (id) activeFieldEditor  

+ (id) sharedFieldEditor  

+ (void) releaseSharedInstance  

- (id) initWithFrame: (struct CGRect fp8  

Implementiert UIWebView.

- (void) dealloc  

Implementiert UIWebView.

- (void) selectAll  

Implementiert UIWebView.

- (BOOL) canResignFirstResponder  

Implementiert UIWebView.

- (unsigned int) becomeFirstResponder  

Implementiert UIWebView.

- (BOOL) resignFirstResponder  

Implementiert UIWebView.

- (id) _responderForBecomeFirstResponder  

Implementiert UIWebView.

- (BOOL) shouldChangeSelectionForEvent: (struct __GSEvent *)  fp8  

- (struct _NSRange) selectionRange  

Implementiert UIWebView.

- (void) setSelection: (struct _NSRange fp8  

- (void) setSelectionBehavior: (int)  fp8  

- (int) selectionBehavior  

- (unsigned int) characterOffsetAtPoint: (struct CGPoint fp8  

- (BOOL) _proxySupportsPlaceholderText  

- (id) _proxyPlaceholderText  

- (id) _proxyPlaceholderStyle  

- (BOOL) _setupPlaceholderText  

- (id) textTraits  

Implementiert UIWebView.

- (id) keyboardInputOverlayContainer: (id)  fp8  

Implementiert UIWebView.

- (void) becomeFieldEditorForView: (id)  fp8
inRect: (struct CGRect fp12 

- (void) maintainFieldEditorWhenEndEditingForView: (id)  fp8  

- (void) _setTextElementStyle: (id)  fp8  

- (void) setStyle: (id)  fp8  

- (BOOL) isShowingPlaceholder  

Implementiert UIWebView.

- (id) style  

- (struct CGColor *) textColorForCaretSelection  

Implementiert UIWebView.

- (void) _setTextElementString: (id)  fp8  

- (void) setText: (id)  fp8  

Implementiert UIWebView.

- (id) text  

Implementiert UIWebView.

- (void) setCaretColor: (struct CGColor *)  fp8  

- (int) scrollXOffset  

- (int) scrollYOffset  

- (void) setScrollXOffset: (int)  fp8
scrollYOffset: (int)  fp12 

- (void) setScrollXOffset: (int)  fp8
scrollYOffset: (int)  fp12
adjustForPurpleCaret: (BOOL)  fp16 

- (void) webView: (id)  fp8
didFinishLoadForFrame: (id)  fp12 

- (struct CGSize) contentSize  

- (void) scrollToMakeCaretVisible: (BOOL)  fp8  

- (void) webViewDidChange: (id)  fp8  

- (void) webViewDidChangeSelection: (id)  fp8  

- (void) webViewDidBeginEditing: (id)  fp8  

- (void) webViewDidEndEditing: (id)  fp8  

- (BOOL) webView: (id)  fp8
shouldChangeSelectedDOMRange: (id)  fp12
toDOMRange: (id)  fp16
affinity: (int)  fp20
stillSelecting: (BOOL)  fp24 

- (void) clearPlaceholder  

Implementiert UIWebView.

- (BOOL) webView: (id)  fp8
shouldInsertText: (id)  fp12
replacingDOMRange: (id)  fp16
givenAction: (int)  fp20 

- (BOOL) webView: (id)  fp8
shouldDeleteDOMRange: (id)  fp12 

- (void) setupPlaceholderTextIfNeeded  

Implementiert UIWebView.

- (BOOL) hasMarkedText  

- (id) proxiedView  

- (void) setFrame: (struct CGRect fp8  

Implementiert UIWebView.

- (void) mouseDown: (struct __GSEvent *)  fp8  

Implementiert UIWebView.

- (void) mouseDragged: (struct __GSEvent *)  fp8  

Implementiert UIResponder.

- (void) mouseUp: (struct __GSEvent *)  fp8  

Implementiert UIResponder.

- (BOOL) isProxyFor: (id)  fp8  

Implementiert UIWebView.

- (void) autoscrollTimerFired: (id)  fp8  

- (void) resumeWithNotification: (id)  fp8  


Dokumentation der Datenelemente

- (WebFrameBridge*) _bridge [protected]

Definiert in Zeile 13 der Datei UIFieldEditor.h.

- (DOMDocument*) _document [protected]

Definiert in Zeile 14 der Datei UIFieldEditor.h.

- (DOMHTMLElement*) _textElement [protected]

Definiert in Zeile 15 der Datei UIFieldEditor.h.

- (DOMHTMLElement*) _sizeElement [protected]

Definiert in Zeile 16 der Datei UIFieldEditor.h.

- (NSString*) _initialText [protected]

Definiert in Zeile 17 der Datei UIFieldEditor.h.

- (NSString*) _initialStyle [protected]

Definiert in Zeile 18 der Datei UIFieldEditor.h.

- (UIView*) _proxiedView [protected]

Definiert in Zeile 19 der Datei UIFieldEditor.h.

- (int) _selectionBehavior [protected]

Definiert in Zeile 20 der Datei UIFieldEditor.h.

- (unsigned int) _changingView [protected]

Definiert in Zeile 21 der Datei UIFieldEditor.h.

- (unsigned int) _mouseWasDragged [protected]

Definiert in Zeile 22 der Datei UIFieldEditor.h.

- (unsigned int) _isShowingPlaceholder [protected]

Definiert in Zeile 23 der Datei UIFieldEditor.h.

- (unsigned int) _shouldMaintainFirstResponderWhenEndEditing [protected]

Definiert in Zeile 24 der Datei UIFieldEditor.h.

- (unsigned int) _isResigningFirstResponder [protected]

Definiert in Zeile 25 der Datei UIFieldEditor.h.

- (unsigned int) _delegateRespondsToFieldEditorDidChange [protected]

Definiert in Zeile 26 der Datei UIFieldEditor.h.

- (unsigned int) _delegateRespondsToShouldInsertText [protected]

Definiert in Zeile 27 der Datei UIFieldEditor.h.

- (unsigned int) _delegateRespondsToShouldReplaceWithText [protected]

Definiert in Zeile 28 der Datei UIFieldEditor.h.

- (unsigned int) _fieldEditorReentrancyGuard [protected]

Definiert in Zeile 29 der Datei UIFieldEditor.h.

- (unsigned int) _reserved [protected]

Definiert in Zeile 30 der Datei UIFieldEditor.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: