summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Component.java
Commit message (Collapse)AuthorAgeFilesLines
* Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-111-0/+26
| | | | Change-Id: I1f0b2597f621160329ddc432869277b2758efd52
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-231-2/+3
| | | | Change-Id: I8e5d60e0e6d7003eeff984ceb0b4bf04347267b0
* Add attach and detach listeners and events to ClientConnector (#8579, #10251)Johannes Dahlström2012-11-211-7/+1
| | | | Change-Id: Ifda4b4a770fb7d330f0fe5d606f8415961a574a2
* Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-211-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 Signell2012-11-071-1/+1
| | | | Change-Id: If8078ffea6fd2bcaf62591ed8930905cdc1d3a1d
* Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-071-1/+2
| | | | Change-Id: I33981f0c80ab367d74bbbeebb48abbc81d4f182c
* Added Component.getDescription (#8154)Artur Signell2012-11-071-0/+59
| | | | Change-Id: Iaa2f35415e68ecd4d53fd8743eb2c5cfb0afd36a
* Javadoc + fixed a typo in method name #9724John Ahlroos2012-10-011-4/+20
|
* Added primary stylename handling on server side #9724John Ahlroos2012-09-241-0/+13
|
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-071-3/+3
|
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-24/+1
|
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-3/+3
|
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-2/+2
|
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-5/+5
|
* Adjust javadoc to reflect realityLeif Åstrand2012-08-281-2/+3
|
* Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-281-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 Signell2012-08-241-2/+2
|
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-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 Åstrand2012-08-221-14/+0
|
* Introduce ClientConnector.beforeClientResponse(boolean initial) #9228Leif Åstrand2012-08-201-12/+0
| | | | Remove Component.updateState() to use the new method instead.
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+1047