]> source.dussan.org Git - vaadin-framework.git/commit
BoxLayout now working with LayoutManager (except for spacing size)
authorJouni Koivuviita <jouni@jounikoivuviita.com>
Sat, 14 Apr 2012 21:12:27 +0000 (00:12 +0300)
committerJouni Koivuviita <jouni@jounikoivuviita.com>
Sat, 14 Apr 2012 21:12:27 +0000 (00:12 +0300)
commita14b4e87604dde45d1203df5840f469ac11ad7ee
tree0fe47b90d13aea22043ac76cd8a5b812a13aae11
parentdbb827bd737244a58bb35c670aa2101c482831fd
BoxLayout now working with LayoutManager (except for spacing size)
GWT development mode for vaadin.launch [new file with mode: 0644]
WebContent/VAADIN/themes/tests-components/styles.css
src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
src/com/vaadin/terminal/gwt/client/LayoutManager.java
src/com/vaadin/terminal/gwt/client/ui/AbstractBoxLayoutConnector.java
src/com/vaadin/terminal/gwt/client/ui/HorizontalBoxLayoutConnector.java
src/com/vaadin/terminal/gwt/client/ui/VBoxLayout.java
src/com/vaadin/terminal/gwt/client/ui/VerticalBoxLayoutConnector.java
tests/testbench/com/vaadin/tests/components/orderedlayout/BoxLayoutTest.java