Changes between Version 44 and Version 45 of mvc


Ignore:
Timestamp:
02/13/24 15:44:34 (10 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mvc

    v44 v45  
    114114||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.||
    115115||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||
    116117||ComboBox||allows to make selections in SelectionModel||
    117118||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||