Make DialogBox wait for user action and return boolean in GWT -


How can I do DialogBox (Confirmation message and OK and Cancel button) Wait for user operation and return Boolean results Return (true OK was clicked, otherwise wrong)

Thanks in advance.

Another way to split your code and after clicking OK / Cancel in a callback All who have to execute will be put in. Perform callback in the OK / Cancel handlers of the dialog box.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -