Class RestorePopUpView
- java.lang.Object
-
- org.uberfire.ext.editor.commons.client.file.popups.RestorePopUpView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<RestorePopUpPresenter>,org.uberfire.client.mvp.UberElement<RestorePopUpPresenter>,RestorePopUpPresenter.View
@Dependent @Templated public class RestorePopUpView extends Object implements RestorePopUpPresenter.View, org.jboss.errai.ui.client.local.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description RestorePopUpView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()voidhide()voidinit(RestorePopUpPresenter presenter)voidshow()
-
-
-
Method Detail
-
init
public void init(RestorePopUpPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<RestorePopUpPresenter>
-
show
public void show()
- Specified by:
showin interfaceRestorePopUpPresenter.View
-
hide
public void hide()
- Specified by:
hidein interfaceRestorePopUpPresenter.View
-
getComment
public String getComment()
- Specified by:
getCommentin interfaceRestorePopUpPresenter.View
-
-