I think I modified my HasCell to include the setFieldUpdater(). I'm not sure why they didn't include it...
On Jan 19, 6:34 am, Drew Spencer <[email protected]> wrote: > Hey Patrick, > > The thing with setFieldUpdater is that I can't work out how to access it > from the Presenter. If I add something like HasCell<T, C> getDeleteColumn() > to the interface my view implements, I can only access getFieldUpdater, not > setFieldUpdater. In honesty the whole CellTable thing seems like it needs > some work, so maybe they have plans for the next release or something. > > If anyone can suggest an easier way to do this then I would appreciate it. > I thought FlexTable or something similar would be a bad move as cells are > meant to be much more efficient and cleaner, so decided to put in the extra > work and go for cell widgets straight away. -- 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.
