Changes between Version 18 and Version 19 of mvc
- Timestamp:
- 06/13/22 14:25:18 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v18 v19 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 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 ||EditableListViewPanel||As a ListViewPanel, but with additional add and delete buttons. When add is clicked, the addItem function is called, which is to be implemented by the programmer. This gives maximum flexibility for creating new entries|| 86 85 87