aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Implement HasComponents directly in CustomComponent (#10235)"Artur Signell2012-11-211-81/+15
|\
| * Implement HasComponents directly in CustomComponent (#10235)Henri Sara2012-11-211-81/+15
* | Merge "Implement HasComponents directly in PopupView (#10238)"Artur Signell2012-11-211-103/+16
|\ \
| * | Implement HasComponents directly in PopupView (#10238)Henri Sara2012-11-211-103/+16
| |/
* | Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-212-73/+2
* | Remove slashes from beginning or end of constants (#10140)Leif Åstrand2012-11-211-2/+2
|/
* Merge "Reomove DynamicConnectorResource (#10227)"Artur Signell2012-11-211-2/+13
|\
| * Reomove DynamicConnectorResource (#10227)Leif Åstrand2012-11-211-2/+13
* | Global code cleanupLeif Åstrand2012-11-213-3/+2
|/
* Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)Artur Signell2012-11-211-1/+1
* Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-201-2/+1
* Added getState(boolean) to allow getState without side effects (#10006)Mikael Grankvist2012-11-201-1/+1
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-2010-60/+56
* Merge "Added possibility to disable text input for PopupDateField (#6790)"Artur Signell2012-11-201-0/+31
|\
| * Added possibility to disable text input for PopupDateField (#6790)Mikael Grankvist2012-11-191-0/+31
* | Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-201-3/+3
* | When closeIdleUIs is true, close open UIs only after all UIs have been idle f...Johannes Dahlström2012-11-201-28/+12
* | Only process RPC invocation if there's a handler for it (#10134)Leif Åstrand2012-11-201-1/+3
* | Updated Panel, Window to use Component in constructors (#10300)Artur Signell2012-11-202-14/+11
|/
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-162-16/+15
* Merge "Remove Window.addComponent() (#2924)"Artur Signell2012-11-141-34/+0
|\
| * Remove Window.addComponent() (#2924)Henri Sara2012-11-141-34/+0
* | Updated Form to use hierarchy change event (#9923)Artur Signell2012-11-141-0/+14
|/
* Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-142-179/+26
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-137-377/+681
* (#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent...Mikael Grankvist2012-11-131-49/+27
* Added missing cast (#9342)Artur Signell2012-11-071-1/+1
* Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-072-310/+3
* Added Component.getDescription (#8154)Artur Signell2012-11-072-55/+63
* Merge "AbstractComponentContainer should implement getComponentIterator and n...Johannes Dahlström2012-11-0613-21/+13
|\
| * AbstractComponentContainer should implement getComponentIterator and not iter...Artur Signell2012-11-0613-21/+13
* | Moved classes from com.vaadin to com.vaadin.server (#10145)Artur Signell2012-11-061-2/+2
|/
* 10030 Button.DisableOnClick not working properlyPekka Hyvönen2012-11-051-3/+12
* Revert "Don't require browserDetailsUrl when embedding (#10122)"Leif Åstrand2012-11-051-31/+0
* Merge "Don't require browserDetailsUrl when embedding (#10122)"Johannes Dahlström2012-11-021-0/+31
|\
| * Don't require browserDetailsUrl when embedding (#10122)Leif Åstrand2012-11-021-0/+31
* | Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-0218-17/+72
|/
* Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-022-332/+341
* Remove unnecessary "if not equal" check from AbstractEmbedded.setAlternateTextJohannes Dahlström2012-11-011-6/+1
* Move deprecated getComponentIterator() from HasComponents to implementing cla...Johannes Dahlström2012-10-305-16/+35
* 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
* Merge "Implement HasComponents, not ComponentContainer in CustomField (#10078)"Artur Signell2012-10-261-131/+4
|\
| * Implement HasComponents, not ComponentContainer in CustomField (#10078)Henri Sara2012-10-261-131/+4
* | Fixed problem with Table calling markAsDirty in paint (#10071)Artur Signell2012-10-261-0/+9
|/
* Merge "Updated ProgressIndicator to use state and rpc (#10008)"John Ahlroos2012-10-241-148/+41
|\
| * Updated ProgressIndicator to use state and rpc (#10008)Artur Signell2012-10-241-148/+41
* | Fixed NPE when converter is null (#10043)Artur Signell2012-10-241-9/+8
|/
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-238-32/+14
* Improve message when session is already set (#9989)Leif Åstrand2012-10-181-1/+13