summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractField.java
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Throw exceptions from setPropertyDataSource (#8889)Artur Signell2012-12-181-0/+1
* Update buffered field value if it has not been changed (#8192)Artur Signell2012-12-181-1/+1
* Do not update data model when locale changes (#10562, #8192)Artur Signell2012-12-181-2/+6
* Only update value on locale change if using the data source directly (#8192)Artur Signell2012-12-171-2/+5
* Update value when field/label local changes (#8192)Artur Signell2012-11-221-10/+64
* Account for that converter can modify value (#8191)Artur Signell2012-11-221-0/+10
* Unified deprecation messagesArtur Signell2012-11-221-5/+5
* Fixed NPE when converter is null (#10043)Artur Signell2012-10-241-9/+8
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-11/+3
* Add removeAllValidators() to Validatable (#9542)Johannes Dahlström2012-09-241-0/+1
* Return an empty collection instead of null from Validatable.getValidators() (...Johannes Dahlström2012-09-241-4/+5
* Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-101-1/+2
|\
| * Added info that debugger might cause log messages (#9481)Artur Signell2012-09-101-1/+2
* | Merge branch '6.8'John Ahlroos2012-09-101-38/+42
|/
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-1/+1
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-11/+15
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-4/+42
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-13/+13
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-4/+0
* Removed readThrough/writeThrough in favor of buffered (#8180)Artur Signell2012-08-221-107/+18
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
* Add "As of 7.0" to relevant @deprecated tagsJohannes Dahlström2012-08-211-4/+4
* Introduce ClientConnector.beforeClientResponse(boolean initial) #9228Leif Åstrand2012-08-201-2/+2
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed more @version included in some files but not in all (#9299)Artur Signell2012-08-161-2/+0
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+1657