aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/HasComponents.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-49/+0
|
* Initial extension support (#6690)Leif Åstrand2012-06-061-8/+3
|
* Added requestRepaintall helper to AbstractComponentContainer and use theArtur Signell2012-03-211-0/+9
| | | | | same helper and logic in all component containers including Form, Table and CustomField
* Added missing license infoArtur Signell2012-03-141-0/+3
|
* #8500 Allow component containers to hide their children even thoughArtur Signell2012-03-141-0/+18
| | | | | 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/+24
implemented by all components containing components. This might still change when #2924/#2527 is fixed