public interface FormListPopupView
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FormListPopupView.Presenter |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.commons.data.Pair<String,String> |
getSelectedItem() |
void |
setItems(List<org.uberfire.commons.data.Pair<String,String>> items) |
void |
setPresenter(FormListPopupView.Presenter presenter) |
void |
show() |
void |
showFieldEmptyWarning() |
void setPresenter(FormListPopupView.Presenter presenter)
void show()
void showFieldEmptyWarning()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.