Changes between Version 2 and Version 3 of NFR_GENERAL_PERFORMANCE_R0
- Timestamp:
- 11/16/09 10:21:39 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NFR_GENERAL_PERFORMANCE_R0
v2 v3 42 42 * In BoundControl, add '''protected abstract M getDefaultValue()'''. This will be implemented in subclasses, according to their type. It will return the value which will be used when nothing in computed. 43 43 * Again in BoundControl, in computeModelData(), if the control is not visible, return the default value. 44 * This way, a bound control will not recompute when not shown.44 * Result: a bound control will not recompute if not shown. For example, writing text in head text frame is smoother. 45 45 46 46 === Halo menus ===