aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ConnectorMap.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-219/+0
* Tooltips are now handled by the connector and not the widget (#8425)Sami Viitanen2012-06-281-38/+0
* Don't fail if opening tooltip for disappeared componentLeif Åstrand2012-06-081-2/+10
* Initial extension support (#6690)Leif Åstrand2012-06-061-11/+10
* Unregister event for ServerConnectorArtur Signell2012-04-051-13/+1
* Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-271-28/+11
* Paintable -> ConnectorArtur Signell2012-03-251-2/+1
* Removed unused code related to old offsetSize stored in ComponentDetailArtur Signell2012-03-211-24/+0
* #8500 Avoid unregistering components that have been moved from oneArtur Signell2012-03-211-1/+8
* #8438 Event handler registration is now a Set in the shared stateArtur Signell2012-03-211-30/+0
* Separated Component.isEnabled/isVisible from Connector enabled state.Artur Signell2012-03-141-35/+0
* 8500 Let the framework handle unregistration of ConnectorsArtur Signell2012-03-141-64/+33
* Connector interface. Renamed getId() -> getConnectorId() to avoid mixupsArtur Signell2012-03-141-4/+4
* Connector -> ServerConnectorArtur Signell2012-03-141-13/+13
* Updated Panel to no longer use child painted with the UIDLArtur Signell2012-03-141-10/+6
* Fix typo in commentLeif Åstrand2012-03-051-1/+1
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-0/+397