Where should the GWT dialog title be set? -


is the title (or caption) of the GWT dialog "Remote Procedure Call" on the demo app, can I set it somewhere else If yes, then where?

... or do I have to use a subclass?

If you do not want to use subclass, you can use the 'text' property of the dialog box can do.

  dialogBox.setText ("text");    

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -