What is AsyncDataProvider in GWT cell widgets?

devquora
devquora

Posted On: Feb 22, 2018

 

AsyncDataProvider ties your cell widgets to an asynchronous data source. The AsyncDataProvider used to fetch the new data when the cell widget requires new data and then push it to the widget. To request the new data, implement the oRangeChanged() method for the specified cell widget. To push the data, call updateRowCount() and/or updateRowData() methods.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    GWT interview questions

    What is GWT framework?

    GWT stands for Google Web Toolkit which is an open source framework designed to build outer-performance web applications in Java...

    GWT interview questions

    What is GWT used for?

    It is a toolkit designed for building and optimizing browser-based applications...

    GWT interview questions

    What are requirements to install GWT?

    To install GWT, first install JDK Java Development Kit on your system as GWT is based on Java...