java - How can I tell my form that the value of a control changed? -
i trying implement mvc type pattern in eclipse plugin, i'm stuck. can't figure out how have controls tell form belong have changed. there's no isdirty() method , no firepropertychanged() method using in form/editor relationship.
in formpage derived class add form page parts based on sectionpart or abstractformpart or iformpart contain controls page.
abstractformpart has markdirty method (also markstale, refresh , commit) intended main ways manage form state.
Comments
Post a Comment