- handleQueryWithUnboundKey:
Invoked by
valueForKey:
when it finds no property corresponding to key
.- handleTakeValue:forUnboundKey:
Invoked by
takeValue:forKey:
when it finds no property binding for key
.- takeValuesFromDictionary:
Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties
- takeValue:forKeyPath:
Sets the value for the property identified by
keyPath
to value
.- valuesForKeys:
Returns a dictionary containing as keys the property names in
keys
, with corresponding values being the corresponding property values.