public class DependenciesPresenter extends Section<ProjectScreenModel>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DependenciesPresenter.View |
| Constructor and Description |
|---|
DependenciesPresenter(DependenciesPresenter.View view,
org.uberfire.client.promise.Promises promises,
MenuItem<ProjectScreenModel> menuItem,
DependencySelectorPopup dependencySelectorPopup,
javax.enterprise.event.Event<SettingsSectionChange<ProjectScreenModel>> settingsSectionChangeEvent,
EnhancedDependenciesManager enhancedDependenciesManager,
org.jboss.errai.ioc.client.api.ManagedInstance<DependenciesItemPresenter> presenters) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllToWhiteList(Set<String> packages) |
void |
addFromRepository() |
void |
addNewDependency() |
int |
currentHashCode() |
SectionView<?> |
getView() |
void |
remove(EnhancedDependency enhancedDependency) |
void |
removeAllFromWhiteList(Set<String> packages) |
elemental2.promise.Promise<Void> |
setup(ProjectScreenModel model) |
elemental2.promise.Promise<Object> |
validate() |
fireChangeEvent, fireResetEvent, getMenuItem, save, setActive, setDirty@Inject public DependenciesPresenter(DependenciesPresenter.View view, org.uberfire.client.promise.Promises promises, MenuItem<ProjectScreenModel> menuItem, DependencySelectorPopup dependencySelectorPopup, javax.enterprise.event.Event<SettingsSectionChange<ProjectScreenModel>> settingsSectionChangeEvent, EnhancedDependenciesManager enhancedDependenciesManager, org.jboss.errai.ioc.client.api.ManagedInstance<DependenciesItemPresenter> presenters)
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 void addNewDependency()
public void addFromRepository()
public void remove(EnhancedDependency enhancedDependency)
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.