Feature #244
Form layout and renderer
Start date:
11/30/2012
Due date:
% Done:
0%
Component:
Case Management
Description
Implementation of the form layout and renderer in order to promote dynamic forms (and prevent customization of the desktop version to country's specific needs).
Initial implementation:
Form structure¶
A form is composed of the following structure:
Form -> Sections -> Controls/Text
So a class model must be implemented in order to host this structure. In order to get flexibility, the form structure must be stored in a XML file format. Classes to parse the XML structure must be implemented.
Form renderer¶
Library responsable for
- generating the form UI through a form definition stored in a form structure.
- Bind values of the data model to the form UI;
- Validation of the form according to the validation rules;
History
#1
Updated by Ricardo Memoria over 12 years ago
- Status changed from New to Resolved
Implemented the XView framework for Swing application
#2
Updated by Ricardo Memoria over 12 years ago
- Status changed from Resolved to Closed