@Dependent public class RestorePopUpPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
RestorePopUpPresenter.View |
Modifier and Type | Field and Description |
---|---|
protected ParameterizedCommand<String> |
command |
Constructor and Description |
---|
RestorePopUpPresenter(RestorePopUpPresenter.View view,
BusyIndicatorView busyIndicatorView,
org.jboss.errai.common.client.api.Caller<VersionService> versionService,
javax.enterprise.event.Event<RestoreEvent> restoreEvent,
RestoreUtil restoreUtil) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
restore() |
ParameterizedCommand<String> |
restoreCommand(ObservablePath currentPath,
String currentVersionRecordUri,
String branchName) |
void |
setup() |
void |
show(ObservablePath currentPath,
String currentVersionRecordUri,
String branchName) |
protected ParameterizedCommand<String> command
@Inject public RestorePopUpPresenter(RestorePopUpPresenter.View view, BusyIndicatorView busyIndicatorView, org.jboss.errai.common.client.api.Caller<VersionService> versionService, javax.enterprise.event.Event<RestoreEvent> restoreEvent, RestoreUtil restoreUtil)
@PostConstruct public void setup()
public void restore()
public void show(ObservablePath currentPath, String currentVersionRecordUri, String branchName)
public void cancel()
public ParameterizedCommand<String> restoreCommand(ObservablePath currentPath, String currentVersionRecordUri, String branchName)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.