aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/LinkConnector.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-96/+0
| | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files.
* Fixed GridLayout caption rendering Artur Signell2012-04-051-1/+1
| | | | Components that do not delegate caption handling to parent should not get a caption
* 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
| | | | This change removes support for error messages on tabs of a tabsheet or an accordion. Those should be implemented differently if needed.
* Refactor error messages on server side (#8437).Henri Sara2012-03-211-1/+1
| | | | This is an intermediate step towards moving error messages from UIDL to shared state.
* Fixed readonly handling for fields (depends on property readonlyArtur Signell2012-03-131-2/+1
| | | | status) and enable state handling for components on client side (depend on parent)
* #8510 Support using Resources through URLReference/ResourceReference inArtur Signell2012-03-131-2/+2
| | | shared state and RPC calls
* Use ComponentState for storing the state, not just as a communicationArtur Signell2012-03-131-1/+1
| | | | mechanism. Changed isDisabled to more logical isEnabled in state.
* Organized imports and formatted all java filesArtur Signell2012-02-281-16/+8
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-0/+105