Class RestorePopUpPresenter


  • @Dependent
    public class RestorePopUpPresenter
    extends Object
    • Field Detail

      • command

        protected org.uberfire.mvp.ParameterizedCommand<String> command
    • Constructor Detail

      • RestorePopUpPresenter

        @Inject
        public RestorePopUpPresenter​(RestorePopUpPresenter.View view,
                                     org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView,
                                     org.jboss.errai.common.client.api.Caller<org.uberfire.ext.editor.commons.version.VersionService> versionService,
                                     javax.enterprise.event.Event<org.uberfire.ext.editor.commons.version.events.RestoreEvent> restoreEvent,
                                     RestoreUtil restoreUtil)
    • Method Detail

      • restore

        public void restore()
      • show

        public void show​(org.uberfire.backend.vfs.ObservablePath currentPath,
                         String currentVersionRecordUri,
                         String branchName)
      • cancel

        public void cancel()
      • restoreCommand

        public org.uberfire.mvp.ParameterizedCommand<String> restoreCommand​(org.uberfire.backend.vfs.ObservablePath currentPath,
                                                                            String currentVersionRecordUri,
                                                                            String branchName)