#import <UISelectionPeripheral.h>
Abgeleitet von UIPickerView.
Öffentliche Methoden | |
| (id) | - initFormPeripheral |
| (void) | - dealloc |
| (int) | - orientation |
| (void) | - endEditing |
| (void) | - willChangeToFormControl: |
| (void) | - setFormControl: |
| (void) | - pickerViewLoaded: |
| (id) | - pickerView:tableCellForRow:inColumn: |
| (int) | - numberOfColumnsInPickerView: |
| (int) | - pickerView:numberOfRowsInColumn: |
| (void) | - pickerView:row:column:checked: |
Öffentliche, statische Methoden | |
| (BOOL) | + isUniqueForEachFormControl |
Geschützte Attribute | |
| id< UISelectionControl > | _control |
| id< UIItemControl > | _selectedItemControl |
| NSMutableArray * | _cachedItems |
| int | _orientation |
| unsigned int | _firstSelectedIndex |
Definiert in Zeile 13 der Datei UISelectionPeripheral.h.
| + (BOOL) isUniqueForEachFormControl |
| - (id) initFormPeripheral |
| - (void) dealloc |
Implementiert UIPickerView.
| - (int) orientation |
| - (void) endEditing |
| - (void) willChangeToFormControl: | (id) | fp8 |
| - (void) setFormControl: | (id) | fp8 |
| - (void) pickerViewLoaded: | (id) | fp8 |
| - (id) pickerView: | (id) | fp8 | ||
| tableCellForRow: | (int) | fp12 | ||
| inColumn: | (int) | fp16 | ||
| - (int) numberOfColumnsInPickerView: | (id) | fp8 |
| - (int) pickerView: | (id) | fp8 | ||
| numberOfRowsInColumn: | (int) | fp12 | ||
| - (void) pickerView: | (id) | fp8 | ||
| row: | (int) | fp12 | ||
| column: | (int) | fp16 | ||
| checked: | (BOOL) | fp20 | ||
- (id<UISelectionControl>) _control [protected] |
Definiert in Zeile 15 der Datei UISelectionPeripheral.h.
- (id<UIItemControl>) _selectedItemControl [protected] |
Definiert in Zeile 16 der Datei UISelectionPeripheral.h.
- (NSMutableArray*) _cachedItems [protected] |
Definiert in Zeile 17 der Datei UISelectionPeripheral.h.
- (int) _orientation [protected] |
Definiert in Zeile 18 der Datei UISelectionPeripheral.h.
- (unsigned int) _firstSelectedIndex [protected] |
Definiert in Zeile 19 der Datei UISelectionPeripheral.h.