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
[email protected]
On Thu, Feb 10, 2011 at 2:05 PM, Deepak Singh <[email protected]>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 [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.
>
--
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.