aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/DirtyConnectorTracker.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved connector tracking from Application to RootArtur Signell2012-06-211-113/+0
| | | | | | 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)
* Fix typoLeif Åstrand2012-06-121-1/+1
|
* Fix missing licenses and Serializable (#6690)Leif Åstrand2012-06-061-1/+2
|
* Initial extension support (#6690)Leif Åstrand2012-06-061-52/+32
|
* Component no longer implements PaintableArtur Signell2012-04-121-3/+3
|
* Added missing license informationArtur Signell2012-03-221-0/+3
|
* Code cleanup for paint/dirty state tracking changesArtur Signell2012-03-211-15/+15
|
* #8515 Avoid painting invisible children, also through old style paintArtur Signell2012-03-211-0/+10
| | | | calls
* Made Window work again (connectors are now children of Root, attach forArtur Signell2012-03-211-1/+3
| | | Panel/Window calls Root attach methods, Window uses WindowState)
* repaintRequestListenersNotified and "cached" are no longer neededArtur Signell2012-03-211-4/+19
|
* Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-0/+102
Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of