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 show a single node for the CellTable, and java code adds columns to the cell table and maps those columns to model object properties. Is this the only option?
With some widgets, like DockLayoutPanel, the javadoc for the widget shows that some of the operations on the widget (like "addNorth" in DLP's case) can be made in the ui.xml as opposed to java code. CellTable javadoc does not make any reference to what the options are in the ui.xml. Thanks! -- 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.
