Re: NSTableView
Re: NSTableView
- Subject: Re: NSTableView
- From: Chris Hanson <email@hidden>
- Date: Tue, 04 Nov 2008 21:48:07 -0800
On Nov 4, 2008, at 3:13 AM, Mahaboob wrote:
My TableView contains some columns. I need to access all the column
values
of all selected rows.
Rather than try to get the information you want from the table view,
you should go directly to the model objects that the table view is
presenting.
Views in Cocoa don't hold data, they just present it.
-- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >NSTableView (From: Mahaboob <email@hidden>) |