Package | Description |
---|---|
org.gwtbootstrap3.extras.bootbox.client | |
org.gwtbootstrap3.extras.bootbox.client.options |
Modifier and Type | Method and Description |
---|---|
static void |
Bootbox.dialog(DialogOptions options)
Displays a completely customizable dialog in a modal dialog box.
|
static void |
Bootbox.setDefaults(DialogOptions options)
Set many of the default options shown in the dialog example.
Many of these options are also applied to the basic wrapper methods and can be overridden whenever the wrapper methods are invoked with a single options argument. |
Modifier and Type | Class and Description |
---|---|
class |
AlertOptions
Alert options.
|
class |
ConfirmOptions
Confirm options.
|
class |
PromptOptions
Prompt options.
|
Modifier and Type | Method and Description |
---|---|
static DialogOptions |
DialogOptions.newOptions(String message)
Creates a new
DialogOptions . |
Copyright © 2017. All rights reserved.