Uses of Class
org.jboss.hal.ballroom.dialog.Dialog.Size
-
Packages that use Dialog.Size Package Description org.jboss.hal.ballroom.dialog -
-
Uses of Dialog.Size in org.jboss.hal.ballroom.dialog
Methods in org.jboss.hal.ballroom.dialog that return Dialog.Size Modifier and Type Method Description static Dialog.SizeDialog.Size. valueOf(String name)Returns the enum constant of this type with the specified name.static Dialog.Size[]Dialog.Size. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.ballroom.dialog with parameters of type Dialog.Size Modifier and Type Method Description 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 DialogDialogFactory. buildConfirmation(String title, com.google.gwt.safehtml.shared.SafeHtml question, elemental2.dom.HTMLElement element, Dialog.Size size, org.jboss.hal.spi.Callback confirm)Dialog.BuilderDialog.Builder. size(Dialog.Size size)
-