I'm building a project with using smartgwt.
There's a function I want to add.
That is, before I receive the result returned by the server side, I want to forbid the user accessing the webpage, including clicking and key-pressing.
It's like a pop-up waiting or loading circle or text. But the background is still my webpage.
Is there any object I can use in the smartgwt or gwt ?? Thanks!!