public final class LookupQueryPopup extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
public static void openPopup(AdvancedLookupField field, String formName, String title, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener)
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 generic Event
containing the selected
row as ResultProperties
in it's data field.Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.