Uses of Class
org.jboss.hal.ballroom.dialog.BlockingDialog
-
Packages that use BlockingDialog Package Description org.jboss.hal.ballroom.dialog -
-
Uses of BlockingDialog in org.jboss.hal.ballroom.dialog
Methods in org.jboss.hal.ballroom.dialog that return BlockingDialog Modifier and Type Method Description static BlockingDialogDialogFactory. buildBlocking(String title, com.google.gwt.safehtml.shared.SafeHtml message)static BlockingDialogDialogFactory. buildBlocking(String title, Dialog.Size size, com.google.gwt.safehtml.shared.SafeHtml message)Creates and returns a blocking dialog which can only be closed programmatically.static BlockingDialogDialogFactory. buildLongRunning(String title, com.google.gwt.safehtml.shared.SafeHtml message)Creates and returns a blocking dialog w/ a spinner which can only be closed programmatically.
-