Re: HasDataEditor + CellTable

2011-06-30 Thread gwtomni gwtomni
hello, can i have the source code of MyCellTable class ? is it implementing any other kind of interface to make the save() method working. thank you. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to g

Re: HasDataEditor + CellTable

2011-05-17 Thread Tim
Oops, got this thread confused with mine... similar topic and all :) On May 17, 4:00 pm, Tim wrote: > Thanks for the reply, but unless I'm mistaken, that will show the > data, but it will not propagate any HasEditorErrors. I have no problem > showing the data, my issue is trying to use HasEditorE

Re: HasDataEditor + CellTable

2011-05-17 Thread Tim
Thanks for the reply, but unless I'm mistaken, that will show the data, but it will not propagate any HasEditorErrors. I have no problem showing the data, my issue is trying to use HasEditorError with HasDataEditor and CellTable. -- You received this message because you are subscribed to the Goog

Re: HasDataEditor + CellTable

2011-05-17 Thread tfeiner
Hi! I give you an example: public class MyPanel extends Composite implements Editor { static MyPanelDriver myPanelDriver = GWT.create(MyPanelDriver .class); interface MyPanelDriver extends SimpleBeanEditorDriver {} @UiField// if you use declarative layout MyCell