@Dependent public class DecisionComponentsItem extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DecisionComponentsItem.View |
Constructor and Description |
---|
DecisionComponentsItem(DecisionComponentsItem.View view) |
Modifier and Type | Method and Description |
---|---|
DRGElement |
getDrgElement() |
DecisionComponentsItem.View |
getView() |
void |
hide() |
void |
init() |
void |
setDecisionComponent(DecisionComponent decisionComponent) |
void |
show() |
@Inject public DecisionComponentsItem(DecisionComponentsItem.View view)
@PostConstruct public void init()
public DecisionComponentsItem.View getView()
public void setDecisionComponent(DecisionComponent decisionComponent)
public void show()
public void hide()
public DRGElement getDrgElement()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.