Changes between Version 13 and Version 14 of mvc
- Timestamp:
- 06/13/22 12:00:50 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v13 v14 80 80 The panels model offers GUI components, aka Widgets, for use with the models. Currently there are the following panels: 81 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|| 82 ||MapPanel||showing a MapModel as table with 2 columns. The left column 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 83