That is slick! Thanks for sharing that! That helps simplify the context 
push into the subeditors. 

http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/views/peopleedit/editor/todos/TodoListEditor.java#33
 
- added HasRequestContext<T> 

Took me a minute to figure out what <T> was supposed to be. At first I 
thought it should be HasRequestContext <TodoDataProxy> 
or HasRequestContext<PeopleDataProxy>. Then I realized what was going on. 
So for those who find this in the future, may note that *
HasRequestContext<List<TodoDataProxy>>* has List in it.

I have to say the editors have been challenging but very rewarding find!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/aF75pYncxQQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to