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 |
onFieldElementDoubleClick(String fullPath,
String fieldName,
String className) |
void |
setRightPanelPresenter(RightPanelView.Presenter rightPanelPresenter) |
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 onFieldElementDoubleClick(String fullPath, String fieldName, String className)
void setRightPanelPresenter(RightPanelView.Presenter rightPanelPresenter)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.