@ApplicationScoped public class ProviderPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ProviderPresenter.View |
Constructor and Description |
---|
ProviderPresenter(ProviderPresenter.View view,
org.jboss.errai.common.client.api.Caller<ProviderService> providerService,
org.jboss.errai.common.client.api.Caller<ProvisioningScreensService> provisioningScreensService,
ProviderStatusEmptyPresenter providerStatusEmptyPresenter,
ProviderStatusPresenter providerStatusPresenter,
ProviderConfigEmptyPresenter providerConfigEmptyPresenter,
ClientProviderHandlerRegistry providerHandlerRegistry,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification,
javax.enterprise.event.Event<ProviderTypeSelectedEvent> providerTypeSelectedEvent,
javax.enterprise.event.Event<AddNewRuntimeEvent> addNewRuntimeEvent) |
Modifier and Type | Method and Description |
---|---|
void |
deploy() |
org.jboss.errai.common.client.api.IsElement |
getView() |
void |
init() |
protected void |
onPipelineExecutionChange(PipelineExecutionChangeEvent event) |
void |
onProviderSelected(ProviderSelectedEvent event) |
void |
onRefreshRuntime(RefreshRuntimeEvent event) |
void |
onRemoveProvider() |
protected void |
onRuntimeChange(RuntimeChangeEvent event) |
void |
refresh() |
void |
removeProvider() |
@Inject public ProviderPresenter(ProviderPresenter.View view, org.jboss.errai.common.client.api.Caller<ProviderService> providerService, org.jboss.errai.common.client.api.Caller<ProvisioningScreensService> provisioningScreensService, ProviderStatusEmptyPresenter providerStatusEmptyPresenter, ProviderStatusPresenter providerStatusPresenter, ProviderConfigEmptyPresenter providerConfigEmptyPresenter, ClientProviderHandlerRegistry providerHandlerRegistry, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification, javax.enterprise.event.Event<ProviderTypeSelectedEvent> providerTypeSelectedEvent, javax.enterprise.event.Event<AddNewRuntimeEvent> addNewRuntimeEvent)
@PostConstruct public void init()
public void onProviderSelected(@Observes ProviderSelectedEvent event)
public void onRefreshRuntime(@Observes RefreshRuntimeEvent event)
public void refresh()
public void onRemoveProvider()
public void removeProvider()
public void deploy()
public org.jboss.errai.common.client.api.IsElement getView()
protected void onRuntimeChange(@Observes RuntimeChangeEvent event)
protected void onPipelineExecutionChange(@Observes PipelineExecutionChangeEvent event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.