UIPasscodeField Klassenreferenz

#import <UIPasscodeField.h>

Abgeleitet von UIView.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - initWithFrame:
(void) - dealloc
(void) - _updateFields
(BOOL) - showsOKButton
(void) - setShowsOKButton:
(void) - setTextCentersHorizontally:
(id) - stringValue
(void) - setStringValue:
(void) - appendString:
(void) - deleteLastCharacter
(int) - numberOfEntryFields
(void) - setNumberOfEntryFields:opaqueBackground:
(void) - setNumberOfEntryFields:
(BOOL) - canBecomeFirstResponder
(unsigned int) - becomeFirstResponder
(void) - setDelegate:
(void) - _textDidChange
(BOOL) - textField:shouldInsertText:replacingRange:
(BOOL) - textFieldShouldStartEditing:
(void) - textFieldDidResignFirstResponder:
(void) - okButtonClicked:
(id) - hitTest:forEvent:

Öffentliche, statische Methoden

(float) + defaultHeight

Geschützte Attribute

NSMutableString_value
NSMutableArray_entryFields
NSMutableArray_entryBackgrounds
UIPushButton_okButton
BOOL _opaqueBackground
BOOL _centerHorizontally
id _delegate

Ausführliche Beschreibung

Definiert in Zeile 11 der Datei UIPasscodeField.h.


Dokumentation der Elementfunktionen

+ (float) defaultHeight  

- (id) initWithFrame: (struct CGRect fp8  

Implementiert UIView.

- (void) dealloc  

Implementiert UIView.

- (void) _updateFields  

- (BOOL) showsOKButton  

- (void) setShowsOKButton: (BOOL)  fp8  

- (void) setTextCentersHorizontally: (BOOL)  fp8  

- (id) stringValue  

- (void) setStringValue: (id)  fp8  

- (void) appendString: (id)  fp8  

- (void) deleteLastCharacter  

- (int) numberOfEntryFields  

- (void) setNumberOfEntryFields: (int)  fp8
opaqueBackground: (BOOL)  fp12 

- (void) setNumberOfEntryFields: (int)  fp8  

- (BOOL) canBecomeFirstResponder  

Implementiert UIResponder.

- (unsigned int) becomeFirstResponder  

Implementiert UIResponder.

- (void) setDelegate: (id)  fp8  

- (void) _textDidChange  

- (BOOL) textField: (id)  fp8
shouldInsertText: (id)  fp12
replacingRange: (struct _NSRange fp16 

- (BOOL) textFieldShouldStartEditing: (id)  fp8  

- (void) textFieldDidResignFirstResponder: (id)  fp8  

- (void) okButtonClicked: (id)  fp8  

- (id) hitTest: (struct CGPoint fp8
forEvent: (struct __GSEvent *)  fp16 


Dokumentation der Datenelemente

- (NSMutableString*) _value [protected]

Definiert in Zeile 13 der Datei UIPasscodeField.h.

- (NSMutableArray*) _entryFields [protected]

Definiert in Zeile 14 der Datei UIPasscodeField.h.

Definiert in Zeile 15 der Datei UIPasscodeField.h.

- (UIPushButton*) _okButton [protected]

Definiert in Zeile 16 der Datei UIPasscodeField.h.

- (BOOL) _opaqueBackground [protected]

Definiert in Zeile 17 der Datei UIPasscodeField.h.

- (BOOL) _centerHorizontally [protected]

Definiert in Zeile 18 der Datei UIPasscodeField.h.

- (id) _delegate [protected]

Definiert in Zeile 19 der Datei UIPasscodeField.h.


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