Interface FieldItemView.Presenter
-
- All Known Implementing Classes:
FieldItemPresenter
- Enclosing interface:
- FieldItemView
public static interface FieldItemView.Presenter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.dom.client.LIElementgetLIElement(List<String> parentPath, String factName, String fieldName, String className, String classTypeName)voidonFieldElementClick(FieldItemView selected)voidreset()voidsetListGroupItemPresenter(ListGroupItemView.Presenter listGroupItemPresenter)voidshowAll()voidunselectAll()
-
-
-
Method Detail
-
getLIElement
com.google.gwt.dom.client.LIElement getLIElement(List<String> parentPath, String factName, String fieldName, String className, String classTypeName)
- Parameters:
parentPath- The parent path (empty if the properties belongs to a top-level element)factName-fieldName-className-classTypeName-- Returns:
-
onFieldElementClick
void onFieldElementClick(FieldItemView selected)
-
setListGroupItemPresenter
void setListGroupItemPresenter(ListGroupItemView.Presenter listGroupItemPresenter)
-
unselectAll
void unselectAll()
-
showAll
void showAll()
-
reset
void reset()
-
-