Help:Dynamic Refresh or Auto-Refresh in GWT !!

2,305 views
Skip to first unread message

Laxman Lingampally

unread,
Jul 30, 2012, 9:38:14 AM7/30/12
to google-we...@googlegroups.com
Hi All,

i have one Grid in my Project in this iam using GWT Celltable this celltable gird having five columns 
so i need help on auto-refresh in only celltable grid(it will refresh only Grid part ) part not all web-page 

if pasible please see (please find the attached image) the my project webpage it is clearly undarstand i think ,

please help out any one.

thanks in advance.


Thanks and Regards
Laxman
webpage.png

Ümit Seren

unread,
Jul 31, 2012, 10:14:07 AM7/31/12
to google-we...@googlegroups.com
Use a timer to get the data from the backend and refresh your CellTable.
The expenses example in the gwt samples is using the same thing. 

Sahdev Kamboj

unread,
Jul 30, 2012, 8:31:36 PM7/30/12
to google-we...@googlegroups.com
Hi,

if you r use dataProvider then flow following code.

dataProvider.setList(dataList);
        dataProvider.refresh();
table.redraw();

above dataList is your grid list & table is Celltable objet.
Thanks
Sahdev Kamboj

Laxman

--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



--
Thanks and Regards,
Sahdev Kumar
HARYANA - 09416432068
JAIPUR -     09529812719

Reply all
Reply to author
Forward
0 new messages