Search code examples
dialogvaadin7

Vaadin confirm dialog


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 ?


Solution

  • 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.