Make DialogBox wait for user action and return boolean in GWT

Posted by trendkill on Stack Overflow See other posts from Stack Overflow or by trendkill
Published on 2010-06-14T17:21:43Z Indexed on 2010/06/14 17:32 UTC
Read the original article Hit count: 144

Filed under:

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.

© Stack Overflow or respective owner

Related posts about gwt