aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/tests/TestForBasicApplicationLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-100/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-9/+8
| | | | svn changeset:3662/svn branch:trunk
* Major layout API changes: Sizeable is now deprecated. Use HasSize-interface ↵Jouni Koivuviita2007-12-131-11/+9
| | | | | | 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-041-10/+15
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* Small size fix for all some components.Jouni Koivuviita2007-11-201-10/+3
| | | | svn changeset:2870/svn branch:trunk
* MASS REFORMAT.Marc Englund2007-11-191-83/+83
| | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk
* -Layouts no longer implement Sizeable (except SplitPanel and ExpandLayout). ↵Jouni Koivuviita2007-11-061-1/+1
| | | | | | | | | | Sizeable implementation now copy-pasted to all implementing classes (Panel, Tabsheet, SplitPanel...). -Changed ReservationApplication to conform to new setStyleName. Removed deprecated style constant usages also. Some margins enabled to layouts. -IOrderedLayout vertical reverted back to DIV implementation. -Margins added to demo layouts where needed. svn changeset:2714/svn branch:trunk
* Layout API changes (#1041) to server-side. Client-side implementation still ↵Jouni Koivuviita2007-11-011-2/+1
| | | | | | not done. svn changeset:2659/svn branch:trunk
* -All component stylenames now get prefixed with component base stylename.Jouni Koivuviita2007-10-161-0/+2
| | | | | | | | | | -runAnchestorsLayout -> runAncestorsLayout (grammar-fix). -IPanel stylename conventions changed (again). Now all additional stylenames are added to the panel, e.g. addStyleName("red") + addStyleName("green") -> .i-panel .i-panel-red .i-panel-green - ^ same for ITabsheet. -Layout padding convention changed (again). Now by default only Panels and TabSheets have padding, and they can remove that padding by using a constant stylename (Panel.STYLE_NO_PADDING and same for TabSheet). -IWindow styles altered a bit (now able to move Window in IE6 also :)). svn changeset:2527/svn branch:trunk
* -Style name convetion changes to IPanel (no longer multiple classname like ↵Jouni Koivuviita2007-10-091-7/+3
| | | | | | | | | ".i-panel .i-panel-light", just ".i-panel-light" and ".i-panel-light-caption"). -FilterSelect prev and next button structure changed (now has one extra SPAN element for styling). -Initial tree styling done. svn changeset:2472/svn branch:trunk
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-23/+26
| | | | svn changeset:2461/svn branch:trunk
* New test for basic application layout.Jouni Koivuviita2007-10-081-0/+105
svn changeset:2457/svn branch:trunk