On May 4, 4:07 am, Stephen Haberman <[email protected]> wrote: > 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).
We do have views where we do not need an "asWidget" method: those that are actually DialogBox or similar and therefore just have show/hide methods. But I'm not sure our approach is the best (I also thought about using a "widget view" and then the "parent controller" would create the DialogBox and set the child view's asWidget() as the dialog content). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
