Uses of Class
org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup
-
Packages that use YesNoCancelPopup Package Description org.uberfire.ext.widgets.common.client.common.popups org.uberfire.ext.widgets.common.client.tables -
-
Uses of YesNoCancelPopup in org.uberfire.ext.widgets.common.client.common.popups
Methods in org.uberfire.ext.widgets.common.client.common.popups that return YesNoCancelPopup Modifier and Type Method Description static YesNoCancelPopupYesNoCancelPopup. 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 YesNoCancelPopupYesNoCancelPopup. 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 YesNoCancelPopupYesNoCancelPopup. 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)static YesNoCancelPopupYesNoCancelPopup. newYesNoCancelPopup(String title, String content, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand, org.uberfire.mvp.Command cancelCommand) -
Uses of YesNoCancelPopup in org.uberfire.ext.widgets.common.client.tables
Methods in org.uberfire.ext.widgets.common.client.tables that return YesNoCancelPopup Modifier and Type Method Description protected YesNoCancelPopupFilterPagedTable. getYesNoCancelPopup(String gridHeader, String key)
-