| Modifier and Type | Method and Description |
|---|---|
static void |
XItemUtil.fillXFormData(org.json.JSONObject persist,
XFormConfig xFormConfig,
XForm form) |
static String |
XFormRenderer.getI18NValue(XFormConfig xFormConfig,
String key) |
static HashMap<String,XItem> |
XItemUtil.getItemsMap(org.json.JSONObject persist,
XFormConfig xFormConfig) |
static XItem |
XItemUtil.getXItem(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
| Modifier and Type | Method and Description |
|---|---|
XFormConfig |
AXFormConfigBuilder.build() |
| Modifier and Type | Field and Description |
|---|---|
protected XFormConfig |
XItem.xFormConfig |
| Constructor and Description |
|---|
XButtonList(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XCheckbox(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XContainer(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XFieldSet(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XImage(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XItem(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XLine(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XPage(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XSelect(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XSpacer(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XSpan(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XTextArea(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XTextField(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
XUpload(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
| Modifier and Type | Method and Description |
|---|---|
XFormConfig |
XForm.getXFormConfig() |
XFormConfig |
IXForm.getXFormConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
XForm.setXFormConfig(XFormConfig xFormConfig) |
void |
IXForm.setXFormConfig(XFormConfig xFormConfig) |
| Constructor and Description |
|---|
XForm(org.json.JSONObject persist,
Map<String,List<String[]>> valuesMap,
XFormConfig xFormConfig)
Konstruktor mit Formularwerten und Render-Konfiguration
|
XForm(org.json.JSONObject persist,
XFormConfig xFormConfig)
Konstruktor mit Render-Konfiguration
|
| Modifier and Type | Method and Description |
|---|---|
static XFormConfig |
FD2SessionHelper.getXFormConfig(javax.servlet.http.HttpServletRequest request,
int projekt_id) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FD2SessionHelper.setXFormConfig(javax.servlet.http.HttpServletRequest request,
int projektId,
XFormConfig config) |
| Constructor and Description |
|---|
WorkflowProcessing(Vorgang v,
Projekt p,
Status zielStatus,
Benutzer curBen,
IFormDataAdapter fdaData,
IEntityContext ec,
SessionAttributes sessionAttributes,
XFormConfig xformConfig) |
| Modifier and Type | Method and Description |
|---|---|
XFormConfig |
WorkflowStartingContext.getFormConfig() |
| Constructor and Description |
|---|
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
boolean isReSubmit,
SessionAttributes sessionAttributes,
XFormConfig formConfig) |
WorkflowStartingContext(UserContext usersContext,
Vorgang vorgang,
IFormDataAdapter fdaData,
Object ntlmUser,
boolean isReSubmit,
SessionAttributes sessionAttributes,
XFormConfig formConfig)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static XFormConfig |
FD2Helper.getDefaultXFormConfig(FD2RenderContext fd2Ctx) |
| Modifier and Type | Method and Description |
|---|---|
static XForm |
FD2Helper.getDefaultXForm(XFormConfig xFormConfig,
FD2RenderContext fd2Ctx) |
Copyright © 2016. All rights reserved.