@Dependent @Templated public class DeletePopupView extends ScenarioConfirmationPopupView implements DeletePopup
DeletePopup.PresenterScenarioConfirmationPopup.Presenter| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.dom.client.ParagraphElement |
textDanger |
cancelButton, mainQuestion, mainTitle, modal, okDeleteButton, okDeleteCommand, text1, textQuestion, translationService| Constructor and Description |
|---|
DeletePopupView() |
| Modifier and Type | Method and Description |
|---|---|
void |
show(String mainTitleText,
String mainQuestionText,
String text1Text,
String textQuestionText,
String textDangerText,
String okDeleteButtonText,
org.uberfire.mvp.Command okDeleteCommand)
Makes the
DeletePopup visible with OK/Cancel buttons. |
conditionalShow, conditionalShow, getElement, hide, init, onCancelClick, onOkDeleteClick, showclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElement, hide@Inject @DataField(value="text-danger") protected com.google.gwt.dom.client.ParagraphElement textDanger
public void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String textDangerText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)
DeletePopupDeletePopup visible with OK/Cancel buttons.show in interface DeletePopupCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.