summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractField.java
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-171-16/+3
|\
| * Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-101-16/+3
* | Generic cleanup (#7749)Artur Signell2014-12-161-1/+2
* | Handle tab indexes in a generic way (#7749)Artur Signell2014-12-151-9/+0
* | Fix writing issues (#7749)Artur Signell2014-12-151-1/+1
* | Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-7/+8
* | SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-10/+7
* | Declarative support for TextField, PasswordField and TextArea (#7749)Matti Hosio2014-12-121-0/+2
* | Declarative support for AbstractField (#7749)Matti Hosio2014-12-101-0/+65
|/
* Add clear() for fields and field group (#14755)Artur Signell2014-09-261-0/+13
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-231-1/+2
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-071-8/+9
|\|
| * Do not throw NPE if conversion messages is null (#12962)Artur Signell2013-12-031-8/+9
* | Make fields with value change listener immediateMatti Tahvonen2013-12-181-0/+4
|/
* Added type parameter to converter methods (#11895)Artur Signell2013-06-111-8/+20
* Pass ConversionException to getConversionError (#11960)Artur Signell2013-06-071-12/+25
* Modified the logic in setPropertyDatasource which determines if a new convert...Artur Signell2013-05-221-9/+6
* Merge changes from origin/7.0Leif Åstrand2013-05-171-3/+8
|\
| * Avoid marking AbstractField dirty in primitive getters (#11201)Artur Signell2013-05-171-3/+8
| * Revert "Removed legacy toString implementations as promised in 7.0Henri Sara2013-02-151-0/+24
* | Re-added Property.toString warning messages (#10916)Artur Signell2013-04-241-4/+34
* | Added SharedUtil for helpers shared by client and serverLeif Åstrand2013-04-101-12/+12
* | Convert value if locale changes and field has converter (#11419)Artur Signell2013-03-311-9/+27
|/
* Removed legacy toString implementations as promised in 7.0 (#10916)Artur Signell2013-02-011-24/+0
* 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