@Dependent public class DeploymentsEnvironmentEntriesPresenter extends org.kie.workbench.common.screens.library.client.settings.util.sections.Section<DeploymentDescriptorModel>
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentsEnvironmentEntriesPresenter.EnvironmentEntriesListPresenter |
Constructor and Description |
---|
DeploymentsEnvironmentEntriesPresenter(javax.enterprise.event.Event<org.kie.workbench.common.screens.library.client.settings.SettingsSectionChange<DeploymentDescriptorModel>> settingsSectionChangeEvent,
org.kie.workbench.common.screens.library.client.settings.util.sections.MenuItem<DeploymentDescriptorModel> menuItem,
org.uberfire.client.promise.Promises promises,
DeploymentsEnvironmentEntriesView view,
DeploymentsEnvironmentEntriesPresenter.EnvironmentEntriesListPresenter environmentEntriesPresenters,
ItemObjectModelFactory itemObjectModelFactory) |
Modifier and Type | Method and Description |
---|---|
void |
addNewEnvironmentEntry() |
int |
currentHashCode() |
org.kie.workbench.common.screens.library.client.settings.util.sections.SectionView<?> |
getView() |
void |
init() |
elemental2.promise.Promise<Void> |
setup(DeploymentDescriptorModel model) |
@Inject public DeploymentsEnvironmentEntriesPresenter(javax.enterprise.event.Event<org.kie.workbench.common.screens.library.client.settings.SettingsSectionChange<DeploymentDescriptorModel>> settingsSectionChangeEvent, org.kie.workbench.common.screens.library.client.settings.util.sections.MenuItem<DeploymentDescriptorModel> menuItem, org.uberfire.client.promise.Promises promises, DeploymentsEnvironmentEntriesView view, DeploymentsEnvironmentEntriesPresenter.EnvironmentEntriesListPresenter environmentEntriesPresenters, ItemObjectModelFactory itemObjectModelFactory)
@PostConstruct public void init()
public elemental2.promise.Promise<Void> setup(DeploymentDescriptorModel model)
setup
in class org.kie.workbench.common.screens.library.client.settings.util.sections.Section<DeploymentDescriptorModel>
public void addNewEnvironmentEntry()
public org.kie.workbench.common.screens.library.client.settings.util.sections.SectionView<?> getView()
getView
in class org.kie.workbench.common.screens.library.client.settings.util.sections.Section<DeploymentDescriptorModel>
public int currentHashCode()
currentHashCode
in class org.kie.workbench.common.screens.library.client.settings.util.sections.Section<DeploymentDescriptorModel>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.