@Dependent public class RepositoryEditorPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositoryEditorPresenter.View |
| Constructor and Description |
|---|
RepositoryEditorPresenter() |
RepositoryEditorPresenter(RepositoryEditorPresenter.View view,
org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryService,
org.jboss.errai.common.client.api.Caller<RepositoryServiceEditor> repositoryServiceEditor,
org.uberfire.client.mvp.PlaceManager placeManager,
RepositoryController repositoryController) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
org.uberfire.client.mvp.UberView<RepositoryEditorPresenter> |
getView() |
void |
onRepositoryRemovedEvent(RepositoryRemovedEvent event) |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
public RepositoryEditorPresenter()
@Inject public RepositoryEditorPresenter(RepositoryEditorPresenter.View view, org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryService, org.jboss.errai.common.client.api.Caller<RepositoryServiceEditor> repositoryServiceEditor, org.uberfire.client.mvp.PlaceManager placeManager, RepositoryController repositoryController)
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public String getTitle()
public org.uberfire.client.mvp.UberView<RepositoryEditorPresenter> getView()
public void onRepositoryRemovedEvent(@Observes
RepositoryRemovedEvent event)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.