static IntelligentFormPopupWindow |
FormPopupHelper.openEditForm(java.lang.String formName,
DocumentId docId) |
Opens a form popup window in index mode for editing existing documents with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openEditForm(java.lang.String formName,
DocumentId docId,
java.lang.String popupTitle) |
Opens a form popup window in index mode for editing existing documents with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openIndexForm(java.lang.String formName) |
Opens a form popup window in default mode with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openIndexForm(java.lang.String formName,
java.lang.String popupTitle) |
Opens a form popup window in default mode with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openIndexForm(java.lang.String formName,
java.lang.String popupTitle,
boolean readOnly) |
Opens a form popup window in default mode with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openNewItemForm(java.lang.String formName,
java.lang.String ddcName) |
Opens a form popup window in index mode for new documents with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openNewItemForm(java.lang.String formName,
java.lang.String ddcName,
java.lang.String popupTitle) |
Opens a form popup window in index mode for new documents with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openQueryForm(java.lang.String formName) |
Opens a form popup window in query mode with the given form.
|
static IntelligentFormPopupWindow |
FormPopupHelper.openQueryForm(java.lang.String formName,
java.lang.String popupTitle) |
Opens a form popup window in query mode with the given form.
|