@Dependent public class YesNoConfirmPopupPresenter extends Object implements YesNoConfirmPopup.Presenter
Modifier and Type | Field and Description |
---|---|
protected YesNoConfirmPopupView |
yesNoConfirmPopupView |
Constructor and Description |
---|
YesNoConfirmPopupPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
hide()
Makes this popup container(and the main content along with it) invisible.
|
void |
show(String title,
String inlineNotificationMessage,
org.uberfire.client.views.pfly.widgets.InlineNotification.InlineNotificationType inlineNotificationType,
String okButtonText,
org.uberfire.client.views.pfly.widgets.Button.ButtonStyleType okButtonType,
String confirmMessage,
org.uberfire.mvp.Command okCommand)
Makes the YesNoConfirmPopupView visible with OK/Cancel buttons.
|
void |
show(String title,
String inlineNotificationMessage,
org.uberfire.client.views.pfly.widgets.InlineNotification.InlineNotificationType inlineNotificationType,
String yesButtonText,
String noButtonText,
org.uberfire.client.views.pfly.widgets.Button.ButtonStyleType yesButtonType,
org.uberfire.client.views.pfly.widgets.Button.ButtonStyleType noButtonType,
String confirmMessage,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand)
Makes the YesNoConfirmPopupView visible with YES/NO/Cancel buttons.
|
void |
show(String title,
String okButtonText,
String confirmMessage,
org.uberfire.mvp.Command okCommand)
Makes the YesNoConfirmPopupView visible with OK/Cancel buttons.
|
void |
show(String title,
String yesButtonText,
String noButtonText,
String confirmMessage,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand)
Makes the YesNoConfirmPopupView visible with YES/NO/Cancel buttons.
|
@Inject protected YesNoConfirmPopupView yesNoConfirmPopupView
public void show(String title, String okButtonText, String confirmMessage, org.uberfire.mvp.Command okCommand)
YesNoConfirmPopup.Presenter
show
in interface YesNoConfirmPopup.Presenter
public void show(String title, String inlineNotificationMessage, org.uberfire.client.views.pfly.widgets.InlineNotification.InlineNotificationType inlineNotificationType, String okButtonText, org.uberfire.client.views.pfly.widgets.Button.ButtonStyleType okButtonType, String confirmMessage, org.uberfire.mvp.Command okCommand)
YesNoConfirmPopup.Presenter
show
in interface YesNoConfirmPopup.Presenter
public void show(String title, String yesButtonText, String noButtonText, String confirmMessage, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand)
YesNoConfirmPopup.Presenter
show
in interface YesNoConfirmPopup.Presenter
public void show(String title, String inlineNotificationMessage, org.uberfire.client.views.pfly.widgets.InlineNotification.InlineNotificationType inlineNotificationType, String yesButtonText, String noButtonText, org.uberfire.client.views.pfly.widgets.Button.ButtonStyleType yesButtonType, org.uberfire.client.views.pfly.widgets.Button.ButtonStyleType noButtonType, String confirmMessage, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand)
YesNoConfirmPopup.Presenter
show
in interface YesNoConfirmPopup.Presenter
public void hide()
YesNoConfirmPopup.Presenter
hide
in interface YesNoConfirmPopup.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.