3

How can I close/hide/iterate through all SmartGWT or GWT Windows?

For example:

Set<Window> allWindow = SecretGWTClass.getAllWindows();
for(Window w : allWindow)
   w.hide();
sz9
  • 95
  • 8
  • What do you mean with hide a Window? Minimize the browser window? Something like this you can't do. Look at the api of the Window class http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/Window.html – Charmin Nov 06 '14 at 09:32

0 Answers0