Changes between Version 44 and Version 45 of mvc
- Timestamp:
- 02/13/24 15:44:34 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v44 v45 114 114 ||SliderPanel||A panel allowing the user to pull a slider to enter a decimal number. The left side of the slider is the minimum, the right side the maximum value.|| 115 115 ||CheckboxPanel||A panel allowing the user to change a boolean to true or false|| 116 ||OnOffButton||A button allowing the user to toggle a boolean between true and false|| 116 117 ||ComboBox||allows to make selections in SelectionModel|| 117 118 ||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||