Take a look here:
http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=google-web-toolkit-incubator&t=BulkTableRenderers

jay

On Jun 8, 5:57 pm, hezjing <hezj...@gmail.com> wrote:
> What will happen if a PagingScrollTable does not have
> a FixedWidthGridBulkRenderer?Does this means the table without a bulk
> renderer will simply be rendered slowly?
>
>
>
> On Tue, Jun 9, 2009 at 1:26 AM, jay <jay.gin...@gmail.com> wrote:
>
> > Bulk loading is the process of creating a string to represent the
> > HTML, and then inserting the entire string into the DOM, allowing the
> > browser to do the "heavy lifting" of creating all the DOM elements.
>
> > My understanding (and experience) is that this technique is incredibly
> > fast compared to creating and inserting individual DOM elements.
>
> > (I hope I'm answering the question you were trying to ask...if you're
> > interested in the internals of the bulk loader, then I guess my answer
> > doesn't help you...)
>
> > jay
>
> > On Jun 8, 8:51 am, hezjing <hezj...@gmail.com> wrote:
> > > Hi
> > > I don't understand FixedWidthGridBulkRenderer class while working with
> > > PagingScrollTable,see alsohttp://
> > collectionofdemos.appspot.com/javadoc/com/google/gwt/gen2/tabl...
> > > .
>
> > > What does a helper class to bulk load FixedWidthGrid tables really mean?
> > > Can someone elaborate on this?
>
> > > Thank you!
>
> > > --
>
> > > Hez
>
> --
>
> Hez
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to