DataGrid progress - who to change default boxs to plain text

49 views
Skip to first unread message

dayanandabv

unread,
Jun 1, 2012, 1:40:20 AM6/1/12
to Google Web Toolkit
Hi All,

I need to change default boxes which display in progress bar of
DataGrid in to plain text - like "please wait loading"

Appreciate your help.
Thanks
daya

Thomas Broyer

unread,
Jun 1, 2012, 4:21:34 AM6/1/12
to google-we...@googlegroups.com


On Friday, June 1, 2012 7:40:20 AM UTC+2, dayanandabv wrote:
Hi All,

I need to change default boxes which display in progress bar of
DataGrid in to plain text - like "please wait loading"

setLoadingIndicator ?

dayanandabv

unread,
Jun 1, 2012, 9:15:53 AM6/1/12
to Google Web Toolkit
Thank you so much Thomas, it's worked, appriciate your help.
One more question, is it possible to have the static aloing with
blinking boxes?
like override method and static aloing with boxes.


On Jun 1, 4:21 am, Thomas Broyer <t.bro...@gmail.com> wrote:
> On Friday, June 1, 2012 7:40:20 AM UTC+2, dayanandabv wrote:
>
> > Hi All,
>
> > I need to change default boxes which display in progress bar of
> > DataGrid in to plain text - like "please wait loading"
>
> setLoadingIndicator ?http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/googl...)

dayanandabv

unread,
Jun 4, 2012, 2:37:08 AM6/4/12
to Google Web Toolkit
i tried overrideing setLoadingIndicator but no help, any help
regarding the same
public void setLoadingIndicator()
{
//giving null value here
Widget defaultWidget = getLoadingIndicator();
HorizontalPanel hp = new HorizontalPanel();

hp.add(new Label("Please wait loading"));
hp.add(defaultWidget);
super.setLoadingIndicator(hp);
> > setLoadingIndicator ?http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/googl...)- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages