Class BlockingDialog

  • All Implemented Interfaces:
    org.jboss.elemento.IsElement

    public class BlockingDialog
    extends Dialog
    A dialog w/o any means to close the dialog (no close icon, no esc handler). The only way to close this dialog is using the close() method.
    • Constructor Detail

    • Method Detail

      • close

        public void close()
        Description copied from class: Dialog
        Please call this method only if the dialog neither have a close icon, esc handler nor a close button.
        Overrides:
        close in class Dialog