aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/ExpandLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-101/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-0/+1
| | | | svn changeset:7387/svn branch:6.0
* Fix for #2251 - ExpandLayout used to expand the first component if expand ↵Artur Signell2008-12-011-2/+48
| | | | | | was not called. svn changeset:6053/svn branch:trunk
* Fixed error in ExpandLayout when expanded component has been replaced.Artur Signell2008-11-201-1/+5
| | | | | | Removed old expandlayout css directory still in svn. svn changeset:5938/svn branch:trunk
* New OrderedLayout implementation and related fixesArtur Signell2008-10-201-91/+12
| | | | svn changeset:5671/svn branch:trunk
* Rewrote documentation. Highlights the 100%-default pitfall a bit better (IMHO).Marc Englund2008-09-081-11/+9
| | | | svn changeset:5372/svn branch:trunk
* Mass formatArtur Signell2008-09-021-1/+1
| | | | svn changeset:5331/svn branch:trunk
* fixes rather fatal expand layout bug (expanded element reference lost on ↵Matti Tahvonen2008-02-251-4/+6
| | | | | | each removeComponent call) svn changeset:3914/svn branch:trunk
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-13/+2
| | | | svn changeset:3662/svn branch:trunk
* Major layout API changes: Sizeable is now deprecated. Use HasSize-interface ↵Jouni Koivuviita2007-12-131-11/+11
| | | | | | 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-3/+7
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* spacingMatti Tahvonen2007-11-221-0/+5
| | | | svn changeset:2882/svn branch:trunk
* MASS REFORMAT.Marc Englund2007-11-191-98/+104
| | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk
* OrderedLayout and ExpandLayout alignment handling unified under one class, ↵Jouni Koivuviita2007-11-161-7/+5
| | | | | | AlignmentInfo.java. svn changeset:2838/svn branch:trunk
* MAJOR UPDATE:Jouni Koivuviita2007-11-151-129/+15
| | | | | | | | | | | | | | -Layout API changes: Layout extends Sizeable, Layout has two methods setMargin. -OrderedLayout and GridLayout got two new mehtods: setSpacing and setComponentAlignment. -Client-side layout implementations now mainly done using TABLE elements (changes to IOrderedLayout and IExpandLayout). -IScrollTable initial height calculation modified (small fix, clientHeight -> offsetHeight). -Some test modified to conform to new layout API. -Small typo fixes in comments. -OrderedLayout fix when changing orientation on the fly. -Panel and TabSheet are no longer Layouts, only ComponentContainers. -Refactored layout margins to use MarginInfo class, more readable, self-documenting code now. svn changeset:2827/svn branch:trunk
* -Layouts no longer implement Sizeable (except SplitPanel and ExpandLayout). ↵Jouni Koivuviita2007-11-061-0/+129
| | | | | | | | | | 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
* IOrderedLayout vertical now also with TABLE implementation! :)Jouni Koivuviita2007-11-021-41/+1
| | | | | | | Paddings removed from IPanel and ITabsheet CSS. StyleConstants class added to client-side. svn changeset:2683/svn branch:trunk
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-2/+2
| | | | svn changeset:2461/svn branch:trunk
* -WidgetSet naming change: "paging"-style table should now be IPagingTable.java.Jouni Koivuviita2007-10-081-0/+5
| | | | | | | | | | | -FilterSelect styles 60% done. -Panel sizing (iLayout) refactored (again). -Tabsheet sizing now done before content rendering. -Util.isIE refactored to isIE6. -ExpandLayout(int orientation) constructor added. -API change: Select now has setColumns(). svn changeset:2454/svn branch:trunk
* ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and testMatti Tahvonen2007-10-051-0/+147
svn changeset:2441/svn branch:trunk