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
/
src
/
com
/
vaadin
/
ui
/
AbstractField.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved server files to a server src folder (#9299)
Artur Signell
2012-08-13
1
-1657
/
+0
*
Move classes common to client and server to com.vaadin.shared.* (#8934)
Leif Åstrand
2012-07-27
1
-1
/
+1
*
Add Java 6 @Override annotations to all methods from interfaces
Leif Åstrand
2012-07-23
1
-0
/
+36
*
Test for converter factory and related fixes (#8992)
Artur Signell
2012-06-25
1
-3
/
+5
*
Get converter from the application of the component if available (#8992)
Artur Signell
2012-06-21
1
-1
/
+1
*
Converter support and updated data source logic (#8990, #8991)
Artur Signell
2012-06-21
1
-2
/
+2
*
Split generic converter methods from AbstractField (#8991)
Artur Signell
2012-06-21
1
-62
/
+18
*
Show the right target type in the exception message
Leif Åstrand
2012-04-13
1
-1
/
+1
*
Component no longer implements Paintable
Artur Signell
2012-04-12
1
-6
/
+0
*
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-04-12
1
-8
/
+39
|
\
|
*
#6155 Javadoc/comments; refresh field value from data source on attach
Johannes Dahlström
2012-04-11
1
-8
/
+39
*
|
Merge remote branch 'origin/6.8'
Leif Åstrand
2012-04-10
1
-22
/
+65
|
\
|
|
*
Implemented #8307: Added AbstractField#removeAllValidators()
Johannes Dahlström
2012-04-05
1
-0
/
+10
|
*
Fixed #6155: stop listening to Property value change and read only status cha...
Johannes Dahlström
2012-04-05
1
-20
/
+41
*
|
Automatically create state on server side based on getState return type
Artur Signell
2012-04-05
1
-4
/
+0
*
|
AbstractComponent.updateFromUIDL moved to state change (#8436)
Artur Signell
2012-04-05
1
-32
/
+5
*
|
#8555 Listener for modifying state before it is sent to the client
Artur Signell
2012-03-22
1
-17
/
+8
*
|
Transfer required attribute in shared state (#8436).
Henri Sara
2012-03-21
1
-10
/
+11
*
|
Convert hide errors flag to shared state (#8437).
Henri Sara
2012-03-21
1
-7
/
+6
*
|
Refactor error messages on server side (#8437).
Henri Sara
2012-03-21
1
-3
/
+9
*
|
Fixed readonly handling for fields (depends on property readonly
Artur Signell
2012-03-13
1
-0
/
+13
*
|
Organized imports and formatted all java files
Artur Signell
2012-02-28
1
-2
/
+2
*
|
#8434 Renamed *Paintable classes to *Connector and updated ConnectorMap
Artur Signell
2012-02-27
1
-3
/
+3
*
|
Convert some literal strings of UIDL attributes to use constants.
Henri Sara
2012-02-21
1
-2
/
+5
*
|
#8102 Changing data source type from Double -> Number can keep the
Artur Signell
2011-12-22
1
-3
/
+7
*
|
#8173 Deprecated separate read through and write through modes
Artur Signell
2011-12-22
1
-1
/
+8
*
|
Renamed getValueConversionError -> getConversionError that was missing
Artur Signell
2011-12-22
1
-9
/
+9
*
|
Removed getStringValue based on API review meeting
Artur Signell
2011-12-22
1
-25
/
+22
*
|
#8101 Swapped generics parameter order for Converter based on API review
Artur Signell
2011-12-21
1
-17
/
+13
*
|
#8101 Renamed source type to presentation and target type to model for
Artur Signell
2011-12-21
1
-6
/
+6
*
|
#8102 getConvertedFieldValue -> getConvertedValue, added
Artur Signell
2011-12-21
1
-4
/
+23
*
|
#8102 Removed "value" from value converter used in AbstractField and
Artur Signell
2011-12-21
1
-45
/
+39
*
|
#8125 Removed remaining references to Property.ConversionException
Artur Signell
2011-12-21
1
-2
/
+0
*
|
Include original conversion exception as cause for exception
Artur Signell
2011-12-21
1
-1
/
+2
*
|
#8125 Removed Property.ConversionException and String constructor based
Artur Signell
2011-12-21
1
-6
/
+5
*
|
Add javadoc for AbstractField.getInternalValue().
Henri Sara
2011-12-20
1
-1
/
+12
*
|
#8102 Allow overriding the conversion error message for Fields
Artur Signell
2011-12-19
1
-8
/
+55
*
|
#8127 Add setBuffered to ease use of read through and write through
Artur Signell
2011-12-15
1
-8
/
+68
*
|
Fix setting of source exception setting on commit.
Henri Sara
2011-12-15
1
-1
/
+1
*
|
#8110 Validation is now done on the converted value
Artur Signell
2011-12-14
1
-35
/
+62
*
|
Use getter and setter for source exception
Artur Signell
2011-12-14
1
-16
/
+25
*
|
#8103 ConverterFactory is no longer static + javadoc updates
Artur Signell
2011-12-12
1
-19
/
+49
*
|
#8101/#8103 Javadoc for converters and converter factory
Artur Signell
2011-12-12
1
-4
/
+4
*
|
#3851 AbstractField should run validators for empty fields
Artur Signell
2011-12-09
1
-36
/
+25
*
|
Merge remote branch 'origin/6.8'
Leif Åstrand
2011-12-09
1
-3
/
+3
|
\
|
|
*
#7354 IT Mill -> Vaadin find and replace
Artur Signell
2011-12-08
1
-3
/
+3
*
|
Add CustomField component in Vaadin core (#3718)
Henri Sara
2011-12-08
1
-5
/
+14
*
|
Handle fields with no data source in AbstractField.convertToDataSource()
Henri Sara
2011-12-01
1
-21
/
+18
*
|
Initial implementation of converters for AbstractField
Artur Signell
2011-11-28
1
-96
/
+219
*
|
Merge branch 'master' into databinding
Artur Signell
2011-11-24
1
-58
/
+0
|
\
\
[next]