@Dependent public class ProviderStatusPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ProviderStatusPresenter.View |
Constructor and Description |
---|
ProviderStatusPresenter(ProviderStatusPresenter.View view,
org.jboss.errai.ioc.client.api.ManagedInstance<RuntimePresenter> runtimePresenterInstance) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
ProviderStatusPresenter.View |
getView() |
void |
init() |
boolean |
isEmpty() |
protected RuntimePresenter |
newRuntimePresenter() |
boolean |
removeItem(PipelineExecutionTraceKey pipelineExecutionTraceKey) |
boolean |
removeItem(RuntimeKey runtimeKey) |
void |
setupItems(Collection<RuntimeListItem> response) |
@Inject public ProviderStatusPresenter(ProviderStatusPresenter.View view, org.jboss.errai.ioc.client.api.ManagedInstance<RuntimePresenter> runtimePresenterInstance)
@PostConstruct public void init()
public void setupItems(Collection<RuntimeListItem> response)
public boolean removeItem(RuntimeKey runtimeKey)
public boolean removeItem(PipelineExecutionTraceKey pipelineExecutionTraceKey)
public boolean isEmpty()
public void clear()
public ProviderStatusPresenter.View getView()
protected RuntimePresenter newRuntimePresenter()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.