Hi,
Is there a way to do lazy (as needed) rendering of layouts in a list. Each layout consists of Img, Label and other objects. And I have all the data I need on the
client (except the img which is a url to a resource on the server). Is there something similar to an 'Adapter' class in Android in SmartGWT that will allow me
to do lazy rendering of the layouts?
Thanks.
Is there a way to do lazy (as needed) rendering of layouts in a list. Each layout consists of Img, Label and other objects. And I have all the data I need on the
client (except the img which is a url to a resource on the server). Is there something similar to an 'Adapter' class in Android in SmartGWT that will allow me
to do lazy rendering of the layouts?
Thanks.
Comment