Try Column.setFieldUpdater(FieldUpdater<T,C> fieldUpdater). Override the method update(int index, T object, C value) to update all the objects forming your table model.
S. Abraham www.DataStoreGwt.com On Sep 5, 6:32 pm, vaibhav bhalke <[email protected]> wrote: > I am using gwt2.3 > > My celltable contains 10 rows, 5 columns. > > All cells in 1st row is empty,editable. > > Whenever user clicks on column cell lets say 1st row X 3rd column then user > will edit that cell say "xyz". after that when user click on button: "update > column cell" then xyz value set to all cell present in that column. > > I am using different celltype in celltable. > > How to set/update all cell value in that particular column/page whose 1st > cell is edited > > Any help or guidance in this matter would be appreciated > > -- > Best Regards, > Vaibhav > > <http://about.me/vaibhavbhalke> -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
