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();
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();