#import <ABPropertyGroup.h>
Abgeleitet von NSObject.
Basisklasse für ABSimplePropertyGroup.
Öffentliche Methoden | |
| (id) | - initWithRecord:property:cardController: |
| (void) | - dealloc |
| (int) | - property |
| (struct CPRecord *) | - record |
| (unsigned int) | - propertyCount |
| (BOOL) | - isMultiValueProperty |
| (id) | - copyStringValueAtIndex: |
| (id) | - copyLabelAtIndex: |
| (int) | - identifierAtIndex: |
| (int) | - indexOfIdentifier: |
| (void) | - deleteItemAtIndex: |
| (id) | - actionsControllerPreparedWithValueAtIndex: |
| (void) | - prepareActionsController:withValueAtIndex: |
Geschützte Attribute | |
| struct CPRecord * | _record |
| int | _property |
| ABActionsController * | _actionsController |
| ABCardController * | _cardController |
Definiert in Zeile 11 der Datei ABPropertyGroup.h.
| - (id) initWithRecord: | (struct CPRecord *) | fp8 | ||
| property: | (int) | fp12 | ||
| cardController: | (id) | fp16 | ||
| - (void) dealloc |
| - (int) property |
Implementiert in ABSimplePropertyGroup.
| - (struct CPRecord *) record |
Implementiert in ABSimplePropertyGroup.
| - (unsigned int) propertyCount |
Implementiert in ABSimplePropertyGroup.
| - (BOOL) isMultiValueProperty |
Implementiert in ABSimplePropertyGroup.
| - (id) copyStringValueAtIndex: | (int) | fp8 |
Implementiert in ABSimplePropertyGroup.
| - (id) copyLabelAtIndex: | (int) | fp8 |
Implementiert in ABSimplePropertyGroup.
| - (int) identifierAtIndex: | (int) | fp8 |
Implementiert in ABSimplePropertyGroup.
| - (int) indexOfIdentifier: | (int) | fp8 |
Implementiert in ABSimplePropertyGroup.
| - (void) deleteItemAtIndex: | (int) | fp8 |
Implementiert in ABSimplePropertyGroup.
| - (id) actionsControllerPreparedWithValueAtIndex: | (int) | fp8 |
Implementiert in ABSimplePropertyGroup.
| - (void) prepareActionsController: | (id) | fp8 | ||
| withValueAtIndex: | (int) | fp12 | ||
Implementiert in ABSimplePropertyGroup.
- (struct CPRecord*) _record [read, protected] |
Definiert in Zeile 13 der Datei ABPropertyGroup.h.
- (int) _property [protected] |
Definiert in Zeile 14 der Datei ABPropertyGroup.h.
- (ABActionsController*) _actionsController [protected] |
Definiert in Zeile 15 der Datei ABPropertyGroup.h.
- (ABCardController*) _cardController [protected] |
Definiert in Zeile 16 der Datei ABPropertyGroup.h.