aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/ConnectorTracker.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-320/+0
|
* Fixed typo (#8943)Artur Signell2012-06-281-1/+1
|
* Clean non-component connectors also (#8943)Artur Signell2012-06-281-19/+110
| | | | | Now prints a warning if cleanup is done in ConnectorTracker. It should always be handled by detach().
* Moved connector tracking from Application to RootArtur Signell2012-06-211-0/+229
This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943)