@Dependent public class PipelineItemPresenter extends AbstractHasContentChangeHandlers
Modifier and Type | Class and Description |
---|---|
static interface |
PipelineItemPresenter.View |
changeHandlers
Constructor and Description |
---|
PipelineItemPresenter(PipelineItemPresenter.View view) |
Modifier and Type | Method and Description |
---|---|
void |
addOthers(Collection<PipelineItemPresenter> items) |
PipelineKey |
getPipeline() |
org.jboss.errai.common.client.api.IsElement |
getView() |
void |
init() |
boolean |
isSelected() |
protected void |
onItemClick() |
void |
setup(PipelineKey pipeline) |
addContentChangeHandler, fireChangeHandlers, removeContentChangeHandler
@Inject public PipelineItemPresenter(PipelineItemPresenter.View view)
@PostConstruct public void init()
public void setup(PipelineKey pipeline)
public PipelineKey getPipeline()
public void addOthers(Collection<PipelineItemPresenter> items)
public boolean isSelected()
public org.jboss.errai.common.client.api.IsElement getView()
protected void onItemClick()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.