public interface FormPopupView
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FormPopupView.Presenter |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
hide() |
void |
setName(String name) |
void |
setPresenter(FormPopupView.Presenter presenter) |
void |
show() |
void |
showFieldEmptyWarning() |
void setPresenter(FormPopupView.Presenter presenter)
void show()
void hide()
String getName()
void setName(String name)
void showFieldEmptyWarning()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.