标签: gwt window smartgwt
如何关闭/隐藏/遍历所有SmartGWT或GWT Windows?
例如:
Set<Window> allWindow = SecretGWTClass.getAllWindows(); for(Window w : allWindow) w.hide();