Changes between Version 4 and Version 5 of mvc


Ignore:
Timestamp:
06/13/22 10:10:31 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mvc

    v4 v5  
    2828* Selected: a model (eg in a list) just got selected
    2929
     30=== BasicModel
     31BasicModel 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