@Dependent public class FieldItemPresenter extends Object implements FieldItemView.Presenter
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FieldItemView> |
fieldItemMap |
protected ListGroupItemView.Presenter |
listGroupItemPresenter |
protected ViewsProvider |
viewsProvider |
| Constructor and Description |
|---|
FieldItemPresenter() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.LIElement |
getLIElement(String parentPath,
String factName,
String fieldName,
String className) |
void |
onFieldElementClick(FieldItemView selected) |
void |
setListGroupItemPresenter(ListGroupItemView.Presenter listGroupItemPresenter) |
void |
unselectAll() |
@Inject protected ViewsProvider viewsProvider
protected ListGroupItemView.Presenter listGroupItemPresenter
protected Map<String,FieldItemView> fieldItemMap
public com.google.gwt.dom.client.LIElement getLIElement(String parentPath, String factName, String fieldName, String className)
getLIElement in interface FieldItemView.PresenterparentPath - The parent path (empty if the properties belongs to a top-level element)public void setListGroupItemPresenter(ListGroupItemView.Presenter listGroupItemPresenter)
setListGroupItemPresenter in interface FieldItemView.Presenterpublic void onFieldElementClick(FieldItemView selected)
onFieldElementClick in interface FieldItemView.Presenterpublic void unselectAll()
unselectAll in interface FieldItemView.PresenterCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.