Interface RestorePopUpPresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<RestorePopUpPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<RestorePopUpPresenter>
- All Known Implementing Classes:
RestorePopUpView
- Enclosing class:
- RestorePopUpPresenter
public static interface RestorePopUpPresenter.View extends org.uberfire.client.mvp.UberElement<RestorePopUpPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComment()voidhide()voidshow()
-
-
-
Method Detail
-
show
void show()
-
hide
void hide()
-
getComment
String getComment()
-
-