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
/
src
/
com
/
vaadin
/
ui
/
Form.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed spacing that was only partly moved to shared state
Artur Signell
2012-04-05
1
-0
/
+1
*
Moved Form child component references to state
Artur Signell
2012-04-05
1
-54
/
+50
*
Replace @ClientWidget with client-side @Component (#8440)
Henri Sara
2012-04-04
1
-2
/
+0
*
Refactor error messages on server side (#8437).
Henri Sara
2012-03-21
1
-7
/
+10
*
Added requestRepaintall helper to AbstractComponentContainer and use the
Artur Signell
2012-03-21
1
-0
/
+4
*
#8500 Properly repaint parent (hierarchy) when the visibility of a child
Artur Signell
2012-03-21
1
-0
/
+8
*
#8500 Allow component containers to hide their children even though
Artur Signell
2012-03-14
1
-0
/
+4
*
#8500 Made Form implement HasComponents to properly support sending
Artur Signell
2012-03-14
1
-1
/
+64
*
Renamed Paintable component classes to Connector
Artur Signell
2012-02-28
1
-2
/
+2
*
Remove support for Select in multi-select mode (#8169, #8326).
Henri Sara
2012-02-08
1
-5
/
+6
*
#8324 Split Form and FormLayout into widget and paintable
Artur Signell
2012-01-31
1
-3
/
+2
*
Deprecated Form. Use FieldGroup instead.
Artur Signell
2011-12-23
1
-0
/
+4
*
#8173 Deprecated separate read through and write through modes
Artur Signell
2011-12-22
1
-0
/
+2
*
#8026 Removed deprecated FieldFactory
Artur Signell
2011-12-19
1
-34
/
+0
*
Merge remote branch 'origin/6.8'
Leif Åstrand
2011-12-09
1
-2
/
+2
|
\
|
*
#7354 IT Mill -> Vaadin find and replace
Artur Signell
2011-12-08
1
-2
/
+2
|
*
Form and Table now sets property to fields Viewer property if one exists. fix...
Matti Tahvonen
2011-11-16
1
-2
/
+28
*
|
Merge branch 'master' into databinding
Henri Sara
2011-12-08
1
-2
/
+28
|
\
\
|
*
|
Merged fixes from 6.7
Artur Signell
2011-11-25
1
-2
/
+28
|
|
/
*
|
#7930 Eliminate Validator.isValid()
Henri Sara
2011-11-12
1
-15
/
+1
*
|
Eliminate more Field and Property related raw type warnings.
Henri Sara
2011-11-11
1
-2
/
+2
*
|
Eliminate some generics related warnings in core (non-API).
Henri Sara
2011-11-11
1
-22
/
+22
*
|
Change Form.addField() parameter from Field to Field<?>.
Henri Sara
2011-11-10
1
-2
/
+2
*
|
Parameterize Property and Field with the value type.
Henri Sara
2011-11-08
1
-2
/
+2
|
/
*
Fix for #7626
John Alhroos
2011-09-23
1
-0
/
+1
*
added declaration that form commit may throw invalid value exception (RTE, bu...
Matti Tahvonen
2011-01-07
1
-1
/
+1
*
added TODO note
Matti Tahvonen
2011-01-05
1
-0
/
+3
*
formatted javadoc
Matti Tahvonen
2010-11-05
1
-2
/
+1
*
fixes #5955. A bit more intelligent removal of fields from Form + a method th...
Matti Tahvonen
2010-11-05
1
-2
/
+21
*
Fixed compiler warnings in demo and core source (#2274)
Artur Signell
2010-10-07
1
-0
/
+4
*
#5692 Generics: Form
Henri Sara
2010-10-04
1
-12
/
+12
*
Formatted using Eclipse Helios / Windows XP
Artur Signell
2010-08-16
1
-6
/
+6
*
#5409 Form.focus should focus the first enabled, writable field if possible
Henri Sara
2010-08-04
1
-9
/
+20
*
fixes #5341
Matti Tahvonen
2010-07-21
1
-0
/
+6
*
Fixed some high priority warnings by FindBugs
Henri Sara
2010-06-01
1
-1
/
+1
*
Javadocced shortcuts
Marc Englund
2010-04-09
1
-0
/
+10
*
Corrected some javadoc
Marc Englund
2010-03-24
1
-8
/
+4
*
Changed visibility of the actionManager, still for #875
Marc Englund
2010-03-24
1
-1
/
+1
*
Some API changes for #875 as discussed at length.
Marc Englund
2010-03-23
1
-16
/
+31
*
Refactored new actions api a little: removed mnemonics terminology, adding/re...
Marc Englund
2010-03-23
1
-2
/
+1
*
Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut...
Marc Englund
2010-03-23
1
-1
/
+57
*
Fix for #3554 - Form.addItemProperty() resets caption created by FieldFactory
Artur Signell
2010-03-09
1
-14
/
+1
*
#2205 Make Form layouting more flexible
Artur Signell
2010-02-16
1
-26
/
+71
*
"removed" (finalized + deprecated) getTag from AbstractComponent
Matti Tahvonen
2009-10-06
1
-6
/
+0
*
steps toward simpler widgetset creation. Still needs a lot of cleaning and re...
Matti Tahvonen
2009-09-25
1
-0
/
+2
*
Fix for #3015 - Class Object instances should not be used as identifiers, are...
Artur Signell
2009-06-08
1
-2
/
+6
*
fixed regression in form due field factory refactoring ( #2499 ). The very ol...
Matti Tahvonen
2009-05-18
1
-3
/
+16
*
Split old FieldFactory into two smaller interfaces. #2499
Matti Tahvonen
2009-05-11
1
-53
/
+86
*
#2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"
Henri Sara
2009-05-11
1
-0
/
+1179