index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
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
changelog-8.27.6
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
/
itmill
/
toolkit
/
ui
/
AbstractComponent.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
#2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"
Henri Sara
2009-05-11
1
-1296
/
+0
*
Implementation serialization support for Toolkit. Fixes #695
Joonas Lehtinen
2009-04-12
1
-1
/
+3
*
Refactored layout size checking method, related to #2139
Artur Signell
2008-12-18
1
-5
/
+8
*
relative size handling changes towards #2319
Matti Tahvonen
2008-12-17
1
-13
/
+6
*
Fixed layout validation so only the invalid dimension is set to undefined
Artur Signell
2008-12-11
1
-12
/
+15
*
fixes #2310. AbstarctComponent.isVisible is now recursive in component tree, ...
Matti Tahvonen
2008-12-10
1
-7
/
+10
*
Test case and fix for #2245 - SplitPanel without both components cannot be pa...
Artur Signell
2008-12-01
1
-1
/
+2
*
Relocated layout checks and fixed long variable handling
Matti Tahvonen
2008-11-17
1
-6
/
+13
*
Added deprecated annotations to deprecated size methods so Eclipse shows they...
Artur Signell
2008-11-12
1
-45
/
+47
*
fixes #2174 (npe if no styles set)
Matti Tahvonen
2008-10-29
1
-45
/
+49
*
using setWidth, setHeight methods in setSizeFull and setSizeUndefinend (minor...
Matti Tahvonen
2008-10-24
1
-10
/
+4
*
cleaner overloading for Sizeable methods
Matti Tahvonen
2008-10-24
1
-14
/
+6
*
Fixes #2141: Subwindow rendering broken in IE6 and IE7
Jouni Koivuviita
2008-10-16
1
-0
/
+2
*
cleaned (removed) documentation in abstractcomponent, Sizeable methods docume...
Matti Tahvonen
2008-09-29
1
-34
/
+62
*
added CSS formatting for sizes, so we don't get decimals for pixel sizes
Matti Tahvonen
2008-09-29
1
-4
/
+28
*
Fixed #2090 and added test : width/height can be float
Joonas Lehtinen
2008-09-26
1
-95
/
+87
*
setEnable(false) also disables descendants, for #677 - Table still not fixed.
Marc Englund
2008-09-25
1
-22
/
+6
*
Javadoc update for AbstractComponent errorHandler
Joonas Lehtinen
2008-09-24
1
-0
/
+9
*
Fixed typo in size string parsing
Artur Signell
2008-09-08
1
-1
/
+1
*
Javadocced set-method deprecation; Fixes #2023.
Marc Englund
2008-09-08
1
-8
/
+18
*
Stricter size-string parsing, for #2023. Still needs javadoc improvements.
Marc Englund
2008-09-05
1
-40
/
+38
*
Fixed for #2006 - updated error handling
Artur Signell
2008-08-28
1
-4
/
+4
*
Fixed #677 disabling components inside a disabled container
Artur Signell
2008-08-25
1
-2
/
+22
*
Made #1642 fix more generic by moving implementation to AbstractComponent
Artur Signell
2008-08-25
1
-0
/
+52
*
Fixes #2000 : AbstractComponent parses size "100" incorrectly
Joonas Lehtinen
2008-08-21
1
-77
/
+103
*
Corrections for #1867
Joonas Lehtinen
2008-07-03
1
-8
/
+1
*
Fixed #1867 further.
Marko Grönroos
2008-07-03
1
-1
/
+8
*
Refactored CustomComponent. Fixed possible NPE in Abstract component. Optimi...
Matti Tahvonen
2008-03-04
1
-33
/
+33
*
Javadoc addition, fixes #95
Marc Englund
2008-02-25
1
-3
/
+5
*
Fixed typo: setHeight(String width) -> setHeight(String height)
Jouni Koivuviita
2008-02-18
1
-2
/
+2
*
1. Removed obsolete dependency framework methods and interface definitions.
Jani Laakso
2008-02-06
1
-29
/
+10
*
AbstractComponent.setParent(parent) cannot be called if component already has...
Marc Englund
2008-02-01
1
-2
/
+5
*
Java 1.4-ified
Marc Englund
2008-02-01
1
-1
/
+1
*
Fixed #588 (partially, other places still need fixes)
Jani Laakso
2008-01-31
1
-0
/
+4
*
setWidth(String) and setHeight(String) methods added to Sizeable
Matti Tahvonen
2008-01-31
1
-0
/
+45
*
component implements sizeable and simple general terminal implementation
Matti Tahvonen
2008-01-28
1
-0
/
+130
*
refactored method name to correspond to the one (setDebugId) to be added to G...
Matti Tahvonen
2007-12-14
1
-2
/
+2
*
added testingId field to Paintable
Matti Tahvonen
2007-12-14
1
-0
/
+10
*
License header parametrized
Jani Laakso
2007-12-04
1
-35
/
+11
*
MASS REFORMAT.
Marc Englund
2007-11-19
1
-900
/
+934
*
Layout API changes (#1041) to server-side. Client-side implementation still n...
Jouni Koivuviita
2007-11-01
1
-7
/
+10
*
setStyle() -> setStyleName() refactor (partial #890). Compromise: setStyle() ...
Marc Englund
2007-10-22
1
-2
/
+29
*
Deprecated dependency-framework. Fixes #871
Joonas Lehtinen
2007-10-21
1
-37
/
+4
*
Mass format based on eclipse build in formatting style.
Jani Laakso
2007-10-09
1
-16
/
+17
*
UIDL Caching system implemenatation. Closes #855
Joonas Lehtinen
2007-09-30
1
-1
/
+9
*
requests more repaints
Marc Englund
2007-09-12
1
-2
/
+5
*
setting null or "" for style empties style list
Matti Tahvonen
2007-08-21
1
-2
/
+4
*
null check
Matti Tahvonen
2007-08-21
1
-0
/
+4
*
removed slash before first style name
Matti Tahvonen
2007-08-14
1
-2
/
+5
*
support for multiple style names
Matti Tahvonen
2007-08-14
1
-7
/
+31
[next]