Changes between Version 22 and Version 23 of mvc


Ignore:
Timestamp:
06/13/22 14:48:12 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mvc

    v22 v23  
    8282||StringPanel||A panel allowing the user to enter an arbitrary text||
    8383||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||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.||
    8485||ComboBox||allows to make selections in SelectionModel||
    8586||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||