public final class FormPopupHelper extends Object
Modifier and Type | Method and Description |
---|---|
static IntelligentFormPopupWindow |
openEditForm(String formName,
DocumentId docId)
Opens a form popup window in index mode for editing existing documents with the given form.
|
static IntelligentFormPopupWindow |
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 |
openIndexForm(String formName)
Opens a form popup window in default mode with the given form.
|
static IntelligentFormPopupWindow |
openIndexForm(String formName,
String popupTitle)
Opens a form popup window in default mode with the given form.
|
static IntelligentFormPopupWindow |
openIndexForm(String formName,
String popupTitle,
boolean readOnly)
Opens a form popup window in default mode with the given form.
|
static IntelligentFormPopupWindow |
openNewItemForm(String formName,
String ddcName)
Opens a form popup window in index mode for new documents with the given form.
|
static IntelligentFormPopupWindow |
openNewItemForm(String formName,
String ddcName,
String popupTitle)
Opens a form popup window in index mode for new documents with the given form.
|
static IntelligentFormPopupWindow |
openQueryForm(String formName)
Opens a form popup window in query mode with the given form.
|
static IntelligentFormPopupWindow |
openQueryForm(String formName,
String popupTitle)
Opens a form popup window in query mode with the given form.
|
public static IntelligentFormPopupWindow openIndexForm(String formName)
formName
- name of the form, which should be openedpublic static IntelligentFormPopupWindow openIndexForm(String formName, String popupTitle)
formName
- name of the form, which should be openedpopupTitle
- title of the form popup windowpublic static IntelligentFormPopupWindow openIndexForm(String formName, String popupTitle, boolean readOnly)
formName
- name of the form, which should be openedpopupTitle
- title of the form popup windowreadOnly
- value for read only parameterpublic static IntelligentFormPopupWindow openNewItemForm(String formName, String ddcName)
formName
- name of the form, which should be openedddcName
- name of the definition for the new documentspublic static IntelligentFormPopupWindow openNewItemForm(String formName, String ddcName, String popupTitle)
formName
- name of the form, which should be openedddcName
- name of the definition for the new documentspopupTitle
- title of the form popup windowpublic static IntelligentFormPopupWindow openEditForm(String formName, DocumentId docId)
formName
- name of the form, which should be openeddocId
- document id of the document to editpublic static IntelligentFormPopupWindow openEditForm(String formName, DocumentId docId, String popupTitle)
formName
- name of the form, which should be openeddocId
- document id of the document to editpopupTitle
- title of the form popup windowpublic static IntelligentFormPopupWindow openQueryForm(String formName)
formName
- name of the form, which should be openedpublic static IntelligentFormPopupWindow openQueryForm(String formName, String popupTitle)
formName
- name of the form, which should be openedpopupTitle
- title of the form popup windowCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.