API  1.0.0
CPColorWellValueBinder Class Reference

#import <CPColorWellValueBinder.h>

+ Inheritance diagram for CPColorWellValueBinder:

Instance Methods

(void) - setPlaceholderValue:withMarker:forBinding: 
 
(void) - setValue:forBinding: 
 
(id) - valueForBinding: 
 
- Instance Methods inherited from CPBinder
(BOOL) - continuouslyUpdatesValue 
 
(BOOL) - handlesContentAsCompoundValue 
 
(id) - initWithBinding:name:to:keyPath:options:from: 
 
(void) - observeValueForKeyPath:ofObject:change:context: 
 
(void) - raiseIfNotApplicable:forKeyPath:options: 
 
(void) - reverseSetValueFor: 
 
(id) - reverseTransformValue:withOptions: 
 
(void) - setValueFor: 
 
(void) - suppressSpecificNotificationFromObject:keyPath: 
 
(id) - transformValue:withOptions: 
 
(void) - unsuppressSpecificNotificationFromObject:keyPath: 
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context: 
 
(void) - applyChange:toKeyPath: 
 
(id) - autorelease 
 
(id) - awakeAfterUsingCoder: 
 
(void) - awakeFromCib 
 
(void) - bind:toObject:withKeyPath:options: 
 
(Class) - classForCoder 
 
(Class) - classForKeyedArchiver 
 
(CPString) - className 
 
(id) - copy 
 
(void) - dealloc 
 
(CPString) - description 
 
(CPDictionary) - dictionaryWithValuesForKeys: 
 
(void) - didChange:valuesAtIndexes:forKey: 
 
(void) - didChangeValueForKey: 
 
(void) - didChangeValueForKey:withSetMutation:usingObjects: 
 
(void) - doesNotRecognizeSelector: 
 
(CPArray) - exposedBindings 
 
(id) - forwardingTargetForSelector: 
 
(void) - forwardInvocation: 
 
(unsigned) - hash 
 
(BOOL) - implementsSelector: 
 
(CPDictionary) - infoForBinding: 
 
(id) - init 
 
(BOOL) - isEqual: 
 
(BOOL) - isKindOfClass: 
 
(BOOL) - isMemberOfClass: 
 
(BOOL) - isProxy 
 
(IMP) - methodForSelector: 
 
(CPMethodSignature) - methodSignatureForSelector: 
 
(id) - mutableArrayValueForKey: 
 
(id) - mutableArrayValueForKeyPath: 
 
(id) - mutableCopy 
 
(id) - mutableSetValueForKey: 
 
(id) - mutableSetValueForKeyPath: 
 
(id) - performSelector: 
 
(id) - performSelector:withObject: 
 
(void) - performSelector:withObject:afterDelay: 
 
(void) - performSelector:withObject:afterDelay:inModes: 
 
(id) - performSelector:withObject:withObject: 
 
(id) - performSelector:withObjects: 
 
(void) - release 
 
(void) - removeObserver:forKeyPath: 
 
(id) - replacementObjectForArchiver: 
 
(id) - replacementObjectForCoder: 
 
(id) - replacementObjectForKeyedArchiver: 
 
(BOOL) - respondsToSelector: 
 
(id) - retain 
 
(id) - self 
 
(void) - setValue:forKey: 
 
(void) - setValue:forKeyPath: 
 
(void) - setValue:forUndefinedKey: 
 
(void) - setValuesForKeysWithDictionary: 
 
(CPString) - UID 
 
(void) - unbind: 
 
(Class) - valueClassForBinding: 
 
(id) - valueForKey: 
 
(id) - valueForKeyPath: 
 
(id) - valueForUndefinedKey: 
 
(void) - willChange:valuesAtIndexes:forKey: 
 
(void) - willChangeValueForKey: 
 
(void) - willChangeValueForKey:withSetMutation:usingObjects: 
 

Additional Inherited Members

- Class Methods inherited from CPBinder
(CPDictionary) + allBindingsForObject: 
 
(void) + exposeBinding:forClass: 
 
(CPArray) + exposedBindingsForClass: 
 
(CPBinder) + getBinding:forObject: 
 
(CPDictionary) + infoForBinding:forObject: 
 
(BOOL) + isBindingAllowed:forObject: 
 
(void) + unbind:forObject: 
 
(void) + unbindAllForObject: 
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly 
 
(id) + alloc 
 
(id) + allocWithCoder: 
 
(BOOL) + automaticallyNotifiesObserversForKey: 
 
(void) + cancelPreviousPerformRequestsWithTarget: 
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object: 
 
(Class) + class 
 
(BOOL) + conformsToProtocol: 
 
(void) + exposeBinding: 
 
(void) + initialize 
 
(IMP) + instanceMethodForSelector: 
 
(BOOL) + instancesImplementSelector: 
 
(BOOL) + instancesRespondToSelector: 
 
(BOOL) + isBindingExclusive: 
 
(BOOL) + isSubclassOfClass: 
 
(CPSet) + keyPathsForValuesAffectingValueForKey: 
 
(void) + load 
 
(id) + new 
 
(void) + object:performSelector:withObject:afterDelay:inModes: 
 
(void) + setVersion: 
 
(Class) + superclass 
 
(int) + version 
 

Detailed Description

Definition at line 349 of file CPColorWell.j.

Method Documentation

◆ setPlaceholderValue:withMarker:forBinding:()

- (void) setPlaceholderValue: (id)  aValue
withMarker: (CPString)  aMarker
forBinding: (CPString)  aBinding 
implementation

Reimplemented from CPBinder.

Definition at line 374 of file CPColorWell.j.

◆ setValue:forBinding:()

- (void) setValue: (id)  aValue
forBinding: (CPString)  theBinding 
implementation

Reimplemented from CPBinder.

Definition at line 369 of file CPColorWell.j.

◆ valueForBinding:()

- (id) valueForBinding: (CPString)  aBinding
implementation

Reimplemented from CPBinder.

Definition at line 364 of file CPColorWell.j.


The documentation for this class was generated from the following files: