jhickman / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
0 stars 0 forks source link

FillLayout is not supported #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a <gxt:LayoutContainer layout="FillLayout">

What is the expected output? What do you see instead?
The LayoutContainer should be constructed with a FillLayout.  Instead, UiBinder 
crashes with the error "[ERROR] [client] - 'layout' must be one of ... but 
found FillLayout Element <gxt:LayoutContainer layout='FillLayout' 
rowLayoutOrientation='HORIZONTAL'> (:49)".

What version of the product are you using? On what operating system?
gxt-uibinder 0.6
Internet Explorer 8
Windows 7

Please provide any additional information below.
I think FillLayout should be able to be handled simply as a RowLayout since it 
extends it.  However, it would probably be good to rename rowLayoutOrientation 
to something that would work for both of them.

Original issue reported on code.google.com by graham.w...@gmail.com on 16 Feb 2011 at 1:30

GoogleCodeExporter commented 9 years ago

Original comment by jus...@jhickman.com on 22 Feb 2011 at 4:47

GoogleCodeExporter commented 9 years ago
Support added.  Will be available in version 0.7 GA

Original comment by jus...@jhickman.com on 6 Mar 2011 at 4:59