Re: Extending NSKeyValueCoding?
Re: Extending NSKeyValueCoding?
- Subject: Re: Extending NSKeyValueCoding?
- From: petite_abeille <email@hidden>
- Date: Fri, 24 Oct 2003 16:18:51 +0200
Hi Michael,
On Friday, Oct 24, 2003, at 16:09 Europe/Amsterdam, Michael Henderson
wrote:
1. Implement NSKeyValueCoding use the static default methods to get
standard behavior and
add my extended behaviour
2. If extending a class that implements NSKeyValueCoding I implement:
handleTakeValueForUnboundKey()
handleQueryWithUnboundKey()
to get extended key value coding behavior.
Thanks for the pointers, but this is not what I'm after as I cannot
extend the class involved (scenario #2) and the default behavior
doesn't handle what I need (scenario #1).
Any ideas on how to smoothly extend the default NSKeyValueCoding
implementation in the first place? For example, if I want to use KVC in
conjunction with java.util.Collection or such, what do a need to do
short of writing my own KVC scheme or blast my way through
NSKeyValueCoding internals?
Cheers,
PA.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.