Kie Workbench - Common - UI 6.2.0.Final

org.kie.workbench.common.widgets.client.popups.list
Class FormListPopup

java.lang.Object
  extended by org.kie.workbench.common.widgets.client.popups.list.FormListPopup
All Implemented Interfaces:
FormListPopupView.Presenter

public class FormListPopup
extends Object
implements FormListPopupView.Presenter


Field Summary
protected  FormListPopupView view
           
 
Constructor Summary
FormListPopup(FormListPopupView view)
           
 
Method Summary
 void onOk()
           
 void show(List<org.uberfire.commons.data.Pair<String,String>> items, PopupItemSelectedCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
onOk in interface FormListPopupView.Presenter

Kie Workbench - Common - UI 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.