Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ClientConnector.setParent to Component and Extension (#11777) | Artur Signell | 2013-06-11 | 1 | -0/+26 |
| | | | | Change-Id: I1f0b2597f621160329ddc432869277b2758efd52 | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Rename ComponentEventListener to ConnectorEventListener (#10340) | Leif Åstrand | 2012-11-23 | 1 | -2/+3 |
| | | | | Change-Id: I8e5d60e0e6d7003eeff984ceb0b4bf04347267b0 | ||||
* | Add attach and detach listeners and events to ClientConnector (#8579, #10251) | Johannes Dahlström | 2012-11-21 | 1 | -7/+1 |
| | | | | Change-Id: Ifda4b4a770fb7d330f0fe5d606f8415961a574a2 | ||||
* | Replaced ComponentErrorHandler with generic ErrorHandler (#10231) | Artur Signell | 2012-11-21 | 1 | -14/+0 |
| | | | | | | | | | | | | * 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 | ||||
* | Added missing cast (#9342) | Artur Signell | 2012-11-07 | 1 | -1/+1 |
| | | | | Change-Id: If8078ffea6fd2bcaf62591ed8930905cdc1d3a1d | ||||
* | Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342) | Artur Signell | 2012-11-07 | 1 | -1/+2 |
| | | | | Change-Id: I33981f0c80ab367d74bbbeebb48abbc81d4f182c | ||||
* | Added Component.getDescription (#8154) | Artur Signell | 2012-11-07 | 1 | -0/+59 |
| | | | | Change-Id: Iaa2f35415e68ecd4d53fd8743eb2c5cfb0afd36a | ||||
* | Javadoc + fixed a typo in method name #9724 | John Ahlroos | 2012-10-01 | 1 | -4/+20 |
| | |||||
* | Added primary stylename handling on server side #9724 | John Ahlroos | 2012-09-24 | 1 | -0/+13 |
| | |||||
* | Fixed references to XHTML and issue found in review #8294 | John Ahlroos | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | Remove getApplication() and add getSession() (#9402) | Leif Åstrand | 2012-09-05 | 1 | -24/+1 |
| | |||||
* | Rename Application to VaadinSession (#9402) | Leif Åstrand | 2012-09-05 | 1 | -3/+3 |
| | |||||
* | inner Event classes converted to static nested classes (#5855) | Pekka Hyvönen | 2012-09-04 | 1 | -2/+2 |
| | |||||
* | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -5/+5 |
| | |||||
* | Adjust javadoc to reflect reality | Leif Åstrand | 2012-08-28 | 1 | -2/+3 |
| | |||||
* | Renamed Component.debugId to id (#3700) | Pekka Hyvönen | 2012-08-28 | 1 | -7/+7 |
| | | | | | Applied patch from Pekka with minor changes (@deprecation javadoc, call the real methods from deprecated methods in AbstractComponent) | ||||
* | Component.getRoot() -> Component.getUI() (#8908) | Artur Signell | 2012-08-24 | 1 | -2/+2 |
| | |||||
* | Renamed Root to UI, automatic rename (#8908) | Artur Signell | 2012-08-24 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | Automatic rename in Eclipse of the class Root to UI with all rename options enabled, rename also embedded "Root" in variable and method names. The following classes/methods were excluded in the rename: - BootstrapHandler.getApplicationCSSClassName() - ComponentLocator - ConnectorMap - ItemClickEvent - KeepAllItemsVisible - MenuBarTest - MenuBarTooltips - TreeTableTest - TreeWithIcons - Trees - VDebugConsole.printLayoutProblems() | ||||
* | Make the (server-side) getState method protected (#9315) | Leif Åstrand | 2012-08-22 | 1 | -14/+0 |
| | |||||
* | Introduce ClientConnector.beforeClientResponse(boolean initial) #9228 | Leif Åstrand | 2012-08-20 | 1 | -12/+0 |
| | | | | Remove Component.updateState() to use the new method instead. | ||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 1 | -1/+13 |
| | |||||
* | Removed @version which is included in some files but not in all (#9299) | Artur Signell | 2012-08-15 | 1 | -2/+0 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+1047 |