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 IntelligentFormPopupWindowFormPopupHelper.openEditForm(String formName, DocumentId docId) Opens a form popup window in index mode for editing existing documents with the given form.static IntelligentFormPopupWindowFormPopupHelper.openEditForm(String formName, DocumentId docId, String popupTitle) Opens a form popup window in index mode for editing existing documents with the given form.static IntelligentFormPopupWindowFormPopupHelper.openIndexForm(String formName) Opens a form popup window in default mode with the given form.static IntelligentFormPopupWindowFormPopupHelper.openIndexForm(String formName, String popupTitle) Opens a form popup window in default mode with the given form.static IntelligentFormPopupWindowFormPopupHelper.openIndexForm(String formName, String popupTitle, boolean readOnly) Opens a form popup window in default mode with the given form.static IntelligentFormPopupWindowFormPopupHelper.openNewItemForm(String formName, String ddcName) Opens a form popup window in index mode for new documents with the given form.static IntelligentFormPopupWindowFormPopupHelper.openNewItemForm(String formName, String ddcName, String popupTitle) Opens a form popup window in index mode for new documents with the given form.static IntelligentFormPopupWindowFormPopupHelper.openQueryForm(String formName) Opens a form popup window in query mode with the given form.static IntelligentFormPopupWindowFormPopupHelper.openQueryForm(String formName, String popupTitle) Opens a form popup window in query mode with the given form.