views:

88

answers:

2

I am using UiBinder xml files in a GWT project. The problem is that Eclipse doesn't give me any info about what attribute I can use with the widgets

For example I know I can set width or style this way :

<g:HorizontalPanel width="100%" addStyleNames="{style.mainPanel}">

But they are not mentioned in the list that appears after clicking ctrl + space. So I don't know what other options I have. How can I get them ?

More generally I find it hard to find complete documentation on what we can do in the UiBinder. Which leads to spending a lot of time to find how to deal with simple features like this one Has anybody got any good links.

A: 

I haven't looked around for some third party tutorials/insights, since I found the ones provided by Google sufficient:

Igor Klimer