Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOControl Reference

Table of Contents

EOKeyBinding


Inherits from:
NSObject
Declared in:
EOControl/EOKeyValueCoding.h




Class Description


The EOKeyBinding class defines a mechanism to associate a class/key pair with a way to access the key. Apple doesn't anticipate the need for you to use, subclass, or replace this class. It is used internally by other classes in Enterprise Objects Framework.




Instance Methods



key

- (NSString *)key

This method is intentionally undocumented. You should never have to invoke or customize it.

targetClass

- (Class)targetClass

This method is intentionally undocumented. You should never have to invoke or customize it.

setValue:inObject:

- (void)setValue:(id)value inObject:(id)object

This method is intentionally undocumented. You should never have to invoke or customize it.

valueInObject:

- (id)valueInObject:(id)object

This method is intentionally undocumented. You should never have to invoke or customize it.


Table of Contents