public class FormListPopup extends Object implements FormListPopupView.Presenter
| Modifier and Type | Field and Description |
|---|---|
protected FormListPopupView |
view |
| Constructor and Description |
|---|
FormListPopup(FormListPopupView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
onOk() |
void |
show(List<org.uberfire.commons.data.Pair<String,String>> items,
PopupItemSelectedCommand command) |
protected final FormListPopupView view
@Inject public FormListPopup(FormListPopupView view)
public void show(List<org.uberfire.commons.data.Pair<String,String>> items, PopupItemSelectedCommand command)
public void onOk()
onOk in interface FormListPopupView.PresenterCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.