Hi, Just curious, is anyone doing non-Widget views in an MVP app?
Coming from gwt-presenter, it has a Display and WidgetDisplay, where WidgetDisplay has a Widget asWidget method, but Display doesn't (the idea being Display is not tied to Widget, I guess). However, I only use WidgetDisplay. Given widgets are heavyweight, I briefly experimented with my own ElementDisplay, but got nowhere given that as soon as I wanted to listen to events, I needed my widgets to be contained in a Widget, which meant WidgetDisplay. It seems simplest to just say that any Model/View/Presenter triad is going to have its View backed by a Widget, but I'd appreciate a sanity check if that does/does not make sense to anyone else who's thought through this more than I have. Thanks, Stephen -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.