Uses of Class
org.jboss.hal.ballroom.dialog.Dialog
-
Packages that use Dialog Package Description org.jboss.hal.ballroom.dialog -
-
Uses of Dialog in org.jboss.hal.ballroom.dialog
Subclasses of Dialog in org.jboss.hal.ballroom.dialog Modifier and Type Class Description classBlockingDialogA dialog w/o any means to close the dialog (no close icon, no esc handler).Methods in org.jboss.hal.ballroom.dialog that return Dialog Modifier and Type Method Description DialogDialog.Builder. build()static DialogDialogFactory. buildConfirmation(String title, com.google.gwt.safehtml.shared.SafeHtml question, elemental2.dom.HTMLElement element, Dialog.Size size, org.jboss.hal.spi.Callback confirm)static DialogDialogFactory. buildConfirmation(String title, com.google.gwt.safehtml.shared.SafeHtml question, elemental2.dom.HTMLElement element, org.jboss.hal.spi.Callback confirm)Creates and returns a confirmation dialog using the question and the provided element.
-