public interface Form
Modifier and Type | Method and Description |
---|---|
Form |
addField(Field field)
Add a field to the screen
|
org.json.JSONObject |
getDetailDefn() |
org.json.JSONObject |
getFormDefn() |
org.json.JSONObject |
getRespDefn() |
Form addField(Field field)
field
- the field to be addedorg.json.JSONObject getFormDefn()
org.json.JSONObject getRespDefn()
org.json.JSONObject getDetailDefn()