summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/UI.java
Commit message (Expand)AuthorAgeFilesLines
* Remove ThreadLocal references from CurrentInstance (#11914)Leif Åstrand2013-05-281-2/+2
* Define how CurrentInstance works with access() (#11897)Leif Åstrand2013-05-281-3/+8
* Added ComponentConnector.isAttached (#11928)Artur Signell2013-05-281-1/+1
* Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-281-21/+97
* Tooltip accessibility fixes (#11799)michaelvogt2013-05-171-0/+24
* Send browser window resizes if there is a listener (#10055)Henri Sara2013-05-171-3/+9
* Make access() throw if another session is already locked (#11757)Leif Åstrand2013-05-021-0/+10
* Rename runSafely() to access() (#11756)Leif Åstrand2013-05-021-7/+25
* Close push connection when UI is detached (#11596)Artur Signell2013-04-261-0/+16
* Fixed incorrect assert (#11720)Artur Signell2013-04-251-1/+2
* Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-251-4/+0
* Global code clean upLeif Åstrand2013-04-251-2/+4
* Update javadoc to reflect moved getPushMode method (#11506)Leif Åstrand2013-04-241-1/+1
* Renamed UI.getLoadingIndicator -> getLoadingIndicatorConfiguration (#11665)Artur Signell2013-04-231-3/+3
* Renamed UI.getTooltip to getTooltipConfiguration (#11663)Artur Signell2013-04-231-3/+3
* Documented that push and pull settings is only for the app developer (#11666)Artur Signell2013-04-221-0/+10
* Initial support for toggling push on the fly (#11506)Leif Åstrand2013-04-191-15/+24
* Move push mode to UI and add @Push annotation (#11506)Leif Åstrand2013-04-181-1/+49
* Add PushMode.isEnabled() (#11626)Leif Åstrand2013-04-171-2/+1
* Don't assign PushConnection to UI before it has been connected (#11506)Leif Åstrand2013-04-171-2/+13
* Fix minor issues raised in #111 code reviewJohannes Dahlström2013-04-111-0/+2
* Implemented poll interval for UI (#11495)Leif Åstrand2013-04-101-0/+34
* Don't initialize PushConnection by default (#11512)Leif Åstrand2013-04-081-1/+1
* Push if there are dirty connectors, avoid push if there are NOT dirty connectorsArtur Signell2013-04-071-1/+1
* Do not push only meta data to the client (#11490)Artur Signell2013-04-051-0/+5
* Server push (#111)Johannes Dahlström2013-04-041-0/+48
* Enable setting loading indicator delays from the server (#7448)Artur Signell2013-04-031-0/+12
* Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-031-0/+11
* Redefined UI.runSafely so it throws an exception if session can't be locked (...Artur Signell2013-03-311-13/+14
* Convenience methods for running code in the UI or VaadinSession context (#11219)Artur Signell2013-03-281-0/+40
* Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-121-1/+16
* Revert "Made UI focusable again (#11129)"John Ahlroos2013-02-281-1/+1
* Fixed incorrect import (#11129)Artur Signell2013-02-281-1/+1
* Made UI focusable again (#11129)Artur Signell2013-02-281-1/+2
* Ensure window is closed even if close listener throws an exception (#10779)Artur Signell2013-01-211-1/+1
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* UI scroll position can be given programmatically (#9952)Leif Åstrand2012-11-301-1/+54
* Fail if a Window is attached to something else than a UI (#10374)Artur Signell2012-11-271-0/+16
* Refactor heartbeat handling and inactive UI/session closing (#10252)Johannes Dahlström2012-11-231-79/+69
* Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-231-2/+2
* Unified deprecation messagesArtur Signell2012-11-221-3/+3
* Kickstart navigation automatically after UI.init(), remove Navigator.navigate...Johannes Dahlström2012-11-221-0/+6
* Global code cleanupLeif Åstrand2012-11-211-1/+1
* Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)Artur Signell2012-11-211-1/+1
* When closeIdleUIs is true, close open UIs only after all UIs have been idle f...Johannes Dahlström2012-11-201-28/+12
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-161-13/+12
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-131-104/+13
* 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