#import <_UICachedItemControl.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithControl: |
| (id) | - title |
| (BOOL) | - selected |
| (void) | - setSelected: |
| (void) | - unselect |
| (Class) | - formPeripheralClass |
| (void) | - dealloc |
Öffentliche, statische Methoden | |
| (id) | + cachedControlWithControl: |
Geschützte Attribute | |
| NSString * | _title |
| BOOL | _selected |
| Class | _formPeripheralClass |
| id< UIItemControl > | _control |
Definiert in Zeile 11 der Datei _UICachedItemControl.h.
| + (id) cachedControlWithControl: | (id) | fp8 |
| - (id) initWithControl: | (id) | fp8 |
| - (id) title |
| - (BOOL) selected |
| - (void) setSelected: | (BOOL) | fp8 |
| - (void) unselect |
| - (Class) formPeripheralClass |
| - (void) dealloc |
Implementiert NSObject.
Definiert in Zeile 13 der Datei _UICachedItemControl.h.
- (BOOL) _selected [protected] |
Definiert in Zeile 14 der Datei _UICachedItemControl.h.
- (Class) _formPeripheralClass [protected] |
Definiert in Zeile 15 der Datei _UICachedItemControl.h.
- (id<UIItemControl>) _control [protected] |
Definiert in Zeile 16 der Datei _UICachedItemControl.h.