public class BranchManagementPresenter extends Section<ProjectScreenModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
BranchManagementPresenter.RoleAccessListPresenter |
static interface |
BranchManagementPresenter.View |
| Constructor and Description |
|---|
BranchManagementPresenter(BranchManagementPresenter.View view,
org.uberfire.client.promise.Promises promises,
MenuItem<ProjectScreenModel> menuItem,
javax.enterprise.event.Event<SettingsSectionChange<ProjectScreenModel>> settingsSectionChangeEvent,
org.jboss.errai.common.client.api.Caller<LibraryService> libraryService,
LibraryPlaces libraryPlaces,
BranchManagementPresenter.RoleAccessListPresenter roleAccessListPresenter,
org.guvnor.common.services.project.client.security.ProjectController projectController) |
| Modifier and Type | Method and Description |
|---|---|
int |
currentHashCode() |
SectionView<?> |
getView() |
elemental2.promise.Promise<Void> |
save(String comment,
Supplier<elemental2.promise.Promise<Void>> chain) |
elemental2.promise.Promise<Void> |
setup(ProjectScreenModel model) |
elemental2.promise.Promise<Object> |
validate() |
fireChangeEvent, fireResetEvent, getMenuItem, setActive, setDirty@Inject public BranchManagementPresenter(BranchManagementPresenter.View view, org.uberfire.client.promise.Promises promises, MenuItem<ProjectScreenModel> menuItem, javax.enterprise.event.Event<SettingsSectionChange<ProjectScreenModel>> settingsSectionChangeEvent, org.jboss.errai.common.client.api.Caller<LibraryService> libraryService, LibraryPlaces libraryPlaces, BranchManagementPresenter.RoleAccessListPresenter roleAccessListPresenter, org.guvnor.common.services.project.client.security.ProjectController projectController)
public elemental2.promise.Promise<Void> setup(ProjectScreenModel model)
setup in class Section<ProjectScreenModel>public elemental2.promise.Promise<Object> validate()
validate in class Section<ProjectScreenModel>public elemental2.promise.Promise<Void> save(String comment, Supplier<elemental2.promise.Promise<Void>> chain)
save in class Section<ProjectScreenModel>public int currentHashCode()
currentHashCode in class Section<ProjectScreenModel>public SectionView<?> getView()
getView in class Section<ProjectScreenModel>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.