I realized that gxt have a Bindings class that will bind fields to a modeldata
I am wondering is there a two way to make the fields update if the modeldata get changed by something else. I could only get the field when changed to upload modeldata but if I change modeldata itself I would wish it will change the field with the latest information.