Changes between Version 20 and Version 21 of mvc
- Timestamp:
- 06/13/22 14:27:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v20 v21 81 81 ||= Panel =||= Description =|| 82 82 ||StringPanel||A panel allowing the user to enter an arbitrary text|| 83 ||NumberPanel panel allowing the user to enter an arbitrary (decimal) number with a Text field. Spinners and sliders are not good to enter general numbers because we don't have a min/max or #decimal places||83 ||NumberPanel||Panel allowing the user to enter an arbitrary (decimal) number with a Text field. Spinners and sliders are not good to enter general numbers because we don't have a min/max or #decimal places|| 84 84 ||ComboBox||allows to make selections in SelectionModel|| 85 85 ||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||