UISelectionPeripheral Klassenreferenz

#import <UISelectionPeripheral.h>

Abgeleitet von UIPickerView.

Aufstellung aller Elemente


Ö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

Ausführliche Beschreibung

Definiert in Zeile 13 der Datei UISelectionPeripheral.h.


Dokumentation der Elementfunktionen

+ (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 


Dokumentation der Datenelemente

- (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.


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