Instance Methods | |
(void) | - addObserver:forKeyPath:options:context: |
(void) | - applyChange:toKeyPath: |
(void) | - didChange:valuesAtIndexes:forKey: |
(void) | - didChangeValueForKey: |
(void) | - didChangeValueForKey:withSetMutation:usingObjects: |
(void) | - removeObserver:forKeyPath: |
(void) | - willChange:valuesAtIndexes:forKey: |
(void) | - willChangeValueForKey: |
(void) | - willChangeValueForKey:withSetMutation:usingObjects: |
Class Methods | |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
Definition at line 24 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 131 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 181 of file CPKeyValueObserving.j.
|
implementation |
Whether -willChangeValueForKey/-didChangeValueForKey should automatically be invoked when the setter of the given key is used. The default is YES. If you override this method to return NO for some key, you will need to call -willChangeValueForKey/-didChangeValueForKey manually to be KVO compliant.
The default implementation of this method will check if the receiving class implements + (BOOL)automaticallyNotifiesObserversOf<aKey>
and return the response of that method if it exists.
Extends class CPObject.
Definition at line 157 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 79 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 43 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 115 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 169 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 139 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 62 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 26 of file CPKeyValueObserving.j.
|
implementation |
Extends class CPObject.
Definition at line 98 of file CPKeyValueObserving.j.