public class ImportRepositoryPopUpPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportRepositoryPopUpPresenter.View |
| Constructor and Description |
|---|
ImportRepositoryPopUpPresenter(ImportRepositoryPopUpPresenter.View view,
LibraryPlaces libraryPlaces,
org.guvnor.common.services.project.client.context.WorkspaceProjectContext context,
org.jboss.errai.common.client.api.Caller<LibraryService> libraryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
ImportRepositoryPopUpPresenter.View |
getView() |
void |
importRepository() |
void |
setup() |
void |
show() |
@Inject public ImportRepositoryPopUpPresenter(ImportRepositoryPopUpPresenter.View view, LibraryPlaces libraryPlaces, org.guvnor.common.services.project.client.context.WorkspaceProjectContext context, org.jboss.errai.common.client.api.Caller<LibraryService> libraryService)
@PostConstruct public void setup()
public void show()
public void importRepository()
public void cancel()
public ImportRepositoryPopUpPresenter.View getView()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.