Make DialogBox wait for user action and return boolean in GWT
- by trendkill
How can I make DialogBox (confirmation message and OK & Cancel buttons) wait for user action and return boolean result (true is OK was clicked, false otherwise)?
Thanks in advance.