Uses of Class
com.saperion.ngc.iform.IntelligentFormPopupWindow
Packages that use IntelligentFormPopupWindow
Package
Description
Package for advanced lookup field popup classes.
Package for Server-Script utility/helper classes.
-
Uses of IntelligentFormPopupWindow in com.saperion.ngc.iform.field.lookup.popup
Constructors in com.saperion.ngc.iform.field.lookup.popup with parameters of type IntelligentFormPopupWindowModifierConstructorDescriptionDoubleclickListener
(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) -
Uses of IntelligentFormPopupWindow in com.saperion.ngc.scripthelper
Methods in com.saperion.ngc.scripthelper that return IntelligentFormPopupWindowModifier and TypeMethodDescriptionstatic 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.