aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/ClickEventHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-51/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Ã…strand2012-07-271-1/+1
* Merge commit '61638'Johannes Dahlström2012-06-111-0/+1
|\
| * [merge from 6.7] Make ClickEventHandler fire clicks only if mousedown and mou...Automerge2012-05-301-5/+74
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-103/+23
* | Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-271-8/+8
* | #8438 Event handler registration is now a Set in the shared stateArtur Signell2012-03-211-11/+6
* | Separated construction of MouseEventDetails (depends on GWT classes) toArtur Signell2012-03-021-2/+3
* | Organized imports and formatted all java filesArtur Signell2012-02-281-4/+4
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-5/+5
* | getWidgetForPaintable -> getWidgetArtur Signell2012-02-271-1/+1
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-11/+7
* | Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-201-1/+3
|/
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-11/+11
* Merged and slightly modified fix for #4652 - MouseEventDetails and ClickEvent...Artur Signell2010-06-211-104/+123
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
* Fix for #3874 - Two click events is sent for a middle click in a layoutArtur Signell2009-12-171-22/+6
* Split test case into Layout click test and textfield focus/blur test + auto t...Artur Signell2009-11-261-5/+9
* Separated client side listeners to a ClickEventHandler classArtur Signell2009-11-251-0/+126