Class AbstractScenarioPopupView

    • Field Detail

      • mainTitle

        @DataField("main-title")
        protected com.google.gwt.dom.client.HeadingElement mainTitle
      • cancelButton

        @Inject
        @DataField("cancel-button")
        protected org.uberfire.client.views.pfly.widgets.Button cancelButton
      • okButton

        @Inject
        @DataField("ok-button")
        protected org.uberfire.client.views.pfly.widgets.Button okButton
      • modal

        @Inject
        @DataField("modal")
        protected org.uberfire.client.views.pfly.widgets.Modal modal
      • translationService

        @Inject
        protected org.jboss.errai.ui.client.local.spi.TranslationService translationService
      • okCommand

        protected org.uberfire.mvp.Command okCommand
    • Constructor Detail

      • AbstractScenarioPopupView

        public AbstractScenarioPopupView()
    • Method Detail

      • hide

        public void hide()
        Description copied from interface: AbstractScenarioPopup
        Makes this popup container(and the main content along with it) invisible. Has no effect if the popup is not already showing.
        Specified by:
        hide in interface AbstractScenarioPopup
      • onOkClick

        @EventHandler("ok-button")
        public void onOkClick​(@ForEvent("click")
                              org.jboss.errai.common.client.dom.MouseEvent event)
      • onCancelClick

        @EventHandler("cancel-button")
        public void onCancelClick​(@ForEvent("click")
                                  org.jboss.errai.common.client.dom.MouseEvent event)
      • conditionalShow

        protected void conditionalShow​(com.google.gwt.dom.client.Element element,
                                       String innerText)
      • conditionalShow

        protected void conditionalShow​(org.uberfire.client.views.pfly.widgets.Button button,
                                       org.uberfire.mvp.Command command,
                                       String innerText)