@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 |
showAll() |
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.Presenter
parentPath
- The parent path (empty if the properties belongs to a top-level element)public void setListGroupItemPresenter(ListGroupItemView.Presenter listGroupItemPresenter)
setListGroupItemPresenter
in interface FieldItemView.Presenter
public void onFieldElementClick(FieldItemView selected)
onFieldElementClick
in interface FieldItemView.Presenter
public void unselectAll()
unselectAll
in interface FieldItemView.Presenter
public void showAll()
showAll
in interface FieldItemView.Presenter
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.