@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,
ToggleCommentPresenter toggleCommentPresenter) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
ToggleCommentPresenter |
getToggleCommentPresenter() |
void |
restore() |
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, ToggleCommentPresenter toggleCommentPresenter)
@PostConstruct public void setup()
public void restore()
public void show(ObservablePath currentPath, String currentVersionRecordUri)
public void cancel()
public ToggleCommentPresenter getToggleCommentPresenter()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.