public class GeneralSettingsPresenter extends Section<ProjectScreenModel>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeneralSettingsPresenter.View |
| Constructor and Description |
|---|
GeneralSettingsPresenter(GeneralSettingsPresenter.View view,
org.uberfire.client.promise.Promises promises,
MenuItem<ProjectScreenModel> menuItem,
org.jboss.errai.common.client.api.Caller<ValidationService> validationService,
org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.project.service.WorkspaceProjectService> projectService,
javax.enterprise.event.Event<SettingsSectionChange<ProjectScreenModel>> settingsSectionChangeEvent,
org.guvnor.common.services.project.preferences.GAVPreferences gavPreferences,
org.guvnor.common.services.project.client.preferences.ProjectScopedResolutionStrategySupplier projectScopedResolutionStrategySupplier,
GitUrlsPresenter gitUrlsPresenter,
LibraryPlaces libraryPlaces) |
| Modifier and Type | Method and Description |
|---|---|
int |
currentHashCode() |
GitUrlsPresenter |
getGitUrlsPresenter() |
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 GeneralSettingsPresenter(GeneralSettingsPresenter.View view, org.uberfire.client.promise.Promises promises, MenuItem<ProjectScreenModel> menuItem, org.jboss.errai.common.client.api.Caller<ValidationService> validationService, org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.project.service.WorkspaceProjectService> projectService, javax.enterprise.event.Event<SettingsSectionChange<ProjectScreenModel>> settingsSectionChangeEvent, org.guvnor.common.services.project.preferences.GAVPreferences gavPreferences, org.guvnor.common.services.project.client.preferences.ProjectScopedResolutionStrategySupplier projectScopedResolutionStrategySupplier, GitUrlsPresenter gitUrlsPresenter, LibraryPlaces libraryPlaces)
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 GitUrlsPresenter getGitUrlsPresenter()
public SectionView<?> getView()
getView in class Section<ProjectScreenModel>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.