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 <[email protected]> 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
