index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
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
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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
src
/
main
/
java
/
com
/
vaadin
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added method asRequired with a custom required validator to BindingBuilder. (...
Márcio P. Dantas
2018-03-26
1
-3
/
+27
*
Fix ValueChangeListener order changes with Binder (#10745)
Teemu Suo-Anttila
2018-03-24
1
-8
/
+10
*
Always return a fresh copy of BeanPropertySet from cache (#10635)
Ilia Motornyi
2018-03-24
1
-39
/
+42
*
Implement ReadOnlyHasValue helper (#10643)
Ilia Motornyi
2018-03-20
1
-0
/
+119
*
Add option to use error message provider for StringTo converters (#10711)
Teemu Suo-Anttila
2018-03-19
8
-35
/
+271
*
Add missing null check to Binding (#10726)
Teemu Suo-Anttila
2018-03-19
1
-3
/
+5
*
Add setReadOnly for Bindings (#10482)
Teemu Suo-Anttila
2018-02-08
1
-23
/
+95
*
Add recursive expand and collapse method to TreeGrid and Tree (#10283)
Adam Wagner
2018-02-08
2
-45
/
+191
*
Fix Grid initial render performance (#10579)
Teemu Suo-Anttila
2018-02-05
1
-1
/
+0
*
Fix code example in DataProvider JavaDoc (#10601)
Ilia Motornyi
2018-02-05
1
-1
/
+1
*
Fix Grid not updating selected item immediately (#10569)
Teemu Suo-Anttila
2018-01-25
1
-12
/
+9
*
Add missing since tags and JavaDocs (#10487)
8.3.0.alpha1
Teemu Suo-Anttila
2018-01-03
1
-3
/
+6
*
Treat fields as readonly when bound with null setter (#10477)
Marco Collovati
2017-12-29
1
-0
/
+15
*
Make Binder.setReadonly ignore effectively readonly bindings (#10368)
Marco Collovati
2017-12-28
1
-5
/
+13
*
Fix nested bean property name (#10271)
schaerl
2017-11-22
3
-39
/
+24
*
Improve Binder JavaDocs and APIs (#10347)
Teemu Suo-Anttila
2017-11-21
1
-7
/
+22
*
Fix issues from API review for 8.2 (#10342)
Aleksi Hietanen
2017-11-21
1
-3
/
+3
*
Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)
Aleksi Hietanen
2017-11-21
4
-117
/
+192
*
Update since tags in JavaDoc (#10325)
8.2.0.alpha3
Teemu Suo-Anttila
2017-11-15
2
-6
/
+6
*
Improve nested property support for Binder (#9925)
Olli Tietäväinen
2017-11-14
2
-10
/
+279
*
Add API to read Binding value from bean (#10316)
Teemu Suo-Anttila
2017-11-13
1
-3
/
+22
*
Relax mapper access in HierarchicalDataCommunicator
Ilia Motornyi
2017-11-10
1
-0
/
+8
*
HasItems.setItems(T... items) should allow edits (#10290)
Pekka Hyvönen
2017-11-06
2
-2
/
+4
*
Relax TreeGrid and Tree members access modifiers. (#10293)
Ilia Motornyi
2017-11-06
2
-5
/
+34
*
Remove redundant interface already implemented by super class. (#10258)
Ahmed Ashour
2017-10-31
2
-4
/
+2
*
Improve naming of fields and variables (#10242)
Ahmed Ashour
2017-10-26
1
-2
/
+2
*
Remove trailing spaces (#10224)
Ahmed Ashour
2017-10-26
9
-51
/
+51
*
Added utility method Binder#asRequired() (#9873)
Stephan Knitelius
2017-10-20
1
-0
/
+25
*
Fix typos (#10213)
Ahmed Ashour
2017-10-20
2
-6
/
+6
*
Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)
Ahmed Ashour
2017-10-20
1
-1
/
+1
*
Simplify lambda expressions (#10198)
Ahmed Ashour
2017-10-20
7
-28
/
+20
*
Use Collection.isEmpty() (#10172)
Ahmed Ashour
2017-10-12
1
-1
/
+1
*
Add ErrorLevel to Validators and results (#10099)
Teemu Suo-Anttila
2017-10-11
5
-51
/
+400
*
Fix Binder bean writing to only validate and write given bindings (#10162)
Teemu Suo-Anttila
2017-10-11
1
-27
/
+53
*
Prevent Grid refreshAll from getting stuck due mismatched state (#10161)
Ansku
2017-10-10
1
-3
/
+0
*
Fix typos (#10158)
Ahmed Ashour
2017-10-10
1
-4
/
+2
*
Edit grid row by index - server side (#10040)
Piotr Wilkin
2017-10-10
2
-2
/
+2
*
Don't use synthetic methods for listener classes. (#10135)
Ahmed Ashour
2017-10-04
1
-2
/
+2
*
Fix typos (#10124)
Ahmed Ashour
2017-10-04
1
-4
/
+7
*
First sentence of javadoc should end with a period (#10114)
Ahmed Ashour
2017-10-02
4
-14
/
+20
*
Add since tags and update release notes (#10109)
Henri Sara
2017-09-28
1
-23
/
+21
*
Use interface instead of implementation (#10073)
Ahmed Ashour
2017-09-28
1
-4
/
+7
*
Fix BindingBuilder to always use the same instance (#10004)
Teemu Suo-Anttila
2017-09-26
1
-13
/
+14
*
Improve Binder value change handling with bean validation (#9988)
Teemu Suo-Anttila
2017-09-25
1
-100
/
+163
*
Fix javadoc references (#10067)
Ahmed Ashour
2017-09-23
7
-11
/
+6
*
Update modifier order to follow Java Specification suggestions (#10050)
Ahmed Ashour
2017-09-21
1
-1
/
+1
*
Add scroll logic from TreeGrid to Tree (#10005)
Piotr Wilkin
2017-09-20
2
-2
/
+2
*
Remove unused methods (#10020)
Ahmed Ashour
2017-09-20
1
-17
/
+3
*
Add API for running BindingValidationStatusHandlers (#9966)
Teemu Suo-Anttila
2017-09-19
3
-11
/
+49
*
Optimize HierarchyMapper (#10003)
Piotr Wilkin
2017-09-19
1
-10
/
+8
[prev]
[next]