summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractComponent.java
Commit message (Collapse)AuthorAgeFilesLines
* Avoid markAsDirty for getters (#10977)Artur Signell2013-02-081-5/+10
| | | | Change-Id: I3b924fb1d6641309b45b7aad30f171305d36daac
* Fixed race condition in upload (#10942)Artur Signell2013-02-081-1/+1
| | | | | | Updated test to show if upload succeeds or fails Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Send fraction pixel values to the client (#10531)Artur Signell2012-12-141-10/+2
| | | | | | Fixed RichTextArea to deal with fraction pixel values Change-Id: I02fa6fd2c66e87b01f642a9051641a0cc758f0f6
* Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-281-1/+8
| | | | Change-Id: I05f8b739e862c3dd4a52492f2df41862bacd3ce4
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-211-59/+2
| | | | | | | | | | | | * 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/+1
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-201-2/+1
| | | | | | Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b
* Added getState(boolean) to allow getState without side effects (#10006)Mikael Grankvist2012-11-201-1/+1
| | | | Change-Id: Idee529a8efc245da88192cd059c9e35165d1adad
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-201-1/+2
| | | | | | HasComponents.isComponentVisible is now SelectiveRenderer.isRendered Change-Id: Ic3b9cd65278ffc2a38ee20c76ec771ee057268bf
* Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-201-3/+3
| | | | Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-161-3/+3
| | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
* Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-071-309/+1
| | | | Change-Id: I33981f0c80ab367d74bbbeebb48abbc81d4f182c
* Added Component.getDescription (#8154)Artur Signell2012-11-071-55/+4
| | | | Change-Id: Iaa2f35415e68ecd4d53fd8743eb2c5cfb0afd36a
* Javadoc + fixed a typo in method name #9724John Ahlroos2012-10-011-1/+1
|
* Merge branch 'primary-stylename' into sassMarc Englund2012-10-011-0/+10
|\
| * Added primary stylename handling on server side #9724John Ahlroos2012-09-241-0/+10
| |
* | Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-281-3/+3
|/ | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c
* Mark component as dirty when visibility state changes (#9695)Artur Signell2012-09-241-0/+1
|
* Moved visible out from state so isVisible does not call markAsDirty (#9695)Artur Signell2012-09-201-3/+5
|
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-071-3/+3
|
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-061-5/+5
|
* Deprecated EventRouter with a message that it will be replaced before 7.0.0 ↵Artur Signell2012-09-051-0/+17
| | | | (#8640)
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-27/+2
|
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-4/+4
|
* Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-041-1/+1
|
* Add helper methods for checking stateJohn Ahlroos2012-08-311-2/+2
|
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-35/+38
|
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-301-3/+3
|
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-14/+14
|
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-291-1/+1
|
* Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-281-3/+29
| | | | | Applied patch from Pekka with minor changes (@deprecation javadoc, call the real methods from deprecated methods in AbstractComponent)
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-11/+1
|
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-241-5/+5
|
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-3/+3
| | | | | | | | | | | | | | | | | | | 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()
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-7/+5
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-25/+1
|
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-28/+0
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Introduce ClientConnector.beforeClientResponse(boolean initial) #9228Leif Åstrand2012-08-201-6/+2
| | | | 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/+1382