summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
...
* | Moved shared classes out from connector to avoid class loader problemsArtur Signell2012-04-121-9/+9
* | Button, NativeButton and CheckBox are no longer Vaadin6ComponentsArtur Signell2012-04-123-60/+65
* | Component no longer implements PaintableArtur Signell2012-04-1229-284/+222
* | Updated Root to use hierarchy change event for content and windowsArtur Signell2012-04-121-28/+20
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-121-8/+39
|\|
| * #6155 Javadoc/comments; refresh field value from data source on attachJohannes Dahlström2012-04-111-8/+39
* | Ensure table rows are sent when a Table tab is re-selected (#8642)Leif Åstrand2012-04-111-0/+4
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-101-10/+18
|\|
| * Allow splitter position to be float to avoid rounding errors (#4296)Artur Signell2012-04-101-13/+22
* | Internally remove component before detach listener is calledArtur Signell2012-04-101-2/+1
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-102-23/+87
|\|
| * #8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet...Johannes Dahlström2012-04-051-1/+22
| * Implemented #8307: Added AbstractField#removeAllValidators()Johannes Dahlström2012-04-051-0/+10
| * Fixed #6155: stop listening to Property value change and read only status cha...Johannes Dahlström2012-04-051-20/+41
* | Disable TreeTable partial updates until it is fixedArtur Signell2012-04-051-1/+3
* | Actually use and update shared state variables on server sideArtur Signell2012-04-051-52/+15
* | Moved Collapsible and HierarchicalContainerOrderedWrapper to dataHenri Sara2012-04-053-131/+2
* | Fixed spacing that was only partly moved to shared stateArtur Signell2012-04-054-57/+7
* | Moved Form child component references to stateArtur Signell2012-04-051-54/+50
* | Updated CustomLayout to use shared state and new eventsArtur Signell2012-04-051-59/+18
* | #8602 Added support for Map<Connector,?>Artur Signell2012-04-051-3/+1
* | Fixed FormLayoutConnector to use state and hierarchy listenersArtur Signell2012-04-051-0/+6
* | Moved margins to AbstractLayoutStateArtur Signell2012-04-052-17/+10
* | Updated CssLayout to use new state and hierarchy change eventsArtur Signell2012-04-051-27/+14
* | Fixed typoArtur Signell2012-04-051-1/+1
* | Updated AbsoluteLayout to use hierarchy and state change eventsArtur Signell2012-04-051-69/+111
* | Moved basic Window state attributes to WindowStateArtur Signell2012-04-051-36/+3
* | Created GridLayoutState with basic GridLayout stateArtur Signell2012-04-051-49/+43
* | Automatically create state on server side based on getState return typeArtur Signell2012-04-056-29/+28
* | Simplified Rpc registration on server side (#8591)Artur Signell2012-04-0511-12/+32
* | Defined RPC in a field rather than inline for clarityArtur Signell2012-04-051-12/+13
* | AbstractComponent.updateFromUIDL moved to state change (#8436)Artur Signell2012-04-051-32/+5
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-0447-195/+0
* | Make default Root state reflect reality (#8460)Leif Åstrand2012-04-021-0/+1
* | Converted CustomComponent to use only connector hierarchy change eventArtur Signell2012-03-301-13/+0
* | Replaced "defer" status with "cached" to be more Vaadin 6 compatibleArtur Signell2012-03-301-4/+3
* | Added missing RPC registration on server sideArtur Signell2012-03-291-1/+3
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-2910-155/+136
* | Replaced paintContent with shared stateArtur Signell2012-03-291-73/+24
* | #8478 Added clip constant to BaseThemeArtur Signell2012-03-261-0/+6
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-232-3/+45
|\|
| * #8209 Call click() from handleActionJohannes Dahlström2012-03-201-3/+1
| * #8209 Added a public click() method to Button, simulating a click on server sideJohannes Dahlström2012-03-201-0/+11
| * #6085 Allow setting an alternate text for Embedded, for accessibility purposesJohannes Dahlström2012-03-201-0/+33
* | Merge commit '8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8' from origin/6.8Artur Signell2012-03-232-114/+152
|\|
| * [merge from 6.7] Documented that GridLayout coordinates are zero-based. Also ...Automerge2012-03-161-111/+145
| * [merge from 6.7] #7607 Make Table scroll to the very bottom when neededAutomerge2012-03-141-3/+7
* | Fixed Serialization issues and cleaned up RPC invocation handler codeArtur Signell2012-03-221-16/+26
* | Added missing license informationArtur Signell2012-03-221-0/+3
* | #8437 Error indicators in tabs work againArtur Signell2012-03-221-1/+6