static YesNoCancelPopup |
YesNoCancelPopup.newYesNoCancelPopup(String title,
String content,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand,
org.uberfire.mvp.Command cancelCommand) |
static YesNoCancelPopup |
YesNoCancelPopup.newYesNoCancelPopup(String title,
String content,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.uberfire.mvp.Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType) |
static YesNoCancelPopup |
YesNoCancelPopup.newYesNoCancelPopup(String title,
String content,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType,
org.uberfire.mvp.Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
org.gwtbootstrap3.client.ui.constants.IconType noButtonIconType,
org.uberfire.mvp.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,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.uberfire.mvp.Command noCommand,
String noButtonText,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText) |