aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/tests/testbench
Commit message (Collapse)AuthorAgeFilesLines
* deleted testbench package (obsolete, used earlier as example in package)Matti Tahvonen2008-05-1313-1603/+0
| | | | svn changeset:4443/svn branch:trunk
* Fix: IEmbedded won't through exceptions for null-source values.Jouni Koivuviita2008-04-021-1/+3
| | | | | | | Fix: IOrderedLayout now handles component additions in between old components with captions (previously the insertion index was calculated wrong because of the caption elements were included in the index). Small fixes to TestBench. svn changeset:4107/svn branch:trunk
* Refactored CustomComponent. Fixed possible NPE in Abstract component. ↵Matti Tahvonen2008-03-041-0/+1
| | | | | | Optimization for AbstractComponent. svn changeset:3963/svn branch:trunk
* Removed obsolete code.Jani Laakso2008-02-061-2/+0
| | | | svn changeset:3717/svn branch:trunk
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-285-18/+17
| | | | svn changeset:3662/svn branch:trunk
* Major layout API changes: Sizeable is now deprecated. Use HasSize-interface ↵Jouni Koivuviita2007-12-136-25/+18
| | | | | | instead in combination with Size object (see ExpandLayout.java for example). OrderedLayout is no longer sizable. Table and Panel implement compatibility methods to proxy old size calls to the new Size object. svn changeset:3228/svn branch:trunk
* License header parametrizedJani Laakso2007-12-0413-135/+193
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* Packaging fixesJani Laakso2007-12-0313-0/+1552
Added open source license and 3rd party licenses Building new package svn changeset:3129/svn branch:trunk