#import <ABSimpleTextInputLayer.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame:context: |
| (void) | - dealloc |
| (id) | - text |
| (void) | - setDelegate: |
| (id) | - delegate |
| (void) | - setLocalizedNavigationTitle: |
| (id) | - createEntryFieldForStringValue: |
| (void) | - buildUI |
| (unsigned int) | - becomeFirstResponder |
| (void) | - movedFromSuperview: |
| (void) | - _didEndPickingAndConfirmed:animate: |
| (void) | - doneButtonClicked: |
| (void) | - cancelButtonClicked: |
| (void) | - navigationBar:buttonClicked: |
| (void) | - fieldEndedEditing: |
| (void) | - back:save: |
| (void) | - reload |
| (void) | - _textValueChanged: |
Geschützte Attribute | |
| UIPreferencesTextTableCell * | _inputField |
| UIView * | _contentView |
| UIKeyboard * | _keyboard |
| id | _delegate |
| UINavigationBar * | _navBar |
| BOOL | _lastHasText |
Definiert in Zeile 11 der Datei ABSimpleTextInputLayer.h.
| - (id) initWithFrame: | (struct CGRect) | fp8 | ||
| context: | (id) | fp24 | ||
| - (void) dealloc |
Implementiert UIView.
| - (id) text |
| - (void) setDelegate: | (id) | fp8 |
| - (id) delegate |
| - (void) setLocalizedNavigationTitle: | (id) | fp8 |
| - (id) createEntryFieldForStringValue: | (id) | fp8 |
| - (void) buildUI |
| - (unsigned int) becomeFirstResponder |
Implementiert UIResponder.
| - (void) movedFromSuperview: | (id) | fp8 |
| - (void) _didEndPickingAndConfirmed: | (BOOL) | fp8 | ||
| animate: | (BOOL) | fp12 | ||
| - (void) doneButtonClicked: | (id) | fp8 |
| - (void) cancelButtonClicked: | (id) | fp8 |
| - (void) navigationBar: | (id) | fp8 | ||
| buttonClicked: | (int) | fp12 | ||
| - (void) fieldEndedEditing: | (id) | fp8 |
| - (void) back: | (BOOL) | fp8 | ||
| save: | (BOOL) | fp12 | ||
| - (void) reload |
| - (void) _textValueChanged: | (id) | fp8 |
- (UIPreferencesTextTableCell*) _inputField [protected] |
Definiert in Zeile 13 der Datei ABSimpleTextInputLayer.h.
- (UIView*) _contentView [protected] |
Definiert in Zeile 14 der Datei ABSimpleTextInputLayer.h.
- (UIKeyboard*) _keyboard [protected] |
Definiert in Zeile 15 der Datei ABSimpleTextInputLayer.h.
- (id) _delegate [protected] |
Definiert in Zeile 16 der Datei ABSimpleTextInputLayer.h.
- (UINavigationBar*) _navBar [protected] |
Definiert in Zeile 17 der Datei ABSimpleTextInputLayer.h.
- (BOOL) _lastHasText [protected] |
Definiert in Zeile 18 der Datei ABSimpleTextInputLayer.h.