Changes between Version 4 and Version 5 of mvc
- Timestamp:
- 06/13/22 10:10:31 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v4 v5 28 28 * Selected: a model (eg in a list) just got selected 29 29 30 === BasicModel 31 BasicModel is a generic implementation of Model ment to store primitive objects eg String or numbers. It introduces a getValue and setValue function. There also is a check() function. The intention of the check() function is that a Model throws an exception if the value passed into setValue does not meet additional requirements. 32