Re: [TFUI] Model-View-Presenter with complex controls.
Thomas Eyde <[email protected]> Thu, 22 Sep 2005 13:57:47 +0200
| Newsgroups | gmane.comp.programming.test-first-user-interfaces |
|---|---|
| Message-ID | <[email protected]> |
I would go that way. Here's what I usually do: SomeHierarchicalModel model = SomeHierarchicalModel.GetSomeData(); SomeHierarchicalTree tree = new SomeHierarchicalTree(yourTreeViewControl); tree.Display(model); You, of course, have to fill inn the rest... -- Thomas On 9/21/05, moravich <[email protected]> wrote: > There is another way I could do it, that I though when writing this > post. Instead of having the Presenter directly change the TreeNode > property of the View, I could refactor that code to a generic > adapter/strategy pattern and extract some interface from the resulting > code and extend the TreeView control to bind to that code. I guess > this would become apparent when I saw the repetition on different > Presenters if I followed the path I was going to follow in the first > place. ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> To unsubscribe, email: TestFirstUserInterfaces-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/TestFirstUserInterfaces/ <*> To unsubscribe from this group, send an email to: TestFirstUserInterfaces-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/