Package | Description |
---|---|
com.saperion.ngc.iform.field.lookup.popup |
Package for advanced lookup field popup classes.
|
com.saperion.ngc.scripthelper |
Package for Server-Script utility/helper classes.
|
Constructor and Description |
---|
DoubleclickListener(IntelligentFormPopupWindow window,
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener,
ResultSetView resultSetView) |
OkButtonListener(IntelligentFormPopupWindow window,
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener,
ResultSetView resultSetView,
boolean multiValueField) |
OkButtonListener(IntelligentFormPopupWindow window,
org.zkoss.zk.ui.event.EventListener listener,
ResultSetView resultSetView,
boolean multiValue,
boolean multiSelect) |
OkListener(ResultSetView resultSetView,
IntelligentFormPopupWindow window,
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener,
boolean multiValueField) |
Modifier and Type | Method and Description |
---|---|
static IntelligentFormPopupWindow |
FormPopupHelper.openEditForm(String formName,
DocumentId docId)
Opens a form popup window in index mode for editing existing documents with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openEditForm(String formName,
DocumentId docId,
String popupTitle)
Opens a form popup window in index mode for editing existing documents with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openIndexForm(String formName)
Opens a form popup window in default mode with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openIndexForm(String formName,
String popupTitle)
Opens a form popup window in default mode with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openIndexForm(String formName,
String popupTitle,
boolean readOnly)
Opens a form popup window in default mode with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openNewItemForm(String formName,
String ddcName)
Opens a form popup window in index mode for new documents with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openNewItemForm(String formName,
String ddcName,
String popupTitle)
Opens a form popup window in index mode for new documents with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openQueryForm(String formName)
Opens a form popup window in query mode with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openQueryForm(String formName,
String popupTitle)
Opens a form popup window in query mode with the given form.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.