public interface FieldItemView
Modifier and Type | Interface and Description |
---|---|
static interface |
FieldItemView.Presenter |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getClassTypeName() |
String |
getFactName() |
String |
getFieldName() |
String |
getFullPath() |
com.google.gwt.dom.client.LIElement |
getLIElement() |
void |
hide() |
boolean |
isCheckShown() |
void |
onFieldElementSelected()
It manages the fieldElement when is automatically selected.
|
void |
setFieldData(String fullPath,
String factName,
String fieldName,
String className,
String classTypeName) |
void |
setPresenter(FieldItemView.Presenter fieldItemPresenter) |
void |
show() |
void |
showCheck(boolean show) |
void |
unselect() |
String getFullPath()
String getFactName()
String getFieldName()
String getClassName()
String getClassTypeName()
void setPresenter(FieldItemView.Presenter fieldItemPresenter)
void onFieldElementSelected()
void setFieldData(String fullPath, String factName, String fieldName, String className, String classTypeName)
fullPath
- The parent path (empty if the properties belongs to a top-level element)factName
- fieldName
- className
- classTypeName
- com.google.gwt.dom.client.LIElement getLIElement()
void showCheck(boolean show)
boolean isCheckShown()
void unselect()
void hide()
void show()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.