aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/AbstractFieldState.java
Commit message (Collapse)AuthorAgeFilesLines
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-139/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+2
|
* AbstractComponent.updateFromUIDL moved to state change (#8436)Artur Signell2012-04-051-1/+48
|
* Transfer required attribute in shared state (#8436).Henri Sara2012-03-211-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 Sara2012-03-211-0/+25
|
* Added missing license infoArtur Signell2012-03-141-0/+3
|
* Fixed readonly handling for fields (depends on property readonlyArtur Signell2012-03-131-0/+37
status) and enable state handling for components on client side (depend on parent)