@Dependent public class PipelinePresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PipelinePresenter.View |
Constructor and Description |
---|
PipelinePresenter(PipelinePresenter.View view) |
Modifier and Type | Method and Description |
---|---|
void |
addStage(org.jboss.errai.common.client.api.IsElement stage) |
void |
clearStages() |
PipelinePresenter.View |
getView() |
void |
init() |
@Inject public PipelinePresenter(PipelinePresenter.View view)
@PostConstruct public void init()
public PipelinePresenter.View getView()
public void addStage(org.jboss.errai.common.client.api.IsElement stage)
public void clearStages()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.