static YesNoCancelPopup |
YesNoCancelPopup.newYesNoCancelPopup(String title,
String content,
Command yesCommand,
Command noCommand,
Command cancelCommand) |
static YesNoCancelPopup |
YesNoCancelPopup.newYesNoCancelPopup(String title,
String content,
Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
Command cancelCommand,
String cancelButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType) |
static YesNoCancelPopup |
YesNoCancelPopup.newYesNoCancelPopup(String title,
String content,
Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType,
Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
org.gwtbootstrap3.client.ui.constants.IconType noButtonIconType,
Command cancelCommand,
String cancelButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType,
org.gwtbootstrap3.client.ui.constants.IconType cancelButtonIconType) |
static YesNoCancelPopup |
YesNoCancelPopup.newYesNoCancelPopup(String title,
String content,
Command yesCommand,
String yesButtonText,
Command noCommand,
String noButtonText,
Command cancelCommand,
String cancelButtonText) |