| Modifier | Constructor and Description |
|---|---|
protected |
FormUIGet.ModelContext(org.springframework.extensions.webscripts.WebScriptRequest request,
Mode mode,
org.json.JSONObject formDefinition,
FormConfigElement formConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheFieldDefinitions() |
Map<String,org.json.JSONObject> |
getAssociationDefinitions() |
List<FormUIGet.Constraint> |
getConstraints() |
Map<String,FormUIGet.Field> |
getFields() |
FormConfigElement |
getFormConfig() |
org.json.JSONObject |
getFormDefinition() |
Map<String,Object> |
getFormUIModel() |
Mode |
getMode() |
Map<String,org.json.JSONObject> |
getPropertyDefinitions() |
org.springframework.extensions.webscripts.WebScriptRequest |
getRequest() |
List<FormUIGet.Element> |
getStructure() |
void |
setFormUIModel(Map<String,Object> formUIModel) |
protected FormUIGet.ModelContext(org.springframework.extensions.webscripts.WebScriptRequest request,
Mode mode,
org.json.JSONObject formDefinition,
FormConfigElement formConfig)
public void cacheFieldDefinitions()
public org.springframework.extensions.webscripts.WebScriptRequest getRequest()
public Mode getMode()
public org.json.JSONObject getFormDefinition()
public FormConfigElement getFormConfig()
public List<FormUIGet.Constraint> getConstraints()
public List<FormUIGet.Element> getStructure()
public Map<String,FormUIGet.Field> getFields()
Copyright © 2005–2014 Alfresco Software. All rights reserved.