| Package | Description |
|---|---|
| org.alfresco.web.scripts.forms |
| Modifier and Type | Method and Description |
|---|---|
protected FormUIGet.Field |
FormUIGet.generateFieldModel(FormUIGet.ModelContext context,
String fieldName,
FormField fieldConfig)
Generates the model for the given field.
|
protected FormUIGet.Field |
FormUIGet.generateTransientFieldModel(FormUIGet.ModelContext context,
String fieldName,
org.json.JSONObject fieldDefinition,
FormField fieldConfig)
Generates a model for a "transient" field.
|
protected FormUIGet.Field |
FormUIGet.generateTransientFieldModel(String fieldName,
String template)
Generates a model for a "transient" field.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FormUIGet.Field> |
FormUIGet.ModelContext.getFields() |
| Modifier and Type | Method and Description |
|---|---|
protected FormUIGet.Constraint |
FormUIGet.generateConstraintModel(FormUIGet.ModelContext context,
FormUIGet.Field field,
FormField fieldConfig,
String constraintId,
org.json.JSONObject constraintParams,
ConstraintHandlerDefinition defaultConstraintConfig)
Generates the model for a single constraint.
|
protected FormUIGet.Constraint |
FormUIGet.generateConstraintModel(FormUIGet.ModelContext context,
FormUIGet.Field field,
org.json.JSONObject fieldDefinition,
FormField fieldConfig,
org.json.JSONObject constraintDefinition)
Generates the model for a single constraint.
|
protected FormUIGet.Constraint |
FormUIGet.generateConstraintModel(FormUIGet.ModelContext context,
FormUIGet.Field field,
org.json.JSONObject fieldDefinition,
FormField fieldConfig,
String constraintId)
Generates the model for a single constraint.
|
protected void |
FormUIGet.processFieldConstraintControl(FormUIGet.ModelContext context,
FormUIGet.Field field,
FormField fieldConfig,
FormUIGet.Constraint constraint)
Processes the given constraint to ensure the field's control
adheres to the constraint.
|
protected void |
FormUIGet.processFieldConstraintHelp(FormUIGet.ModelContext context,
FormUIGet.Field field,
FormField fieldConfig,
FormUIGet.Constraint constraint)
Processes the given constraint to add help text to the field's control
if relevant.
|
protected void |
FormUIGet.processFieldConstraints(FormUIGet.ModelContext context,
FormUIGet.Field field,
org.json.JSONObject fieldDefinition,
FormField fieldConfig)
Processes the constraints for the field.
|
protected void |
FormUIGet.processFieldContent(FormUIGet.ModelContext context,
FormUIGet.Field field,
org.json.JSONObject fieldDefinition,
FormField fieldConfig)
Processes the field for content.
|
protected void |
FormUIGet.processFieldControl(FormUIGet.ModelContext context,
FormUIGet.Field field,
org.json.JSONObject fieldDefinition,
FormField fieldConfig)
Processes the control for the field.
|
protected void |
FormUIGet.processFieldData(FormUIGet.ModelContext context,
FormUIGet.Field field,
org.json.JSONObject fieldDefinition,
FormField fieldConfig)
Processes the "data" part of the field model.
|
protected void |
FormUIGet.processFieldIdentification(FormUIGet.ModelContext context,
FormUIGet.Field field,
org.json.JSONObject fieldDefinition,
FormField fieldConfig)
Processes the identification part of the field model.
|
protected void |
FormUIGet.processFieldState(FormUIGet.ModelContext context,
FormUIGet.Field field,
org.json.JSONObject fieldDefinition,
FormField fieldConfig)
Processes the "state" part of the field model i.e.
|
protected void |
FormUIGet.processFieldText(FormUIGet.ModelContext context,
FormUIGet.Field field,
org.json.JSONObject fieldDefinition,
FormField fieldConfig)
Processes the "text" part of the field model i.e.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.