CellWidget<String> cell = new CellWidget<String>(new EditTextCell());
cell.setValue("test", true);
panel.add(cell);
Hope that's the correct way.
Though you could just have told me: "man use a CellWidget, add your EditTextCell and set the value. That's all"... would have sped up my understanding.
Thanks anyway for your hints, really appreciate it!
Am Samstag, 23. Februar 2013 13:09:38 UTC+1 schrieb Thomas Broyer:
OK; stop asking, stop thinking, start reading: http://google-web---toolkit.googlecode.com/svn/ javadoc/latest/com/google/gwt/ user/cellview/client/ CellWidget.html
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment