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
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
*
Erase type of BeanBinder#bindInstanceFields parameter in equality test
8.0.0.alpha9
Aleksi Hietanen
2016-12-09
1
-2
/
+2
*
Add a generic selection listener to Grid & SelectionModels (#105)
Pekka Hyvönen
2016-12-09
1
-0
/
+13
*
Change return type of Binder#getBean to BEAN
Aleksi Hietanen
2016-12-08
1
-12
/
+16
*
Provide a shorthand for the HasValue::clear() method. (#94)
Denis
2016-12-06
1
-0
/
+13
*
Add Listing.setItems(Stream) (#90)
Pekka Hyvönen
2016-12-05
1
-1
/
+26
*
Separate Binding and BindingBuilder (#80)
Leif Åstrand
2016-12-05
7
-156
/
+243
*
Small fixes to javadocs
elmot
2016-12-01
1
-1
/
+1
*
Enable select all checkbox for MultiSelection Grid.
Pekka Hyvönen
2016-11-30
1
-5
/
+2
*
Add MultiSelect support for Grid
Pekka Hyvönen
2016-11-29
1
-5
/
+22
*
Ensure all BeanBinding chaining methods return BeanBinding
Leif Åstrand
2016-11-29
1
-0
/
+51
*
Simplify Binding API by removing the FIELDTYPE type parameter
Leif Åstrand
2016-11-29
3
-55
/
+47
*
Type Listing for DataProvider to allow custom filter types
Teemu Suo-Anttila
2016-11-28
1
-5
/
+20
*
Reintroduce Grid Editor using Binder
Teemu Suo-Anttila
2016-11-25
2
-8
/
+11
*
Refactor listener registration creation to reduce boilerplate
Leif Åstrand
2016-11-23
1
-3
/
+1
*
Fix field value change event handling for unbound binder
Aleksi Hietanen
2016-11-22
1
-36
/
+75
*
Add Filter parameter to DataProvider
Teemu Suo-Anttila
2016-11-21
1
-5
/
+5
*
Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...
8.0.0.alpha7
elmot
2016-11-11
1
-1
/
+1
*
Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...
elmot
2016-11-11
1
-9
/
+9
*
Remove HasValue from Grid
Pekka Hyvönen
2016-11-10
2
-47
/
+21
*
Use final modifier where appropriate
Per-Åke Minborg
2016-11-09
4
-4
/
+4
*
Create MultiSelect interface to replace Multi selection model.
Denis Anisimov
2016-11-04
1
-62
/
+1
*
Remove manual array copy
Per-Åke Minborg
2016-11-02
1
-3
/
+2
*
Add private constructor for utility classes
Per-Åke Minborg
2016-11-02
2
-0
/
+6
*
Make SelectionModel API only server side.
Denis Anisimov
2016-11-02
3
-2
/
+226
*
Move setReadOnly from Component to HasValue
Teemu Suo-Anttila
2016-11-02
1
-0
/
+22
*
Add Bindinding.setRequired
Pekka Hyvönen
2016-11-02
3
-128
/
+52
*
Introduces ValidationResult interface to replace Result in validators.
Denis Anisimov
2016-11-01
14
-84
/
+213
*
Add error message provider to provide translations
Teemu Suo-Anttila
2016-11-01
3
-4
/
+129
*
Replace setRequired & HasRequired with setRequiredIndicator
Pekka Hyvönen
2016-11-01
3
-54
/
+25
*
Remove Locale from BeanValidator because of ValueContext
Pekka Hyvönen
2016-10-31
2
-50
/
+19
*
Add ValueContext to Validators
Teemu Suo-Anttila
2016-10-26
9
-43
/
+51
*
Rename Binder methods
Pekka Hyvönen
2016-10-26
3
-107
/
+123
*
Disable default null representation one way converter.
Denis Anisimov
2016-10-26
2
-20
/
+98
*
Remove undocumented, unused extra default methods from Converter
Teemu Suo-Anttila
2016-10-25
1
-11
/
+0
*
Fix setValue() methods behavior null argument value + javadocs
Teemu Suo-Anttila
2016-10-25
1
-1
/
+1
*
Update ValueChange API to use Component and HasValue<>.
Denis Anisimov
2016-10-25
1
-31
/
+50
*
Binder.bindInstanceFields(Object) method implementation (#47).
Denis Anisimov
2016-10-25
2
-1
/
+234
*
Correct serializable issues and test that components can be serialized
Leif Åstrand
2016-10-24
5
-45
/
+58
*
Add ValueContext parameter for Converters
Teemu Suo-Anttila
2016-10-24
14
-51
/
+192
*
Initial support for null representations in Binder
Teemu Suo-Anttila
2016-10-24
3
-11
/
+70
*
Derive Listing components from HasValue.
Denis Anisimov
2016-10-21
3
-205
/
+3
*
Revert "Initial support for null representations in Binder"
Denis Anisimov
2016-10-20
3
-78
/
+15
*
Initial support for null representations in Binder
Teemu Suo-Anttila
2016-10-20
3
-15
/
+78
*
Update Binder to consistently use "bean" instead of "item"
Aleksi Hietanen
2016-10-12
1
-41
/
+41
*
Add support for binder status change events (#208).
Denis Anisimov
2016-10-06
3
-24
/
+222
*
Make ColorPicker subcomponents HasValues
Johannes Dahlström
2016-10-05
1
-0
/
+7
*
Update DateRangeValidator to be LocalDate based (#320).
Denis Anisimov
2016-09-26
1
-19
/
+7
*
Extract validation availability check out of BeanValidator (#251).
Denis Anisimov
2016-09-23
3
-53
/
+74
*
Avoid explicit casting to getter return type in getDescriptor() (#292).
Denis Anisimov
2016-09-21
1
-1
/
+10
*
Override forSelect methods for BeanBinder to return narrowed type.
Denis Anisimov
2016-09-20
1
-0
/
+17
[next]