| Package | Description |
|---|---|
| org.jboss.hal.ballroom.dialog |
| Modifier and Type | Method and Description |
|---|---|
static BlockingDialog |
DialogFactory.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 BlockingDialog |
DialogFactory.buildBlocking(String title,
com.google.gwt.safehtml.shared.SafeHtml message) |
static BlockingDialog |
DialogFactory.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.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.