@ApplicationScoped public class ProvisioningManagementPerspective extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
Constructor and Description |
---|
ProvisioningManagementPerspective(org.jboss.errai.common.client.api.Caller<ProviderTypeService> providerTypeService,
org.jboss.errai.common.client.api.Caller<RuntimeService> runtimeService,
EnableProviderTypeWizard enableProviderTypeWizard,
NewProviderWizard newProviderWizard,
NewDeployWizard newDeployWizard,
ClientProviderHandlerRegistry handlerRegistry) |
Modifier and Type | Method and Description |
---|---|
org.uberfire.workbench.model.PerspectiveDefinition |
buildPerspective() |
protected void |
onAddNewProvider(AddNewProviderEvent event) |
protected void |
onAddNewProviderType(AddNewProviderTypeEvent event) |
protected void |
onAddNewRuntime(AddNewRuntimeEvent event) |
public static final String IDENTIFIER
@Inject public ProvisioningManagementPerspective(org.jboss.errai.common.client.api.Caller<ProviderTypeService> providerTypeService, org.jboss.errai.common.client.api.Caller<RuntimeService> runtimeService, EnableProviderTypeWizard enableProviderTypeWizard, NewProviderWizard newProviderWizard, NewDeployWizard newDeployWizard, ClientProviderHandlerRegistry handlerRegistry)
public org.uberfire.workbench.model.PerspectiveDefinition buildPerspective()
protected void onAddNewProviderType(@Observes AddNewProviderTypeEvent event)
protected void onAddNewProvider(@Observes AddNewProviderEvent event)
protected void onAddNewRuntime(@Observes AddNewRuntimeEvent event)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.