3

如何关闭/隐藏/遍历所有 SmartGWT 或 GWT Windows?

例如:

Set<Window> allWindow = SecretGWTClass.getAllWindows();
for(Window w : allWindow)
   w.hide();
4

0 回答 0