You can specify your own image by extending CellTable.Resources and
replacing cellTableLoading().

interface MyResources extends CellTable.Resources {
  @Source("myImage.png");
  ImageResource cellTableLoading();
}


CellTable.Resources res = GWT.create(CellTable.Resources.class);
CellTable table = new CellTable(25, res);


Thanks,
John LaBanca
jlaba...@google.com


On Thu, Feb 10, 2011 at 2:05 PM, Deepak Singh <deepaksingh...@gmail.com>wrote:

> Hi All,
>
> How can we set the loading image to be visible till the cell table loads ?
>
>  --
> 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.
>

-- 
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