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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
src
/
test
/
java
/
com
/
vaadin
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set DateField value only if it passes range check (#11887)
Tatu Lund
2020-04-08
1
-2
/
+11
*
Update release note and since tag (#11386)
Sun Zhe
2018-12-20
1
-23
/
+28
*
Checkbox allow customizing of input and label classNames. (#11372)
Knoobie
2018-12-18
1
-0
/
+107
*
Fix formatting (#11023)
Ilia Motornyi
2018-07-04
1
-1
/
+1
*
Fix TabSheet attaching and detaching components (#10988)
Teemu Suo-Anttila
2018-06-19
1
-9
/
+13
*
Fix AbstractSingleSelect selection and state updates (#10796)
Teemu Suo-Anttila
2018-04-19
1
-1
/
+16
*
Remove copyright headers from test code (#10770)
Teemu Suo-Anttila
2018-03-28
31
-465
/
+0
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
28
-28
/
+28
*
Correctly handle data providers with overriden getId (#10728)
Anastasia Smirnova
2018-03-22
1
-0
/
+97
*
Use lambda expressions. (#10268)
Ahmed Ashour
2017-11-01
1
-31
/
+25
*
Use lambda with Listeners (#10222)
Ahmed Ashour
2017-10-26
3
-5
/
+7
*
Simplify lambda expressions (#10198)
Ahmed Ashour
2017-10-20
1
-6
/
+4
*
Use Collection.isEmpty() (#10172)
Ahmed Ashour
2017-10-12
2
-2
/
+2
*
Use static import of Assert in tests (#10126)
Ahmed Ashour
2017-10-03
26
-228
/
+271
*
Revert "Store Vaadin session after each update" (#10112)
8.2.0.alpha2
Henri Sara
2017-09-28
1
-17
/
+0
*
Add option to use PushState instead of URI fragments in Navigator (#10042)
Teemu Suo-Anttila
2017-09-27
2
-0
/
+35
*
Store Vaadin session after each update
Artur Signell
2017-09-27
1
-0
/
+17
*
Construct array inline (#10068)
Ahmed Ashour
2017-09-23
1
-1
/
+1
*
Fix javadoc references (#10067)
Ahmed Ashour
2017-09-23
1
-3
/
+0
*
Remove unused methods (#10020)
Ahmed Ashour
2017-09-20
2
-7
/
+2
*
Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578)
Yuriy Artamonov
2017-06-29
1
-6
/
+35
*
Clean connector tracker after each access block to stop memory leaks (#9305)
Artur
2017-05-16
1
-0
/
+56
*
Make CustomField iterator() comply with contract
Artur Signell
2017-03-29
1
-0
/
+63
*
Picked all changes from 7.7
Teemu Suo-Anttila
2017-03-07
1
-0
/
+26
*
Provide a convenience method to get items set via setItems().
Denis
2017-02-08
2
-0
/
+16
*
Add helpers for dealing with columns based on its id (#8411)
Leif Åstrand
2017-02-02
1
-0
/
+137
*
Make it easy to invoke ServerRpc methods as part of unit tests (#8346)
Artur
2017-02-02
6
-36
/
+16
*
Add a maven plugin for formatting according to Eclipse settings
Leif Åstrand
2017-02-01
3
-16
/
+17
*
Fix userOriginated state for CheckBox ValueChangeEvent from the user (#8383)
Artur
2017-01-30
1
-0
/
+42
*
Add convenience constructors to new components (#598) (#8351)
caalador
2017-01-30
7
-0
/
+541
*
Add convenience constructors for TextField (#597) (#8341)
caalador
2017-01-27
1
-0
/
+70
*
Add static helpers for creating callback data providers (#8314)
Leif Åstrand
2017-01-25
2
-6
/
+8
*
Change BackEndDataProvider into an interface (#8268)
Leif Åstrand
2017-01-19
1
-4
/
+3
*
Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)
Leif Åstrand
2017-01-13
3
-9
/
+26
*
Include old value in ValueChangeEvent (#8229)
Aleksi Hietanen
2017-01-13
2
-1
/
+51
*
Correctly reset DataCommunicator when its DataProvider is changed (#8138)
Aleksi Hietanen
2017-01-10
2
-6
/
+3
*
Refactor AbstractDateField. (#8146)
Denis
2017-01-10
1
-2
/
+2
*
Allow AbstractField to override value equality (#8201)
Leif Åstrand
2017-01-10
1
-0
/
+57
*
Global java code cleanup using Eclipse Neon.1
Leif Åstrand
2016-12-20
5
-20
/
+15
*
Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)
Pekka Hyvönen
2016-12-15
4
-8
/
+8
*
Remove usage of Consumer from event listeners (#7985)
Pekka Hyvönen
2016-12-14
3
-4
/
+4
*
Workaround for deadlock issue (#18436)
Artur Signell
2016-12-09
1
-0
/
+155
*
Add a generic selection listener to Grid & SelectionModels (#105)
Pekka Hyvönen
2016-12-09
2
-4
/
+4
*
Make it possible to reset single select values
Leif Åstrand
2016-11-29
1
-0
/
+48
*
Type Listing for DataProvider to allow custom filter types
Teemu Suo-Anttila
2016-11-28
3
-9
/
+41
*
Provide declarative support for listing components.
Denis Anisimov
2016-11-24
2
-5
/
+39
*
Make ValoTheme subclassable
Leif Åstrand
2016-11-17
1
-0
/
+26
*
Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...
elmot
2016-11-11
4
-25
/
+25
*
Remove HasValue from Grid
Pekka Hyvönen
2016-11-10
2
-65
/
+26
*
Use final modifier where appropriate
Per-Åke Minborg
2016-11-09
1
-2
/
+2
[next]