public class ServiceTaskInstallFormPresenter extends Object implements ServiceTaskInstallFormView.Presenter
Constructor and Description |
---|
ServiceTaskInstallFormPresenter(ServiceTaskInstallFormView view,
org.jboss.errai.common.client.api.Caller<ServiceTaskService> serviceTasksService,
org.jboss.errai.ioc.client.container.SyncBeanManager iocManager) |
Modifier and Type | Method and Description |
---|---|
void |
init() |
void |
installWithParameters(String serviceTaskId,
String target,
List<String> parameterValues) |
com.google.gwt.user.client.Command |
onCloseCommand() |
void |
setWorkspaceProjectContext(org.guvnor.common.services.project.client.context.WorkspaceProjectContext workspaceProjectContext) |
void |
showView(com.google.gwt.user.client.Command onSubmitCommand,
String serviceTaskId,
String target,
List<String> parameters,
String referenceLink) |
@Inject public ServiceTaskInstallFormPresenter(ServiceTaskInstallFormView view, org.jboss.errai.common.client.api.Caller<ServiceTaskService> serviceTasksService, org.jboss.errai.ioc.client.container.SyncBeanManager iocManager)
@PostConstruct public void init()
public void showView(com.google.gwt.user.client.Command onSubmitCommand, String serviceTaskId, String target, List<String> parameters, String referenceLink)
public void installWithParameters(String serviceTaskId, String target, List<String> parameterValues)
installWithParameters
in interface ServiceTaskInstallFormView.Presenter
public com.google.gwt.user.client.Command onCloseCommand()
onCloseCommand
in interface ServiceTaskInstallFormView.Presenter
public void setWorkspaceProjectContext(org.guvnor.common.services.project.client.context.WorkspaceProjectContext workspaceProjectContext)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.