Re: EO: Filtering Existing Objects
Re: EO: Filtering Existing Objects
- Subject: Re: EO: Filtering Existing Objects
- From: Art Isbell <email@hidden>
- Date: Sat, 2 Aug 2003 21:12:50 -1000
On Saturday, August 2, 2003, at 06:04 PM, Goodbye Bill wrote:
Is it possible to sort and/or order an array of objects once I pull
them
into the editing context?
Anything's possible :-)
You want to sort, so what happens when you look through EOF classes at
http://developer.apple.com/documentation/WebObjects/Reference/API/
index.html? Look, there's EOSortOrdering. Maybe that supports sorting
an array of EO's. Sure enough! sortedArrayUsingKeyOrderArray() will
sort an array into a new array. sortArrayUsingKeyOrderArray() will
sort the existing NSMutableArray.
Aloha,
Art
_______________________________________________
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.