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
/
com
/
vaadin
/
ui
/
AbstractField.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/master' into declarative
Matti Hosio
2014-12-17
1
-16
/
+3
|
\
|
*
Add public Field.isEmpty() and clear() (#15354)
Artur Signell
2014-12-10
1
-16
/
+3
*
|
Generic cleanup (#7749)
Artur Signell
2014-12-16
1
-1
/
+2
*
|
Handle tab indexes in a generic way (#7749)
Artur Signell
2014-12-15
1
-9
/
+0
*
|
Fix writing issues (#7749)
Artur Signell
2014-12-15
1
-1
/
+1
*
|
Do not create default instances while reading designs (#7749)
Artur Signell
2014-12-15
1
-7
/
+8
*
|
SynchronizeFrom/ToDesign -> read/writeDesign (#7749)
Artur Signell
2014-12-15
1
-10
/
+7
*
|
Declarative support for TextField, PasswordField and TextArea (#7749)
Matti Hosio
2014-12-12
1
-0
/
+2
*
|
Declarative support for AbstractField (#7749)
Matti Hosio
2014-12-10
1
-0
/
+65
|
/
*
Add clear() for fields and field group (#14755)
Artur Signell
2014-09-26
1
-0
/
+13
*
Set internal value instead of converted value when locale has changed. (#14400)
Sauli Tähkäpää
2014-09-23
1
-1
/
+2
*
Merge changes from origin/7.1
Artur Signell
2014-04-23
1
-1
/
+1
|
\
|
*
Update copyright year to 2014
Artur Signell
2014-04-16
1
-1
/
+1
*
|
Merge changes from origin/7.1
Jonatan Kronqvist
2014-02-07
1
-8
/
+9
|
\
|
|
*
Do not throw NPE if conversion messages is null (#12962)
Artur Signell
2013-12-03
1
-8
/
+9
*
|
Make fields with value change listener immediate
Matti Tahvonen
2013-12-18
1
-0
/
+4
|
/
*
Added type parameter to converter methods (#11895)
Artur Signell
2013-06-11
1
-8
/
+20
*
Pass ConversionException to getConversionError (#11960)
Artur Signell
2013-06-07
1
-12
/
+25
*
Modified the logic in setPropertyDatasource which determines if a new convert...
Artur Signell
2013-05-22
1
-9
/
+6
*
Merge changes from origin/7.0
Leif Åstrand
2013-05-17
1
-3
/
+8
|
\
|
*
Avoid marking AbstractField dirty in primitive getters (#11201)
Artur Signell
2013-05-17
1
-3
/
+8
|
*
Revert "Removed legacy toString implementations as promised in 7.0
Henri Sara
2013-02-15
1
-0
/
+24
*
|
Re-added Property.toString warning messages (#10916)
Artur Signell
2013-04-24
1
-4
/
+34
*
|
Added SharedUtil for helpers shared by client and server
Leif Åstrand
2013-04-10
1
-12
/
+12
*
|
Convert value if locale changes and field has converter (#11419)
Artur Signell
2013-03-31
1
-9
/
+27
|
/
*
Removed legacy toString implementations as promised in 7.0 (#10916)
Artur Signell
2013-02-01
1
-24
/
+0
*
Updated copyright notices and added missing license headers
Artur Signell
2013-01-04
1
-1
/
+1
*
Throw exceptions from setPropertyDataSource (#8889)
Artur Signell
2012-12-18
1
-0
/
+1
*
Update buffered field value if it has not been changed (#8192)
Artur Signell
2012-12-18
1
-1
/
+1
*
Do not update data model when locale changes (#10562, #8192)
Artur Signell
2012-12-18
1
-2
/
+6
*
Only update value on locale change if using the data source directly (#8192)
Artur Signell
2012-12-17
1
-2
/
+5
*
Update value when field/label local changes (#8192)
Artur Signell
2012-11-22
1
-10
/
+64
*
Account for that converter can modify value (#8191)
Artur Signell
2012-11-22
1
-0
/
+10
*
Unified deprecation messages
Artur Signell
2012-11-22
1
-5
/
+5
*
Fixed NPE when converter is null (#10043)
Artur Signell
2012-10-24
1
-9
/
+8
*
Changed Property.setValue(Object) to setValue(T) (#8791)
Artur Signell
2012-10-23
1
-11
/
+3
*
Add removeAllValidators() to Validatable (#9542)
Johannes Dahlström
2012-09-24
1
-0
/
+1
*
Return an empty collection instead of null from Validatable.getValidators() (...
Johannes Dahlström
2012-09-24
1
-4
/
+5
*
Merge remote-tracking branch 'origin/master'
John Ahlroos
2012-09-10
1
-1
/
+2
|
\
|
*
Added info that debugger might cause log messages (#9481)
Artur Signell
2012-09-10
1
-1
/
+2
*
|
Merge branch '6.8'
John Ahlroos
2012-09-10
1
-38
/
+42
|
/
*
Remove getApplication() and add getSession() (#9402)
Leif Åstrand
2012-09-05
1
-1
/
+1
*
Removed getters/setters from states and made instance variabled public
John Ahlroos
2012-08-31
1
-11
/
+15
*
refak listeners com.vaadin.ui
Petri Heinonen
2012-08-30
1
-4
/
+42
*
Renamed com.vaadin.terminal -> com.vaadin.server (#9431)
Artur Signell
2012-08-29
1
-3
/
+3
*
Rename requestRepaint to markAsDirty (#9378)
Leif Åstrand
2012-08-23
1
-13
/
+13
*
Handle requestRepaint automatically (#9325)
Leif Åstrand
2012-08-23
1
-4
/
+0
*
Removed readThrough/writeThrough in favor of buffered (#8180)
Artur Signell
2012-08-22
1
-107
/
+18
*
Make the (server-side) getState method protected (#9315)
Leif Åstrand
2012-08-22
1
-1
/
+1
*
Add "As of 7.0" to relevant @deprecated tags
Johannes Dahlström
2012-08-21
1
-4
/
+4
[next]