aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/LinkConnector.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-96/+0
* Fixed GridLayout caption rendering Artur Signell2012-04-051-1/+1
* ServerConnector is no longer a Paintable, components using updateFromUidl areArtur Signell2012-04-051-5/+3
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-0/+2
* Refactor error messages not to use UIDL (#8437).Henri Sara2012-03-211-1/+1
* Refactor error messages on server side (#8437).Henri Sara2012-03-211-1/+1
* Fixed readonly handling for fields (depends on property readonlyArtur Signell2012-03-131-2/+1
* #8510 Support using Resources through URLReference/ResourceReference inArtur Signell2012-03-131-2/+2
* Use ComponentState for storing the state, not just as a communicationArtur Signell2012-03-131-1/+1
* Organized imports and formatted all java filesArtur Signell2012-02-281-16/+8
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-0/+105