index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
vaadin
/
ui
/
AbstractField.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
#8434 Renamed *Paintable classes to *Connector and updated ConnectorMap
Artur Signell
2012-02-27
1
-3
/
+3
*
Convert some literal strings of UIDL attributes to use constants.
Henri Sara
2012-02-21
1
-2
/
+5
*
#8102 Changing data source type from Double -> Number can keep the
Artur Signell
2011-12-22
1
-3
/
+7
*
#8173 Deprecated separate read through and write through modes
Artur Signell
2011-12-22
1
-1
/
+8
*
Renamed getValueConversionError -> getConversionError that was missing
Artur Signell
2011-12-22
1
-9
/
+9
*
Removed getStringValue based on API review meeting
Artur Signell
2011-12-22
1
-25
/
+22
*
#8101 Swapped generics parameter order for Converter based on API review
Artur Signell
2011-12-21
1
-17
/
+13
*
#8101 Renamed source type to presentation and target type to model for
Artur Signell
2011-12-21
1
-6
/
+6
*
#8102 getConvertedFieldValue -> getConvertedValue, added
Artur Signell
2011-12-21
1
-4
/
+23
*
#8102 Removed "value" from value converter used in AbstractField and
Artur Signell
2011-12-21
1
-45
/
+39
*
#8125 Removed remaining references to Property.ConversionException
Artur Signell
2011-12-21
1
-2
/
+0
*
Include original conversion exception as cause for exception
Artur Signell
2011-12-21
1
-1
/
+2
*
#8125 Removed Property.ConversionException and String constructor based
Artur Signell
2011-12-21
1
-6
/
+5
*
Add javadoc for AbstractField.getInternalValue().
Henri Sara
2011-12-20
1
-1
/
+12
*
#8102 Allow overriding the conversion error message for Fields
Artur Signell
2011-12-19
1
-8
/
+55
*
#8127 Add setBuffered to ease use of read through and write through
Artur Signell
2011-12-15
1
-8
/
+68
*
Fix setting of source exception setting on commit.
Henri Sara
2011-12-15
1
-1
/
+1
*
#8110 Validation is now done on the converted value
Artur Signell
2011-12-14
1
-35
/
+62
*
Use getter and setter for source exception
Artur Signell
2011-12-14
1
-16
/
+25
*
#8103 ConverterFactory is no longer static + javadoc updates
Artur Signell
2011-12-12
1
-19
/
+49
*
#8101/#8103 Javadoc for converters and converter factory
Artur Signell
2011-12-12
1
-4
/
+4
*
#3851 AbstractField should run validators for empty fields
Artur Signell
2011-12-09
1
-36
/
+25
*
Merge remote branch 'origin/6.8'
Leif Åstrand
2011-12-09
1
-3
/
+3
|
\
|
*
#7354 IT Mill -> Vaadin find and replace
Artur Signell
2011-12-08
1
-3
/
+3
*
|
Add CustomField component in Vaadin core (#3718)
Henri Sara
2011-12-08
1
-5
/
+14
*
|
Handle fields with no data source in AbstractField.convertToDataSource()
Henri Sara
2011-12-01
1
-21
/
+18
*
|
Initial implementation of converters for AbstractField
Artur Signell
2011-11-28
1
-96
/
+219
*
|
Merge branch 'master' into databinding
Artur Signell
2011-11-24
1
-58
/
+0
|
\
\
|
*
|
#7963 Moved ActionManager from AbstractField to AbstractComponent to
Artur Signell
2011-11-22
1
-58
/
+0
|
|
/
*
|
#7930 Eliminate Validator.isValid()
Henri Sara
2011-11-12
1
-18
/
+7
*
|
Convert nested data model event classes to static where possible.
Henri Sara
2011-11-11
1
-2
/
+2
*
|
Parameterize Property and Field with the value type.
Henri Sara
2011-11-08
1
-23
/
+26
*
|
Eliminate more cases that used Property.toString().
Henri Sara
2011-11-08
1
-4
/
+4
*
|
Throw exception from Property.toString() implementations.
Henri Sara
2011-11-07
1
-1
/
+3
*
|
Partly eliminate the use of Property.toString().
Henri Sara
2011-11-07
1
-12
/
+40
|
/
*
#6588, #7776 : fine tuned fix with properties that modify value. ValueChange ...
Matti Tahvonen
2011-10-13
1
-11
/
+20
*
fix for #7776
Matti Tahvonen
2011-10-11
1
-14
/
+45
*
#6770 error indicator should not be hidden when a DateField is "empty" becaus...
Henri Sara
2011-09-05
1
-2
/
+17
*
merged #18418 (typo in fieldname)
Matti Tahvonen
2011-04-20
1
-12
/
+12
*
merging fixes from 6.5
Matti Tahvonen
2011-04-20
1
-1
/
+1
*
fixes #6237, setting datasource no more calls discard() method
Matti Tahvonen
2011-01-05
1
-8
/
+10
*
fixes #6002 and #6223
Matti Tahvonen
2011-01-03
1
-7
/
+2
*
depracated obsolete helper method from AbstractField. Replaced the implementa...
Matti Tahvonen
2010-11-04
1
-22
/
+6
*
#5692 Generics: AbstractField, ComboBox, ListSelect, NativeSelect, OptionGrou...
Henri Sara
2010-10-04
1
-2
/
+2
*
Fixes AbstractField not updating tab index on client side after calling setTa...
John Alhroos
2010-08-25
1
-0
/
+1
*
tabindex now open for extension in abstractfield (using getter instead of fie...
Matti Tahvonen
2010-08-25
1
-2
/
+2
*
Fixed some high priority warnings by FindBugs
Henri Sara
2010-06-01
1
-1
/
+1
*
#5013 AbstractField did not repaint property read-only status changes immedia...
Henri Sara
2010-05-27
1
-0
/
+21
*
Javadocced shortcuts
Marc Englund
2010-04-09
1
-0
/
+40
*
#1394 enable implementing Focusable components outside the com.vaadin.ui package
Henri Sara
2010-04-01
1
-17
/
+4
[next]