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
/
AbstractComponent.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate vaadin-server build to maven
Teemu Suo-Anttila
2016-03-14
1
-1427
/
+0
*
Write true boolean attibutes without ='' (#17583)
Leif Åstrand
2015-10-09
1
-6
/
+6
*
Add support for ContextClickEvent in AbstractComponent (#19015)
Teemu Suo-Anttila
2015-10-01
1
-1
/
+31
*
Write true as attribute="" (#17519)
Leif Åstrand
2015-06-22
1
-6
/
+6
*
Add @since 7.5 to new API
Johannes Dahlström
2015-06-10
1
-1
/
+1
*
Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825)
Artur Signell
2015-06-05
1
-0
/
+28
*
Make fields with validators immediate (#13709)
7.5.0.beta1
Artur Signell
2015-05-19
1
-0
/
+20
*
Updated all empty @since tags to be published in 7.5.0
Pekka Hyvönen
2015-05-11
1
-2
/
+2
*
Don't clear element content in AbstractComponent.writeDesign (#17488)
Johannes Dahlström
2015-04-17
1
-2
/
+0
*
Enable setResponsive/isReponsive API for AbstractComponent (#17369)
patrik
2015-04-07
1
-15
/
+6
*
Declarative for DateFields (and related) with ISO8601 (#16313)
Miki
2015-02-03
1
-10
/
+8
*
Allow captions to contain HTML (#9426)
Artur Signell
2014-12-18
1
-0
/
+29
*
Missing @since for 7.4
Leif Åstrand
2014-12-18
1
-0
/
+2
*
Minor declarative API improvement (#7749)
Artur Signell
2014-12-18
1
-3
/
+3
*
API refactoring (#7749)
declarative
Artur Signell
2014-12-17
1
-2
/
+2
*
Do not write immediate to design if component is immediate by default (#7749)
Matti Hosio
2014-12-17
1
-1
/
+2
*
Updates for the javadocs of declarative (#7749).
Mika Murtojarvi
2014-12-17
1
-9
/
+9
*
Generic cleanup (#7749)
Artur Signell
2014-12-16
1
-9
/
+7
*
Declarative support for Label (#7749)
Matti Hosio
2014-12-16
1
-0
/
+1
*
Handle tab indexes in a generic way (#7749)
Artur Signell
2014-12-15
1
-1
/
+20
*
Fix writing issues (#7749)
Artur Signell
2014-12-15
1
-2
/
+1
*
Do not create default instances while reading designs (#7749)
Artur Signell
2014-12-15
1
-14
/
+7
*
SynchronizeFrom/ToDesign -> read/writeDesign (#7749)
Artur Signell
2014-12-15
1
-8
/
+6
*
Support plain-text attribute for Label (#7749)
Artur Signell
2014-12-14
1
-0
/
+2
*
Declarative support for split panel (#7749).
Mika Murtojarvi
2014-12-12
1
-56
/
+3
*
Embed DesignSynchronizable methods to Component interface (#7749)
Matti Hosio
2014-12-12
1
-8
/
+6
*
Some logging improvements and minor fixes for Declarative (#7749)
Matti Hosio
2014-12-12
1
-1
/
+1
*
Declarative support for AbstractField (#7749)
Matti Hosio
2014-12-10
1
-1
/
+1
*
Handle locale as a special case (#7749).
Mika Murtojarvi
2014-12-09
1
-1
/
+42
*
Handle immediate property as a special case (#7749).
Mika Murtojarvi
2014-12-09
1
-1
/
+14
*
Declarative support for Responsive (#7749)
Matti Hosio
2014-12-08
1
-1
/
+50
*
Declarative support for AbsoluteLayout (#7749)
Matti Hosio
2014-12-04
1
-2
/
+2
*
Declarative feature improvements (#7749)
Matti Hosio
2014-12-04
1
-20
/
+193
*
Declarative: Use Element in DesingSynchronizable method parameters
Matti Hosio
2014-12-03
1
-5
/
+6
*
Vaadin declarative: parser and html generator.
Mika Murtojarvi
2014-12-02
1
-25
/
+25
*
Support for synchronizing to design in AbstractComponent
Matti Hosio
2014-12-02
1
-10
/
+29
*
support for declarative in AbstractComponent
Matti Hosio
2014-11-28
1
-1
/
+65
*
Make Vaadin component handling proxy-friendly (#14639)
Juuso Valli
2014-09-12
1
-2
/
+2
*
TextArea size get reset when css resize is set (#14080)
Bogdan Udrescu
2014-07-28
1
-29
/
+30
*
Reading properties of components should not set state to dirty (#14060).
Fabian Lange
2014-06-23
1
-3
/
+3
*
Prevent adding/setting parent component as child (#12720).
Denis Anisimov
2014-05-22
1
-0
/
+20
*
Adds methods for setting only width or height undefined #13546
John Ahlroos
2014-05-21
1
-0
/
+20
*
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
*
|
Remove dead code
Johannes Dahlström
2014-01-17
1
-3
/
+0
*
|
Make fields with value change listener immediate
Matti Tahvonen
2013-12-18
1
-1
/
+17
*
|
removed invalid documentation
Matti Tahvonen
2013-12-17
1
-8
/
+1
|
/
*
Validate that the connector is enabled before triggering actions for it (#12743)
Artur Signell
2013-10-15
1
-2
/
+3
*
Using StringTokenizer instead of String.split() in AbstractComponent (#8759)
Fabian Lange
2013-06-12
1
-12
/
+10
*
Add support for rem units (#11279)
Leif Åstrand
2013-06-12
1
-1
/
+1
[next]