Celltable ui.xml possibilities

2011-03-04 Thread Jim Weaver
Hi, Very new to GWT. I'm working on a small application and trying to use the UIBinder technique (owner java class paried with ui.xml template). In the case of a celltable, I'm curious if I can put more of the layout in the ui.xml than any of the examples show. All the examples generally just

Re: Celltable ui.xml possibilities

2011-03-04 Thread Jeff Schwartz
A number of widgets, cell-based widgets included, cannot be fully marked up using uibinder alone at this time and require backing Java code but the GWT team is promising fuller markup support for them in a future GWT version. The upside is that the Java api for CellTable is very adaptable,