aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractComponentContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-351/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+10
|
* Initial extension support (#6690)Leif Åstrand2012-06-061-70/+0
|
* Fixed problem with Panel not repainting its contents (#8700)Artur Signell2012-04-191-0/+9
|
* Handled enabled state cascading on client side (#8507)Artur Signell2012-04-191-11/+0
| | | | Now avoids repainting the full hierarchy if the enabled state of a component container changes.
* Added requestRepaintall helper to AbstractComponentContainer and use theArtur Signell2012-03-211-11/+16
| | | | | same helper and logic in all component containers including Form, Table and CustomField
* Repaint children when parent becomes visibleArtur Signell2012-03-211-0/+13
|
* #8500 Allow component containers to hide their children even thoughArtur Signell2012-03-141-0/+10
| | | | | the children are visible. Allows Tabsheet to disallow updates to all tabs except the selected.
* #8500, #3557 Added HasComponents (Iterable<Component>) that must beArtur Signell2012-03-141-0/+10
| | | | | | implemented by all components containing components. This might still change when #2924/#2527 is fixed
* #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-221-8/+8
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* fixes #5340Matti Tahvonen2010-07-121-1/+1
| | | | svn changeset:14175/svn branch:6.4
* "premature optimization is the redemption all subtree caching issues" :-)Matti Tahvonen2010-06-291-20/+120
| | | | | | | One level deep optimization of child tree paints, when container size change may require child repaint. Fixes #2366 (optimized at appropriate level), #5270 and most likely #4581 svn changeset:13969/svn branch:6.4
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-141-14/+15
| | | | svn changeset:10281/svn branch:6.2
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+274
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0