I wanted to allow a class that have a callback that passes back data to the main class.
So there is two class: First class contain the body of another widget from other class and a save button. The second class is the widget class stores in another file.
How to I save the value that had been inputted in the second class after i click the save button?