I also could not find exact match, but this should work:

Widget w = ...;
dockLayoutPanel.add(w, DockLayoutPanel.EAST);
w.getElement().getParentElement().addClassName("xxx");

Did not test, but the parent element is probably the TD element.
Anyway, adding the style class directly to the widget itself should be
enough to achieve the same layout.

Viliam

On 20. Feb, 17:22 h., nou <[email protected]> wrote:
> morning people
>
> I was  wondering it is possible to retrieve a refence to the <TD>
> composing a DockPanel. In fact I need to add a css class to one of
> them and I found no way whatsoever so far :(
>
> 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.

Reply via email to