Vaadin confirm dialog

Br0thazS0ul picture Br0thazS0ul · Oct 25, 2013 · Viewed 12.2k times · Source

I need to create a confirm dialog

The only thing that looks doable is proceeding via a modal sub window but this is a hassle for a simple question.

Is there a better way to implement a confirmation dialog ?

Answer

VaCaX picture VaCaX · Oct 28, 2013

You can use the ConfirmDialog add-on from the Vaadin Directory.

screenshot of "Please Confirm" dialog box

You can include a long message.

See online demo.

Versions of this add-on available for Vaadin 8, Vaadin 7, and Vaadin 6.