Changes between Version 16 and Version 17 of mvc
- Timestamp:
- 06/13/22 13:09:56 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v16 v17 82 82 ||ComboBox||allows to make selections in SelectionModel|| 83 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|| 84 ||ListViewPanel|| Shows full scrollable view of list. User can select one item in the list and edit it. The list can NOT be changed, only the existing elements can be edited.||84 ||ListViewPanel|| Shows full scrollable view of list. User can select one item in the list and edit it. The list can NOT be changed, only the existing elements can be edited. Editors for the models in the ListModel are generated using the PanelFactory. This is therefore limited to built-in models.|| 85 85