| Package | Description |
|---|---|
| org.alfresco.web.scripts.forms |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormUIGet.Constraint> |
FormUIGet.ModelContext.getConstraints() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.