aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/AbstractComponent.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-1296/+0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-1/+3
* Refactored layout size checking method, related to #2139Artur Signell2008-12-181-5/+8
* relative size handling changes towards #2319Matti Tahvonen2008-12-171-13/+6
* Fixed layout validation so only the invalid dimension is set to undefinedArtur Signell2008-12-111-12/+15
* fixes #2310. AbstarctComponent.isVisible is now recursive in component tree, ...Matti Tahvonen2008-12-101-7/+10
* Test case and fix for #2245 - SplitPanel without both components cannot be pa...Artur Signell2008-12-011-1/+2
* Relocated layout checks and fixed long variable handlingMatti Tahvonen2008-11-171-6/+13
* Added deprecated annotations to deprecated size methods so Eclipse shows they...Artur Signell2008-11-121-45/+47
* fixes #2174 (npe if no styles set)Matti Tahvonen2008-10-291-45/+49
* using setWidth, setHeight methods in setSizeFull and setSizeUndefinend (minor...Matti Tahvonen2008-10-241-10/+4
* cleaner overloading for Sizeable methodsMatti Tahvonen2008-10-241-14/+6
* Fixes #2141: Subwindow rendering broken in IE6 and IE7Jouni Koivuviita2008-10-161-0/+2
* cleaned (removed) documentation in abstractcomponent, Sizeable methods docume...Matti Tahvonen2008-09-291-34/+62
* added CSS formatting for sizes, so we don't get decimals for pixel sizesMatti Tahvonen2008-09-291-4/+28
* Fixed #2090 and added test : width/height can be floatJoonas Lehtinen2008-09-261-95/+87
* setEnable(false) also disables descendants, for #677 - Table still not fixed.Marc Englund2008-09-251-22/+6
* Javadoc update for AbstractComponent errorHandlerJoonas Lehtinen2008-09-241-0/+9
* Fixed typo in size string parsingArtur Signell2008-09-081-1/+1
* Javadocced set-method deprecation; Fixes #2023.Marc Englund2008-09-081-8/+18
* Stricter size-string parsing, for #2023. Still needs javadoc improvements.Marc Englund2008-09-051-40/+38
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-4/+4
* Fixed #677 disabling components inside a disabled containerArtur Signell2008-08-251-2/+22
* Made #1642 fix more generic by moving implementation to AbstractComponentArtur Signell2008-08-251-0/+52
* Fixes #2000 : AbstractComponent parses size "100" incorrectlyJoonas Lehtinen2008-08-211-77/+103
* Corrections for #1867Joonas Lehtinen2008-07-031-8/+1
* Fixed #1867 further.Marko Grönroos2008-07-031-1/+8
* Refactored CustomComponent. Fixed possible NPE in Abstract component. Optimi...Matti Tahvonen2008-03-041-33/+33
* Javadoc addition, fixes #95Marc Englund2008-02-251-3/+5
* Fixed typo: setHeight(String width) -> setHeight(String height)Jouni Koivuviita2008-02-181-2/+2
* 1. Removed obsolete dependency framework methods and interface definitions.Jani Laakso2008-02-061-29/+10
* AbstractComponent.setParent(parent) cannot be called if component already has...Marc Englund2008-02-011-2/+5
* Java 1.4-ifiedMarc Englund2008-02-011-1/+1
* Fixed #588 (partially, other places still need fixes)Jani Laakso2008-01-311-0/+4
* setWidth(String) and setHeight(String) methods added to SizeableMatti Tahvonen2008-01-311-0/+45
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-0/+130
* refactored method name to correspond to the one (setDebugId) to be added to G...Matti Tahvonen2007-12-141-2/+2
* added testingId field to PaintableMatti Tahvonen2007-12-141-0/+10
* License header parametrizedJani Laakso2007-12-041-35/+11
* MASS REFORMAT.Marc Englund2007-11-191-900/+934
* Layout API changes (#1041) to server-side. Client-side implementation still n...Jouni Koivuviita2007-11-011-7/+10
* setStyle() -> setStyleName() refactor (partial #890). Compromise: setStyle() ...Marc Englund2007-10-221-2/+29
* Deprecated dependency-framework. Fixes #871Joonas Lehtinen2007-10-211-37/+4
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-16/+17
* UIDL Caching system implemenatation. Closes #855Joonas Lehtinen2007-09-301-1/+9
* requests more repaintsMarc Englund2007-09-121-2/+5
* setting null or "" for style empties style listMatti Tahvonen2007-08-211-2/+4
* null checkMatti Tahvonen2007-08-211-0/+4
* removed slash before first style nameMatti Tahvonen2007-08-141-2/+5
* support for multiple style namesMatti Tahvonen2007-08-141-7/+31