public abstract class FormPopup extends Object implements FormPopupView.Presenter
| Modifier and Type | Field and Description |
|---|---|
protected FormPopupView |
view |
| Constructor and Description |
|---|
FormPopup(FormPopupView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
hide() |
void |
onOk() |
void |
setOldName(String oldName) |
void |
show(PopupSetFieldCommand command) |
protected final FormPopupView view
public FormPopup(FormPopupView view)
public void show(PopupSetFieldCommand command)
public void onOk()
onOk in interface FormPopupView.Presenterpublic void setOldName(String oldName)
public void hide()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.