public static interface FieldItemView.Presenter
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 |
reset() |
void |
setListGroupItemPresenter(ListGroupItemView.Presenter listGroupItemPresenter) |
void |
showAll() |
void |
unselectAll() |
com.google.gwt.dom.client.LIElement getLIElement(String parentPath, String factName, String fieldName, String className)
parentPath
- The parent path (empty if the properties belongs to a top-level element)factName
- fieldName
- className
- void onFieldElementClick(FieldItemView selected)
void setListGroupItemPresenter(ListGroupItemView.Presenter listGroupItemPresenter)
void unselectAll()
void showAll()
void reset()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.