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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable formatting in testbench-api module (#10852)
Ilia Motornyi
2018-05-02
2
-15
/
+13
*
Enable Maven plugin for Eclipse formatting (#10829)
Ilia Motornyi
2018-04-19
36
-144
/
+176
*
Colorpicker validation handling (#10821)
KatriHaapalinna
2018-04-19
6
-0
/
+433
*
Fix AbstractSingleSelect selection and state updates (#10796)
Teemu Suo-Anttila
2018-04-19
1
-1
/
+16
*
Fixes declarative update of existing Composite (#10825)
Ilia Motornyi
2018-04-17
1
-0
/
+29
*
Fix Grid Column not sortable with backend data and sort property (#10811)
Teemu Suo-Anttila
2018-04-13
1
-1
/
+1
*
Remove empty comments (#10789)
Ilia Motornyi
2018-04-05
28
-53
/
+0
*
Added possibility to add listener for connectorMarkedDirty (#10773)
caalador
2018-04-04
1
-0
/
+155
*
Remove copyright headers from test code (#10770)
Teemu Suo-Anttila
2018-03-28
235
-3534
/
+0
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
223
-223
/
+223
*
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
*
Always return a fresh copy of BeanPropertySet from cache (#10635)
Ilia Motornyi
2018-03-24
2
-24
/
+134
*
Correctly handle data providers with overriden getId (#10728)
Anastasia Smirnova
2018-03-22
1
-0
/
+97
*
Implement ReadOnlyHasValue helper (#10643)
Ilia Motornyi
2018-03-20
1
-0
/
+116
*
Fix date ranges for date and datetime fields (#10685)
Ilia Motornyi
2018-03-20
1
-0
/
+6
*
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
*
Fixed comment to reflect test expectation (#10676)
Marco Collovati
2018-03-05
1
-1
/
+1
*
Add setReadOnly for Bindings (#10482)
Teemu Suo-Anttila
2018-02-08
1
-10
/
+38
*
Add recursive expand and collapse method to TreeGrid and Tree (#10283)
Adam Wagner
2018-02-08
2
-3
/
+3
*
Fix Column.setSortable being overridden (#10604)
Teemu Suo-Anttila
2018-02-07
2
-27
/
+73
*
Rename contentMode to descriptionContentMode in MenuItem (#10494)
Leif Åstrand
2018-01-08
1
-5
/
+5
*
Add ContentMode for the description of MenuItems (#9984)
Jonas Zipprick
2017-12-29
1
-1
/
+24
*
Treat fields as readonly when bound with null setter (#10477)
Marco Collovati
2017-12-29
2
-7
/
+25
*
Make Binder.setReadonly ignore effectively readonly bindings (#10368)
Marco Collovati
2017-12-28
2
-0
/
+43
*
Fix nested bean property name (#10271)
schaerl
2017-11-22
1
-0
/
+48
*
Improve Binder JavaDocs and APIs (#10347)
Teemu Suo-Anttila
2017-11-21
1
-0
/
+8
*
Fix issues from API review for 8.2 (#10342)
Aleksi Hietanen
2017-11-21
3
-19
/
+19
*
Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)
Aleksi Hietanen
2017-11-21
1
-1
/
+0
*
FileResource to use bufferSize, and StreamResource to use getCacheTime() (#10...
Ahmed Ashour
2017-11-21
2
-0
/
+47
*
Remove unused imports (#10330)
Ahmed Ashour
2017-11-21
8
-14
/
+6
*
Rename GridDragger to GridRowDragger (#10333)
Pekka Hyvönen
2017-11-17
2
-12
/
+12
*
Add documentation on GridDragger (#10328)
Pekka Hyvönen
2017-11-16
2
-0
/
+38
*
Add helper for Grid row DnD (#10255)
Pekka Hyvönen
2017-11-15
2
-0
/
+458
*
Add new drop mode ON_GRID for GridDropTarget (#10296)
Pekka Hyvönen
2017-11-15
1
-0
/
+152
*
Fix TreeGrid to use correct super constructor (#10291)
Jerome Meyer
2017-11-14
1
-0
/
+6
*
Improve nested property support for Binder (#9925)
Olli Tietäväinen
2017-11-14
2
-2
/
+198
*
Add API to read Binding value from bean (#10316)
Teemu Suo-Anttila
2017-11-13
1
-0
/
+21
*
HasItems.setItems(T... items) should allow edits (#10290)
Pekka Hyvönen
2017-11-06
2
-0
/
+82
*
Use lambda expressions. (#10268)
Ahmed Ashour
2017-11-01
2
-39
/
+26
*
Fix end of line comments, which were made by automatic formatter (#10234)
Ahmed Ashour
2017-10-31
3
-21
/
+15
*
add Grid.Column#get/setAssistiveCaption (#10219)
Knoobie
2017-10-30
1
-0
/
+7
*
Use lambda with Handlers (#10229)
Ahmed Ashour
2017-10-27
1
-1
/
+0
*
Use lambda with Listeners (#10222)
Ahmed Ashour
2017-10-26
12
-31
/
+33
*
Improve naming of fields and variables (#10242)
Ahmed Ashour
2017-10-26
3
-3
/
+3
*
Remove trailing spaces (#10224)
Ahmed Ashour
2017-10-26
3
-7
/
+7
*
Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)
Ahmed Ashour
2017-10-23
1
-3
/
+14
*
Grid.removeColumn() not to fail silently (Fixes #8056) (#10215)
Ahmed Ashour
2017-10-20
1
-17
/
+79
*
AbstractDateField.formatDate() to be abstract (#10186)
Ahmed Ashour
2017-10-20
1
-0
/
+5
[next]