Changes between Initial Version and Version 1 of BASE_BOUND_CONTROLS_R0
- Timestamp:
- 09/04/08 13:03:53 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_BOUND_CONTROLS_R0
v1 v1 1 * Bound controls provide a way for user input but they differ from standard controls in their behavior. When data is input in a bound control it is automatically validated. If it is correct it is put in the undo/redo mechanism and the information in the bound control is sent to the bound data holder(the control model). This transition is two-way. Bound controls are composed of a standard control, an icon and optionally a label. They allow to attach a model and a verification mechanism. The icon shows the verification status. It can be either correct (a green tick) or incorrect (a red cross.) 2 * We need: 3 * Text box 4 * Drop-down list 5 * Spinner 6 * Check-box