Interface EmbeddedFormDisplayerView
-
- All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
EmbeddedFormDisplayerViewImpl
public interface EmbeddedFormDisplayerView extends com.google.gwt.user.client.ui.IsWidget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
display(GenericFormDisplayer displayer)
void
showErrorMessage(String errorHeader, String errorMessage)
-
-
-
Method Detail
-
display
void display(GenericFormDisplayer displayer)
-
-