@Dependent public class DeploymentsMarshallingStrategiesPresenter extends org.kie.workbench.common.screens.library.client.settings.util.sections.Section<DeploymentDescriptorModel>
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentsMarshallingStrategiesPresenter.MarshallingStrategiesListPresenter |
Constructor and Description |
---|
DeploymentsMarshallingStrategiesPresenter(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,
DeploymentsMarshallingStrategiesView view,
DeploymentsMarshallingStrategiesPresenter.MarshallingStrategiesListPresenter marshallingStrategyPresenters,
ItemObjectModelFactory itemObjectModelFactory) |
Modifier and Type | Method and Description |
---|---|
void |
addNewMarshallingStrategy() |
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 DeploymentsMarshallingStrategiesPresenter(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, DeploymentsMarshallingStrategiesView view, DeploymentsMarshallingStrategiesPresenter.MarshallingStrategiesListPresenter marshallingStrategyPresenters, 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 addNewMarshallingStrategy()
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.