@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) |
void |
setup() |
void |
show(ObservablePath currentPath,
String currentVersionRecordUri) |
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)
public void cancel()
public ParameterizedCommand<String> restoreCommand(ObservablePath currentPath, String currentVersionRecordUri)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.