summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/UI.java
Commit message (Expand)AuthorAgeFilesLines
* AbstractComponentContainer should implement getComponentIterator and not iter...Artur Signell2012-11-061-1/+1
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
* Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-021-332/+0
* Revert "Call UI.detach in UI cleanup (#9755)" because it breaks logout functi...Artur Signell2012-10-261-0/+3
* Call UI.detach in UI cleanup (#9755)Johannes Dahlström2012-10-261-3/+0
* Improve message when session is already set (#9989)Leif Åstrand2012-10-181-1/+13
* Delegate UI.replaceComponent() to content instead of throwing UOE (#9967)Johannes Dahlström2012-10-161-1/+5
* Remove invalid constructors and fix setCaption exception (#9947)Leif Åstrand2012-10-121-35/+5
* Remove CombinedRequest and BrowserDetails (#8165)Leif Åstrand2012-10-081-3/+1
* Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-081-5/+5
* Add Page.getLocation() (#9249)Johannes Dahlström2012-10-051-4/+4
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-281-16/+19
* Refactor UIProvider management and fix multi-servlet (#9619, #9637)Leif Åstrand2012-09-211-14/+14
* Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-201-15/+15
* Change "close" to "cleanup" in javadoc (#9625)Johannes Dahlström2012-09-201-5/+5
* Bind Navigator to a UI (#9550)Johannes Dahlström2012-09-191-0/+22
* Change "close" to "cleanup" in UI (#9625)Johannes Dahlström2012-09-191-19/+19
* Fixed javadoc reference to wrong CloseListenerArtur Signell2012-09-181-2/+2
* Add UI.addCloseListener() and removeCloseListener() that were missing for som...Johannes Dahlström2012-09-141-0/+24
* Tweak UIProvider API based on review (#9443)Leif Åstrand2012-09-111-1/+1
* Don't use Resource with the Page.open API (#9522)Leif Åstrand2012-09-101-3/+17
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-071-5/+5
* Make ClassResource find associated Application class (#9402)Leif Åstrand2012-09-071-0/+10
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-061-4/+5
* Reformat projectLeif Åstrand2012-09-051-2/+2
* Rename LegacyApplication -> Application (#9402)Leif Åstrand2012-09-051-1/+1
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-17/+36
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-14/+14
* Move LegacyApplication to its own file (#9402)Leif Åstrand2012-09-051-1/+2
* Unify ThreadLocal handling (#9469)Leif Åstrand2012-09-051-7/+3
* Move UI class info querying to UIProvider (#9402)Leif Åstrand2012-09-051-1/+2
* Do detach() before clearing application (#9419)Leif Åstrand2012-09-041-2/+3
* Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-041-1/+1
* Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)Leif Åstrand2012-09-031-2/+2
* Remove @EagerInit (#9445)Leif Åstrand2012-08-311-12/+2
* Refactor UI bootstrap (#9443)Leif Åstrand2012-08-311-27/+23
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-8/+8
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-23/+17
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-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-9/+9
* Merge branch 'master' into root-cleanupJohannes Dahlström2012-08-271-1/+121
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-9/+9
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-241-6/+6
* Renamed Application and UI methods and fields from "Root" to "UI" (#8908).Artur Signell2012-08-241-99/+99
* Rename Root related classes and package to UI (#8908)Artur Signell2012-08-241-7/+7
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-0/+1241