]> source.dussan.org Git - vaadin-framework.git/commit
Added some server side components (which configure their superclass) and test.
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 11 Oct 2007 07:43:18 +0000 (07:43 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 11 Oct 2007 07:43:18 +0000 (07:43 +0000)
commit47642ef4c920842af9c88b9fa7ec87ea5da6a9f9
treec8f4d74e5d99f28d6f37f4954a4b0bb37e888f1a
parentbb9f23d205a2092ffb1199d52bc8cd57c95c2eb7
Added some server side components (which configure their superclass) and test.

svn changeset:2487/svn branch:trunk
src/com/itmill/toolkit/terminal/gwt/client/DefaultWidgetSet.java
src/com/itmill/toolkit/tests/TestForPreconfiguredComponents.java [new file with mode: 0644]
src/com/itmill/toolkit/ui/CheckBox.java [new file with mode: 0644]
src/com/itmill/toolkit/ui/NativeSelect.java [new file with mode: 0644]
src/com/itmill/toolkit/ui/OptionGroup.java [new file with mode: 0644]
src/com/itmill/toolkit/ui/TwinColSelect.java [new file with mode: 0644]