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, especially
when used in conjunction with the supporting DataProvider and SelectionModel
classes and their derivatives.

Jeff

On Thu, Mar 3, 2011 at 3:02 PM, Jim Weaver <[email protected]> wrote:

> 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.
>
>


-- 
*Jeff Schwartz*
http://jefftschwartz.appspot.com/
http://www.linkedin.com/in/jefftschwartz
follow me on twitter: @jefftschwartz

-- 
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.

Reply via email to