aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/AbstractComponentContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-274/+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
* Cleaned up the whole projectArtur Signell2009-01-021-0/+3
| | | | svn changeset:6398/svn branch:trunk
* Fixed typoArtur Signell2008-12-231-2/+4
| | | | svn changeset:6338/svn branch:trunk
* fixes #2365Matti Tahvonen2008-12-181-0/+30
| | | | svn changeset:6260/svn branch:trunk
* One more thing for #677Marc Englund2008-09-251-0/+2
| | | | svn changeset:5515/svn branch:trunk
* setEnable(false) also disables descendants, for #677 - Table still not fixed.Marc Englund2008-09-251-15/+19
| | | | svn changeset:5513/svn branch:trunk
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-4/+5
| | | | svn changeset:5281/svn branch:trunk
* Fixed #677 disabling components inside a disabled containerArtur Signell2008-08-251-1/+24
| | | | svn changeset:5252/svn branch:trunk
* Simplified; assume component's parent is always ComponentContainer.Marc Englund2008-02-011-8/+2
| | | | svn changeset:3701/svn branch:trunk
* AbstractComponent.setParent(parent) cannot be called if component already ↵Marc Englund2008-02-011-0/+24
| | | | | | | | | | | | has parent, unless the new parent is null (unsetting parent). AbstractComponentContainer.addComponent(component) removes the component from it's previous ComponentContainer if needed (moves component), or throws if the component can't be removed. Fixes #1137 All components that contain other components should implement ComponentContainer for this to be perfect (e.g CustomComponent, Table) svn changeset:3698/svn branch:trunk
* DeprecatedJani Laakso2008-02-011-1/+1
| | | | | | | | | | * public Button(String caption, Object target, String methodName) * public CheckBox(String caption, Object target, String methodName) Reason: Using this method is discouraged because it cannot be checked during compilation. Java reflect is done through string variable. Error prone and this does not survive re-factoring (=> applications brake). Typo fixes. svn changeset:3693/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-37/+13
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* MASS REFORMAT.Marc Englund2007-11-191-161/+166
| | | | | | 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-5/+3
| | | | | | | | | | 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-3/+6
| | | | | | | 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-1/+1
| | | | svn changeset:2461/svn branch:trunk
* added check to only remove component if it really is a containers child ↵Matti Tahvonen2007-05-241-2/+4
| | | | | | (avoid errors if programmer makes mistake) svn changeset:1469/svn branch:trunk
* fixes #678Matti Tahvonen2007-05-021-1/+1
| | | | svn changeset:1397/svn branch:trunk
* Unified code style (indentation) based on default settings using Eclipse 3.2.Jani Laakso2007-04-181-89/+100
| | | | svn changeset:1256/svn branch:trunk
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-121-14/+24
| | | | | | | | | mohamed.atique@renaissance-it.com. All changes are related to javadocs only. Merge was done beetween revisions 924:1192. svn changeset:1212/svn branch:trunk
* Fixed really well hidden logic bug (from year 2002) in core class. ↵Joonas Lehtinen2007-02-021-4/+0
| | | | | | addComponent or removeComponent should not call attach/detach directly. setParent does just that (as documented in the interface). This should fix those "double calls" to attach/detach. I really hope that this does not break anything. svn changeset:428/svn branch:toolkit
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-2/+2
| | | | svn changeset:255/svn branch:toolkit
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-1/+1
| | | | svn changeset:238/svn branch:toolkit
* Millstone -> IT Mill ToolkitJoonas Lehtinen2007-01-031-1/+1
| | | | svn changeset:220/svn branch:toolkit
* Refactoring: Enably -> IT Mill ToolkitJoonas Lehtinen2006-11-011-0/+189
svn changeset:92/svn branch:toolkit