开发者

Where should the GWT dialog title be set?

开发者 https://www.devze.com 2023-02-19 23:10 出处:网络
GWT dialog on demo app has a title (or caption) of \"Remote Procedure Call\".开发者_开发百科 Can I set this somewhere, if so, where?

GWT dialog on demo app has a title (or caption) of "Remote Procedure Call".开发者_开发百科 Can I set this somewhere, if so, where?

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


You can use 'text' property of DialogBox if you don't want to use a Subclass.

dialogBox.setText("Text");
0

精彩评论

暂无评论...
验证码 换一张
取 消