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