Milchreis / UiBooster

🚀 Creates fast and easy dialogs for utility tools
GNU General Public License v3.0
117 stars 12 forks source link

Data-Binding #123

Closed Milchreis closed 4 months ago

Milchreis commented 7 months ago

UiBooster is missing a data-binding functionality. FormElements get an initial value and any change by the user are trackable with the ChangeListener. But if the data is changed on another way the Ui get no notification.

UiBooster should support this functionality to be usable in more complex UIs.

Milchreis commented 7 months ago

The current state of development brings the following breaking changes: