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);
        }



On Jun 1, 9:15 am, dayanandabv <[email protected]> wrote:
> 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 <[email protected]> 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...)- 
> > Hide quoted text -
>
> - Show quoted text -

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

Reply via email to