aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/AbstractComponentTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to only show collapsible columns in menu (#9811)Leif Åstrand2015-12-161-0/+15
| | | Change-Id: I52cd2648d305f44d5688e7a2fcd222e6b167b97b
* Refactor focus related server API to class AbstractFocusableJohannes Dahlström2015-05-201-4/+37
| | | | Change-Id: I58159d6f47d38230d583bd0cd61673bfbce02955
* Improve AbstractTestCase error reportingJohannes Dahlström2015-01-151-12/+6
| | | | Change-Id: I40e1d087bb18742f8d28adadc3d0f442d8cc923b
* Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-211-1/+1
| | | | Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f
* Hide using display:none to be screenshot compatible (#10080)Artur Signell2012-12-071-4/+2
| | | | Change-Id: I67b3e21640760ee6581b656450e0a5517788580d
* Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-211-1/+1
| | | | | | | | | | | | * Replaced AbstractComponent ErrorHandler with ClientConnector level error handler. Now uses the same ErrorHandler as other parts of the framework. * Made error handling hierarchical so that the error handler of the connector where the error occured or its ancestors is used. Falls back to VaadinSession ErrorHandler. * Changed ErrorEvent to be a class as all other events in the framework * Renamed ErrorListener to ErrorHandler and DefaultErrorListener to DefaultErrorHandler for consistency * Unified error handling in AbstractCommunicationManager * Unified error handling in VaadinServlet and VaadinPortlet * Removed superfluous ErrorEvent implementations (#10232) Change-Id: Ied518e05209fe54685f4bebab0709b1cd5584fd1
* Global code cleanupLeif Åstrand2012-11-211-1/+0
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-201-1/+2
| | | | | | Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-0/+744