depends on the MVP framework you use - gwtp for instance, already
supports it, if GWT MVP does not, then you can subclass presenter,
call it "IndicatingPresenter" and add one more lifecycle state,
because the presenter will be lazy loaded and shows a loading
indicator until its data is not available... when ready re-render the
view with data loaded.

On 1 Dez., 19:01, Matt H <matt2...@gmail.com> wrote:
> Anyone? Surely it's simple enough to do?
>
> On Dec 1, 1:27 am, Matt H <matt2...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi.
>
> > If you poke around some of Google's GWT apps, you'll find that when
> > you click on anything which requires more data to be loaded, that a
> > 'loading' sign is displayed at the top of the screen, and while
> > loading, it stays on the current view, and then when the data for the
> > next view has been downloaded, the loading sign is removed and the new
> > view is shown.
>
> > How can I implement this behavior?

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

Reply via email to