@ApplicationScoped public class LibraryToolbarPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LibraryToolbarPresenter.View |
| Constructor and Description |
|---|
LibraryToolbarPresenter() |
LibraryToolbarPresenter(org.guvnor.common.services.project.client.context.WorkspaceProjectContext projectContext,
org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.project.service.WorkspaceProjectService> projectService,
LibraryPlaces libraryPlaces,
LibraryToolbarPresenter.View view,
org.uberfire.client.mvp.PlaceManager placeManager) |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.client.mvp.UberElement<LibraryToolbarPresenter> |
getView() |
void |
init(org.uberfire.mvp.Command callback) |
void |
setUpBranches() |
public LibraryToolbarPresenter()
@Inject
public LibraryToolbarPresenter(org.guvnor.common.services.project.client.context.WorkspaceProjectContext projectContext,
org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.project.service.WorkspaceProjectService> projectService,
LibraryPlaces libraryPlaces,
LibraryToolbarPresenter.View view,
org.uberfire.client.mvp.PlaceManager placeManager)
public void init(org.uberfire.mvp.Command callback)
public void setUpBranches()
public org.uberfire.client.mvp.UberElement<LibraryToolbarPresenter> getView()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.