Class FormListPopup
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.popups.list.FormListPopup
-
- All Implemented Interfaces:
FormListPopupView.Presenter
public class FormListPopup extends Object implements FormListPopupView.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description protected FormListPopupViewview
-
Constructor Summary
Constructors Constructor Description FormListPopup(FormListPopupView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonOk()voidshow(List<org.uberfire.commons.data.Pair<String,String>> items, PopupItemSelectedCommand command)
-
-
-
Field Detail
-
view
protected final FormListPopupView view
-
-
Constructor Detail
-
FormListPopup
@Inject public FormListPopup(FormListPopupView view)
-
-
Method Detail
-
show
public void show(List<org.uberfire.commons.data.Pair<String,String>> items, PopupItemSelectedCommand command)
-
onOk
public void onOk()
- Specified by:
onOkin interfaceFormListPopupView.Presenter
-
-