Class LookupQueryPopup
java.lang.Object
com.saperion.ngc.iform.field.lookup.popup.LookupQueryPopup
Helper class for advanced form-based lookup-query-popups.
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidopenPopup(AdvancedLookupField field, String formName, String title, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener) Opens the query form.
- 
Method Details- 
openPopuppublic static void openPopup(AdvancedLookupField field, String formName, String title, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener) Opens the query form.- Parameters:
- field- the parent field this popup belongs to
- formName- name of the form to open
- title- title of the window the form will be contained in
- listener- listener to call when the user selected a row in the forms result set. The listener will be called with a generic- Eventcontaining the selected row as- ResultPropertiesin it's data field.
 
 
-