Changes between Version 12 and Version 13 of mvc


Ignore:
Timestamp:
06/13/22 12:00:32 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mvc

    v12 v13  
    7676A TypedModel extends a Model by adding a RealType and the functions getCurrentValue and setCurrentValue to get/set the RealType contained by the model.
    7777The reason that the RealType is not included in Model is because the Models provided in this toolbox, and probably part of the Models developed by the GUI developer, must remain abstract and can not be linked to for instance a Person object already.
     78
     79= Panels
     80The panels model offers GUI components, aka Widgets, for use with the models. Currently there are the following panels:
     81||ComboBox||allows to make selections in SelectionModel||
     82||MapPanel||showing a MapModel as table with 2 columns. The left column
     83 * shows the keys, the right column shows the values. All fields are editable. Editors for the models in the MapModel are generated using the PanelFactory. MapPanel is therefore limited to built-in models||
     84