@Dependent @Templated public class DeletePopupView extends AbstractScenarioConfirmationPopupView implements DeletePopup
DeletePopup.Presenter
AbstractScenarioConfirmationPopup.Presenter
AbstractScenarioPopup.Presenter
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.dom.client.ParagraphElement |
textDanger |
mainQuestion, text1, textQuestion
cancelButton, mainTitle, modal, okButton, okCommand, 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. |
show
conditionalShow, conditionalShow, getElement, hide, init, onCancelClick, onOkClick, show
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElement, hide
getElement, 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)
DeletePopup
DeletePopup
visible with OK/Cancel buttons.show
in interface DeletePopup
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.