Class LookupQueryPopup
java.lang.Object
com.saperion.ngc.iform.field.lookup.popup.LookupQueryPopup
Helper class for advanced form-based lookup-query-popups.
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Method Details
-
openPopup
public 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 toformName
- name of the form to opentitle
- title of the window the form will be contained inlistener
- listener to call when the user selected a row in the forms result set. The listener will be called with a genericEvent
containing the selected row asResultProperties
in it's data field.
-