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-7.7.47-changes
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
changelog-8.28.1
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.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-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
fileToFilesReplacement
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
/
server
/
src
/
test
/
java
/
com
/
vaadin
/
data
/
BinderTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: avoid ConcurrentModificationException in Binder (#12458)
Tatu Lund
2021-10-27
1
-0
/
+23
*
fix: don't update bean property which is read-only bound (#12457)
Tatu Lund
2021-10-27
1
-0
/
+71
*
fix: Ensure that side effects of readBean does not set hasChanges true (#12455)
Tatu Lund
2021-10-27
1
-0
/
+22
*
fix: Avoid processing value change event due writing back of converted value ...
Tatu Lund
2021-08-06
1
-0
/
+31
*
feat: Add API to control whether Binder converts back to presentation (#12246)
Tatu Lund
2021-03-18
1
-0
/
+15
*
Binder: Also use converter for user-changed values (#12132)
Tatu Lund
2020-12-03
1
-0
/
+65
*
Add methods to control validation (#11945)
Tatu Lund
2020-04-21
1
-2
/
+77
*
Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834)
Tatu Lund
2019-12-02
1
-3
/
+6
*
Add method writeBeanAsDraft(bean) in Binder (#11833)
Tatu Lund
2019-11-29
1
-0
/
+33
*
Cherry picks of Binder fixes in Flow (#11758)
Tatu Lund
2019-11-13
1
-8
/
+134
*
Enable Maven plugin for Eclipse formatting (#10829)
Ilia Motornyi
2018-04-19
1
-4
/
+8
*
Added method asRequired with a custom required validator to BindingBuilder. (...
Márcio P. Dantas
2018-03-26
1
-0
/
+92
*
Fix ValueChangeListener order changes with Binder (#10745)
Teemu Suo-Anttila
2018-03-24
1
-0
/
+25
*
Add option to use error message provider for StringTo converters (#10711)
Teemu Suo-Anttila
2018-03-19
1
-0
/
+23
*
Add missing null check to Binding (#10726)
Teemu Suo-Anttila
2018-03-19
1
-0
/
+19
*
Add setReadOnly for Bindings (#10482)
Teemu Suo-Anttila
2018-02-08
1
-10
/
+38
*
Treat fields as readonly when bound with null setter (#10477)
Marco Collovati
2017-12-29
1
-2
/
+13
*
Make Binder.setReadonly ignore effectively readonly bindings (#10368)
Marco Collovati
2017-12-28
1
-0
/
+25
*
Improve Binder JavaDocs and APIs (#10347)
Teemu Suo-Anttila
2017-11-21
1
-0
/
+8
*
Add API to read Binding value from bean (#10316)
Teemu Suo-Anttila
2017-11-13
1
-0
/
+21
*
Simplify lambda expressions (#10198)
Ahmed Ashour
2017-10-20
1
-5
/
+5
*
Add ErrorLevel to Validators and results (#10099)
Teemu Suo-Anttila
2017-10-11
1
-0
/
+20
*
Fix Binder bean writing to only validate and write given bindings (#10162)
Teemu Suo-Anttila
2017-10-11
1
-4
/
+32
*
Use static import of Assert in tests (#10126)
Ahmed Ashour
2017-10-03
1
-104
/
+99
*
Fix BindingBuilder to always use the same instance (#10004)
Teemu Suo-Anttila
2017-09-26
1
-10
/
+37
*
Improve Binder value change handling with bean validation (#9988)
Teemu Suo-Anttila
2017-09-25
1
-10
/
+101
*
Add API for running BindingValidationStatusHandlers (#9966)
Teemu Suo-Anttila
2017-09-19
1
-1
/
+62
*
Fix removeBinding logic (#10002)
Piotr Wilkin
2017-09-19
1
-7
/
+22
*
Add methods to remove Bindings from Binder (#9932)
Teemu Suo-Anttila
2017-09-05
1
-0
/
+71
*
Throw exception if user modifies same binding step twice
Teemu Suo-Anttila
2017-05-26
1
-0
/
+12
*
Clear errors when clearing binder fields (#9364)
Artur
2017-05-19
1
-0
/
+20
*
Add a method for getting bound fields from Binder (#9365)
Artur
2017-05-19
1
-11
/
+26
*
Binding a null bean should clear the bound field values (#8288)
caalador
2017-02-09
1
-24
/
+113
*
Add isValid to Binder (#8274)
Aleksi Hietanen
2017-02-03
1
-0
/
+52
*
Introduce Binder.setReadOnly() (#8241)
Denis
2017-01-16
1
-0
/
+63
*
Integrate BeanBinder functionality into Binder (#8096)
Leif Åstrand
2017-01-12
1
-2
/
+7
*
Rename com.vaadin.data.util.converter to com.vaadin.data.converter
Pekka Hyvönen
2016-12-14
1
-1
/
+1
*
Rename setRequired to asRequired since it's logically not a setter (#7986)
Leif Åstrand
2016-12-14
1
-2
/
+2
*
Change return type of Binder#getBean to BEAN
Aleksi Hietanen
2016-12-08
1
-8
/
+8
*
Separate Binding and BindingBuilder (#80)
Leif Åstrand
2016-12-05
1
-3
/
+3
*
Simplify Binding API by removing the FIELDTYPE type parameter
Leif Åstrand
2016-11-29
1
-2
/
+2
*
Fix field value change event handling for unbound binder
Aleksi Hietanen
2016-11-22
1
-0
/
+41
*
Add Bindinding.setRequired
Pekka Hyvönen
2016-11-02
1
-2
/
+66
*
Rename Binder methods
Pekka Hyvönen
2016-10-26
1
-23
/
+28
*
Disable default null representation one way converter.
Denis Anisimov
2016-10-26
1
-0
/
+63
*
Initial support for null representations in Binder
Teemu Suo-Anttila
2016-10-24
1
-1
/
+80
*
Revert "Initial support for null representations in Binder"
Denis Anisimov
2016-10-20
1
-47
/
+1
*
Initial support for null representations in Binder
Teemu Suo-Anttila
2016-10-20
1
-1
/
+47
*
Split Binder tests roughly by category
Johannes Dahlström
2016-09-14
1
-1167
/
+33
*
Fix binder.load to reset validation status in the end
Pekka Hyvönen
2016-09-13
1
-1
/
+39
[next]