]> source.dussan.org Git - vaadin-framework.git/commit
#7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout
authorArtur Signell <artur.signell@itmill.com>
Thu, 12 Jan 2012 16:22:25 +0000 (16:22 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 12 Jan 2012 16:22:25 +0000 (16:22 +0000)
commitc661750fbc7149becd34548ac3a0a844df39b3b7
tree106b35552b6e57de5089d66265a7bb1003d90fee
parentfa81141d2230f37af17b20718a82709e004160be
#7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout

svn changeset:22620/svn branch:6.8
src/com/vaadin/ui/CssLayout.java
tests/server-side/com/vaadin/tests/server/componentcontainer/AbstractIndexedLayoutTest.java [new file with mode: 0644]
tests/server-side/com/vaadin/tests/server/componentcontainer/CssLayoutTest.java [new file with mode: 0644]
tests/server-side/com/vaadin/tests/server/componentcontainer/FormLayoutTest.java [new file with mode: 0644]
tests/server-side/com/vaadin/tests/server/componentcontainer/VerticalLayoutTest.java [new file with mode: 0644]