ConfirmDialog.noModal constructor
Creates and shows a non-modal (non-blocking) dialog. See ConfirmDialog for the arguments.
Implementation
ConfirmDialog.noModal(String htmlTitleText, List<String> buttonLabels,
BaseDialogCloseCallback closeCallback)
: super.noModal(null, htmlTitleText, null, null, null, null, null,
closeCallback, false, buttonLabels);