Changes between Version 20 and Version 21 of mvc


Ignore:
Timestamp:
06/13/22 14:27:41 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mvc

    v20 v21  
    8181||= Panel =||= Description =||
    8282||StringPanel||A panel allowing the user to enter an arbitrary text||
    83 ||NumberPanelpanel 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||
    8484||ComboBox||allows to make selections in SelectionModel||
    8585||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||