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
/
test
/
java
/
com
/
vaadin
/
data
/
provider
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add better API to configure maximum allowed rows (#12466)
Tatu Lund
2021-11-03
1
-0
/
+8
*
fix: Add row limit to DataCommunicator row data requests (#12415)
Tatu Lund
2021-09-30
1
-0
/
+8
*
TreeDataProvider: Apply filters to children (#11868)
Tatu Lund
2020-01-16
2
-9
/
+56
*
Reduce Grid's sort complexity. (#11566)
Anna Koskinen
2019-05-15
1
-4
/
+5
*
Request data update before client response (#11341)
Sun Zhe
2018-12-11
1
-5
/
+4
*
Remove objects from ActiveDataHandler that are no longer available in used Da...
Ilia Motornyi
2018-09-07
1
-1
/
+64
*
Fix DataCommunicator not sending data on filter updates (#11068)
Teemu Suo-Anttila
2018-07-19
2
-1
/
+44
*
Fix temporal renderers serialization (#10929)
Ilia Motornyi
2018-06-13
2
-9
/
+8
*
Enable Maven plugin for Eclipse formatting (#10829)
Ilia Motornyi
2018-04-19
1
-6
/
+8
*
Remove copyright headers from test code (#10770)
Teemu Suo-Anttila
2018-03-28
6
-90
/
+0
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
6
-6
/
+6
*
Add recursive expand and collapse method to TreeGrid and Tree (#10283)
Adam Wagner
2018-02-08
2
-3
/
+3
*
HasItems.setItems(T... items) should allow edits (#10290)
Pekka Hyvönen
2017-11-06
1
-0
/
+16
*
Remove unneeded .toString() (#10141)
Ahmed Ashour
2017-10-10
2
-5
/
+4
*
Use static import of Assert in tests (#10126)
Ahmed Ashour
2017-10-03
10
-192
/
+205
*
Construct array inline (#10068)
Ahmed Ashour
2017-09-23
1
-1
/
+1
*
Fix javadoc references (#10067)
Ahmed Ashour
2017-09-23
1
-1
/
+0
*
Optimize HierarchyMapper (#10003)
Piotr Wilkin
2017-09-19
2
-8
/
+81
*
Fix moving child to first position in tree data (#9761)
Adam Wagner
2017-08-07
1
-0
/
+13
*
Add method to get parent in TreeData (#9701)
Adam Wagner
2017-07-27
1
-0
/
+8
*
Add methods to change parent and to change child's position in hierarchical d...
Adam Wagner
2017-07-18
1
-0
/
+45
*
Fix TreeData item removal, small improvements (#9621)
Ilia Motornyi
2017-07-03
2
-7
/
+124
*
Fix bookkeeping assertion error
Ilia Motornyi
2017-06-30
1
-0
/
+23
*
Rewrite HierarchyMapper to consistently handle changes
Teemu Suo-Anttila
2017-06-15
3
-147
/
+297
*
Correctly use id to identify data when refreshing (#9398)
Teemu Suo-Anttila
2017-05-23
1
-1
/
+0
*
Add TreeData#addRootItems, getRootItems
Aleksi Hietanen
2017-05-18
1
-0
/
+17
*
Add stream variants for the child item provider shorthands (#9375)
Leif Åstrand
2017-05-18
1
-4
/
+22
*
Refactor common methods in in-memory data providers (#9308)
Aleksi Hietanen
2017-05-16
1
-16
/
+35
*
Reset HierarchicalDataCommunicator on changes (#9275)
Aleksi Hietanen
2017-05-11
1
-0
/
+7
*
Fix infinite loop in data communication (#8927)
Aleksi Hietanen
2017-03-27
1
-2
/
+2
*
Hierarchical data (#8842)
Aleksi Hietanen
2017-03-16
2
-0
/
+418
*
Make Grid add columns based on bean properties (#8392)
Leif Åstrand
2017-02-01
1
-6
/
+5
*
Add a maven plugin for formatting according to Eclipse settings
Leif Åstrand
2017-02-01
1
-3
/
+2
*
Implement GridSortOrder and SortOrderBuilders (#8338)
Aleksi Hietanen
2017-01-27
2
-4
/
+71
*
Add APIs to inform components of stale objects in DataProvider (#8271)
Teemu Suo-Anttila
2017-01-25
5
-5
/
+185
*
Refactor how DataCommunicator passes filters to its DataProvider (#8309)
Leif Åstrand
2017-01-25
2
-10
/
+6
*
Use non-Generic SortOrder in Query. (#8239)
Denis
2017-01-25
4
-14
/
+9
*
Allow distinct configurable filter and wrapped filter types (#8322)
Leif Åstrand
2017-01-25
1
-10
/
+16
*
Add static helpers for creating callback data providers (#8314)
Leif Åstrand
2017-01-25
2
-4
/
+3
*
Unify container wrapping (#8312)
Leif Åstrand
2017-01-24
1
-1
/
+1
*
Remove outdated filtering concepts (#8289)
Leif Åstrand
2017-01-23
1
-60
/
+0
*
Add ListDataProvider shorthands for filter conversion (#8279)
Leif Åstrand
2017-01-22
2
-0
/
+52
*
Add a data provider wrapper with a configurable filter (#8280)
Leif Åstrand
2017-01-20
2
-17
/
+121
*
Change BackEndDataProvider into an interface (#8268)
Leif Åstrand
2017-01-19
2
-4
/
+4
*
Allow setting filters directly in ListDataProvider (#8267)
Leif Åstrand
2017-01-19
2
-0
/
+116
*
Make data providers statefull with regards to default sort orders (#8247)
Leif Åstrand
2017-01-17
4
-121
/
+83
*
Correctly reset DataCommunicator when its DataProvider is changed (#8138)
Aleksi Hietanen
2017-01-10
1
-0
/
+110
*
Global java code cleanup using Eclipse Neon.1
Leif Åstrand
2016-12-20
5
-20
/
+1
*
Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)
Pekka Hyvönen
2016-12-15
9
-0
/
+967