Class LookupQueryPopup
- java.lang.Object
-
- com.saperion.ngc.iform.field.lookup.popup.LookupQueryPopup
-
public final class LookupQueryPopup extends java.lang.Object
Helper class for advanced form-based lookup-query-popups.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
openPopup(AdvancedLookupField field, java.lang.String formName, java.lang.String title, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener)
Opens the query form.
-
-
-
Method Detail
-
openPopup
public static void openPopup(AdvancedLookupField field, java.lang.String formName, java.lang.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.
-
-