MVP in the Real World

2011-08-18 Thread moongwt
Hi,

The examples for MVP usually consist of simple pages each of which
typically contains a small number of basic widgets. What would be best
practice in applying MVP to pages that consist of several composite
widgets ?
Should one strive for a single presenter/view per page. Alternatively
is it better to have each complex widget decomposed into it's
corresponding presenter/view subsequently leading to multiple
presenter/view pairs per page.

regards,

grooveymo

-- 
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-toolkit@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.



Re: Alternative to TableListener

2010-04-16 Thread moongwt
Doh !
didn't see that bit in the javadocs.

Cheers

On Apr 15, 10:57 pm, Thomas Broyer  wrote:
> On Apr 15, 10:03 pm,moongwt wrote:
>
> > Using 2.0.3 and noticed that TableListener has been deprecated. What
> > should I be using instead?
>
> """Deprecated. use ClickHandler and
> HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
> instead"""http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/g...

-- 
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.



Alternative to TableListener

2010-04-15 Thread moongwt
Using 2.0.3 and noticed that TableListener has been deprecated. What
should I be using instead?
Many Thanks.

-- 
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.



Gwt TableListener

2010-04-15 Thread moongwt
Hi,
I'm using version 2.0.3  of gwt and noticed that the documentation
mentions TableListener has been deprecated.
What should I be using instead?

Thanks

-- 
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.