Class FormPopup
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.popups.text.FormPopup
-
- All Implemented Interfaces:
FormPopupView.Presenter
- Direct Known Subclasses:
TextBoxFormPopup
public abstract class FormPopup extends Object implements FormPopupView.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description protected FormPopupViewview
-
Constructor Summary
Constructors Constructor Description FormPopup(FormPopupView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide()voidonOk()voidsetOldName(String oldName)voidshow(PopupSetFieldCommand command)
-
-
-
Field Detail
-
view
protected final FormPopupView view
-
-
Constructor Detail
-
FormPopup
public FormPopup(FormPopupView view)
-
-
Method Detail
-
show
public void show(PopupSetFieldCommand command)
-
onOk
public void onOk()
- Specified by:
onOkin interfaceFormPopupView.Presenter
-
setOldName
public void setOldName(String oldName)
-
hide
public void hide()
-
-