Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vaadin confirm dialog

Tags:

dialog

vaadin7

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 ?

like image 979
Br0thazS0ul Avatar asked Oct 25 '13 14:10

Br0thazS0ul


1 Answers

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.

like image 196
VaCaX Avatar answered Oct 19 '22 01:10

VaCaX