Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -139/+0 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+2 |
| | |||||
* | AbstractComponent.updateFromUIDL moved to state change (#8436) | Artur Signell | 2012-04-05 | 1 | -1/+48 |
| | |||||
* | Transfer required attribute in shared state (#8436). | Henri Sara | 2012-03-21 | 1 | -0/+25 |
| | | | | | The flag should be used directly from shared state, but that requires error message etc. related updates to be done in a listener before sending states. | ||||
* | Convert hide errors flag to shared state (#8437). | Henri Sara | 2012-03-21 | 1 | -0/+25 |
| | |||||
* | Added missing license info | Artur Signell | 2012-03-14 | 1 | -0/+3 |
| | |||||
* | Fixed readonly handling for fields (depends on property readonly | Artur Signell | 2012-03-13 | 1 | -0/+37 |
status) and enable state handling for components on client side (depend on parent) |