@Dependent @Templated public class DecisionComponentsItemView extends Object implements DecisionComponentsItem.View
| Constructor and Description |
|---|
DecisionComponentsItemView(elemental2.dom.HTMLImageElement icon,
elemental2.dom.HTMLHeadingElement name,
elemental2.dom.HTMLParagraphElement file) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(DecisionComponentsItem presenter) |
void |
setFile(String file) |
void |
setIcon(String iconURI) |
void |
setName(String name) |
@Inject
public DecisionComponentsItemView(elemental2.dom.HTMLImageElement icon,
@Named(value="h5")
elemental2.dom.HTMLHeadingElement name,
elemental2.dom.HTMLParagraphElement file)
public void init(DecisionComponentsItem presenter)
init in interface org.uberfire.client.mvp.HasPresenter<DecisionComponentsItem>public void setIcon(String iconURI)
setIcon in interface DecisionComponentsItem.Viewpublic void setName(String name)
setName in interface DecisionComponentsItem.Viewpublic void setFile(String file)
setFile in interface DecisionComponentsItem.ViewCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.