Changes between Version 14 and Version 15 of mvc
- Timestamp:
- 06/13/22 12:01:29 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v14 v15 79 79 = Panels 80 80 The panels model offers GUI components, aka Widgets, for use with the models. Currently there are the following panels: 81 ||= Panel =||= Description =|| 81 82 ||ComboBox||allows to make selections in SelectionModel|| 82 83 ||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||