@ApplicationScoped public class LibraryToolbarPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LibraryToolbarPresenter.View |
| Constructor and Description |
|---|
LibraryToolbarPresenter(LibraryToolbarPresenter.View view,
org.jboss.errai.common.client.api.Caller<LibraryService> libraryService,
LibraryPreferences libraryPreferences,
LibraryInternalPreferences libraryInternalPreferences,
org.uberfire.client.mvp.PlaceManager placeManager,
LibraryPlaces libraryPlaces,
javax.enterprise.event.Event<org.guvnor.common.services.project.context.ProjectContextChangeEvent> projectContextChangeEvent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSelectedBranch() |
org.guvnor.structure.repositories.Repository |
getSelectedRepository() |
org.uberfire.client.mvp.UberElement<LibraryToolbarPresenter> |
getView() |
void |
init(org.uberfire.mvp.Command callback) |
void |
setSelectedInfo(org.guvnor.structure.organizationalunit.OrganizationalUnit organizationalUnit,
org.guvnor.structure.repositories.Repository repository,
org.uberfire.mvp.Command callback) |
@Inject public LibraryToolbarPresenter(LibraryToolbarPresenter.View view, org.jboss.errai.common.client.api.Caller<LibraryService> libraryService, LibraryPreferences libraryPreferences, LibraryInternalPreferences libraryInternalPreferences, org.uberfire.client.mvp.PlaceManager placeManager, LibraryPlaces libraryPlaces, javax.enterprise.event.Event<org.guvnor.common.services.project.context.ProjectContextChangeEvent> projectContextChangeEvent)
public void init(org.uberfire.mvp.Command callback)
public void setSelectedInfo(org.guvnor.structure.organizationalunit.OrganizationalUnit organizationalUnit,
org.guvnor.structure.repositories.Repository repository,
org.uberfire.mvp.Command callback)
public org.guvnor.structure.repositories.Repository getSelectedRepository()
public org.uberfire.client.mvp.UberElement<LibraryToolbarPresenter> getView()
public String getSelectedBranch()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.