Interface GenericFormDisplayPresenter.GenericFormDisplayView
-
- All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
GenericFormDisplayView
- Enclosing class:
- GenericFormDisplayPresenter
public static interface GenericFormDisplayPresenter.GenericFormDisplayView extends com.google.gwt.user.client.ui.IsWidget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
displayNotification(String text)
FormDisplayerView
getDisplayerView()
-
-
-
Method Detail
-
getDisplayerView
FormDisplayerView getDisplayerView()
-
displayNotification
void displayNotification(String text)
-
-