@Dependent public class DeploymentsRequiredRolesPresenter extends org.kie.workbench.common.screens.library.client.settings.util.sections.Section<DeploymentDescriptorModel>
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentsRequiredRolesPresenter.RequiredRolesListPresenter |
Constructor and Description |
---|
DeploymentsRequiredRolesPresenter(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,
DeploymentsRequiredRolesView view,
DeploymentsRequiredRolesPresenter.RequiredRolesListPresenter requiredRolesListPresenter) |
Modifier and Type | Method and Description |
---|---|
void |
addNewRequiredRole() |
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 DeploymentsRequiredRolesPresenter(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, DeploymentsRequiredRolesView view, DeploymentsRequiredRolesPresenter.RequiredRolesListPresenter requiredRolesListPresenter)
@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 addNewRequiredRole()
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.