I mainly using GWT 2.0 with UiBinder. Here is how I center a widget
inside a LayoutPanel.

<g:HorizontalPanel width='100%' height='100%'>
        <g:cell verticalAlignment='ALIGN_MIDDLE'
horizontalAlignment='ALIGN_CENTER'>
                <g:Button styleName='{style.button}' text='Query' 
ui:field='query' /
>
        </g:cell>
</g:HorizontalPanel>

Hope it helps you.

On Jun 6, 4:33 pm, Magnus <[email protected]> wrote:
> The link:http://h1403230.stratoserver.net/apache2-default/tmp/gwt-layout.png

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