summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractField.java
Commit message (Expand)AuthorAgeFilesLines
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-3/+3
* Convert some literal strings of UIDL attributes to use constants.Henri Sara2012-02-211-2/+5
* #8102 Changing data source type from Double -> Number can keep theArtur Signell2011-12-221-3/+7
* #8173 Deprecated separate read through and write through modesArtur Signell2011-12-221-1/+8
* Renamed getValueConversionError -> getConversionError that was missingArtur Signell2011-12-221-9/+9
* Removed getStringValue based on API review meetingArtur Signell2011-12-221-25/+22
* #8101 Swapped generics parameter order for Converter based on API reviewArtur Signell2011-12-211-17/+13
* #8101 Renamed source type to presentation and target type to model forArtur Signell2011-12-211-6/+6
* #8102 getConvertedFieldValue -> getConvertedValue, addedArtur Signell2011-12-211-4/+23
* #8102 Removed "value" from value converter used in AbstractField andArtur Signell2011-12-211-45/+39
* #8125 Removed remaining references to Property.ConversionExceptionArtur Signell2011-12-211-2/+0
* Include original conversion exception as cause for exceptionArtur Signell2011-12-211-1/+2
* #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-6/+5
* Add javadoc for AbstractField.getInternalValue().Henri Sara2011-12-201-1/+12
* #8102 Allow overriding the conversion error message for FieldsArtur Signell2011-12-191-8/+55
* #8127 Add setBuffered to ease use of read through and write throughArtur Signell2011-12-151-8/+68
* Fix setting of source exception setting on commit.Henri Sara2011-12-151-1/+1
* #8110 Validation is now done on the converted valueArtur Signell2011-12-141-35/+62
* Use getter and setter for source exceptionArtur Signell2011-12-141-16/+25
* #8103 ConverterFactory is no longer static + javadoc updatesArtur Signell2011-12-121-19/+49
* #8101/#8103 Javadoc for converters and converter factoryArtur Signell2011-12-121-4/+4
* #3851 AbstractField should run validators for empty fieldsArtur Signell2011-12-091-36/+25
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-3/+3
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-3/+3
* | Add CustomField component in Vaadin core (#3718)Henri Sara2011-12-081-5/+14
* | Handle fields with no data source in AbstractField.convertToDataSource()Henri Sara2011-12-011-21/+18
* | Initial implementation of converters for AbstractFieldArtur Signell2011-11-281-96/+219
* | Merge branch 'master' into databindingArtur Signell2011-11-241-58/+0
|\ \
| * | #7963 Moved ActionManager from AbstractField to AbstractComponent toArtur Signell2011-11-221-58/+0
| |/
* | #7930 Eliminate Validator.isValid()Henri Sara2011-11-121-18/+7
* | Convert nested data model event classes to static where possible.Henri Sara2011-11-111-2/+2
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-23/+26
* | Eliminate more cases that used Property.toString().Henri Sara2011-11-081-4/+4
* | Throw exception from Property.toString() implementations.Henri Sara2011-11-071-1/+3
* | Partly eliminate the use of Property.toString().Henri Sara2011-11-071-12/+40
|/
* #6588, #7776 : fine tuned fix with properties that modify value. ValueChange ...Matti Tahvonen2011-10-131-11/+20
* fix for #7776Matti Tahvonen2011-10-111-14/+45
* #6770 error indicator should not be hidden when a DateField is "empty" becaus...Henri Sara2011-09-051-2/+17
* merged #18418 (typo in fieldname)Matti Tahvonen2011-04-201-12/+12
* merging fixes from 6.5Matti Tahvonen2011-04-201-1/+1
* fixes #6237, setting datasource no more calls discard() methodMatti Tahvonen2011-01-051-8/+10
* fixes #6002 and #6223Matti Tahvonen2011-01-031-7/+2
* depracated obsolete helper method from AbstractField. Replaced the implementa...Matti Tahvonen2010-11-041-22/+6
* #5692 Generics: AbstractField, ComboBox, ListSelect, NativeSelect, OptionGrou...Henri Sara2010-10-041-2/+2
* Fixes AbstractField not updating tab index on client side after calling setTa...John Alhroos2010-08-251-0/+1
* tabindex now open for extension in abstractfield (using getter instead of fie...Matti Tahvonen2010-08-251-2/+2
* Fixed some high priority warnings by FindBugsHenri Sara2010-06-011-1/+1
* #5013 AbstractField did not repaint property read-only status changes immedia...Henri Sara2010-05-271-0/+21
* Javadocced shortcutsMarc Englund2010-04-091-0/+40
* #1394 enable implementing Focusable components outside the com.vaadin.ui packageHenri Sara2010-04-011-17/+4