gwt - Dynamic form with binding in GXT -
what best approach implement form variable number of text fields? i'm thinking this:
textfield1 (removebutton) textfield2 (removebutton) textfield3 (removebutton) addnewtextfieldbutton
i bind list of strings.
i achieved editable grid single column , buttons add/delete rows.
this component integrated gwt editor framework can bind grid list of objects using liststoreeditor
Comments
Post a Comment