#import <UIKeyboardPeripheral.h>
Abgeleitet von UIKeyboard.
Öffentliche Methoden | |
| (id) | - initFormPeripheral |
| (void) | - dealloc |
| (void) | - endEditing |
| (void) | - willChangeToFormControl: |
| (void) | - setFormControl: |
| (int) | - orientation |
| (void) | - resumeWithNotification: |
Öffentliche, statische Methoden | |
| (BOOL) | + isUniqueForEachFormControl |
Geschützte Attribute | |
| id< UITextControl > | _control |
| int | _orientation |
Definiert in Zeile 11 der Datei UIKeyboardPeripheral.h.
| + (BOOL) isUniqueForEachFormControl |
| - (id) initFormPeripheral |
| - (void) dealloc |
Implementiert UIKeyboard.
| - (void) endEditing |
| - (void) willChangeToFormControl: | (id) | fp8 |
| - (void) setFormControl: | (id) | fp8 |
| - (int) orientation |
Implementiert UIKeyboard.
| - (void) resumeWithNotification: | (id) | fp8 |
- (id<UITextControl>) _control [protected] |
Definiert in Zeile 13 der Datei UIKeyboardPeripheral.h.
- (int) _orientation [protected] |
Definiert in Zeile 14 der Datei UIKeyboardPeripheral.h.