Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -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 Signell | 2012-04-05 | 1 | -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 are | Artur Signell | 2012-04-05 | 1 | -5/+3 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -0/+2 |
| | |||||
* | Refactor error messages not to use UIDL (#8437). | Henri Sara | 2012-03-21 | 1 | -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 Sara | 2012-03-21 | 1 | -1/+1 |
| | | | | This is an intermediate step towards moving error messages from UIDL to shared state. | ||||
* | Fixed readonly handling for fields (depends on property readonly | Artur Signell | 2012-03-13 | 1 | -2/+1 |
| | | | | status) and enable state handling for components on client side (depend on parent) | ||||
* | #8510 Support using Resources through URLReference/ResourceReference in | Artur Signell | 2012-03-13 | 1 | -2/+2 |
| | | | shared state and RPC calls | ||||
* | Use ComponentState for storing the state, not just as a communication | Artur Signell | 2012-03-13 | 1 | -1/+1 |
| | | | | mechanism. Changed isDisabled to more logical isEnabled in state. | ||||
* | Organized imports and formatted all java files | Artur Signell | 2012-02-28 | 1 | -16/+8 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -0/+105 |