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
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
itmill
/
toolkit
/
ui
/
Panel.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation serialization support for Toolkit. Fixes #695
Joonas Lehtinen
2009-04-12
1
-0
/
+1
*
fixes #2431
Matti Tahvonen
2009-01-08
1
-2
/
+3
*
added null check
Matti Tahvonen
2008-12-18
1
-1
/
+3
*
OL -> VerticalLayout as default for panel (right java file this time)
Matti Tahvonen
2008-12-12
1
-2
/
+3
*
Removed unused stylename from Panel.java ("emphasize").
Jouni Koivuviita
2008-12-02
1
-2
/
+13
*
most component containers now default to 100% width
Matti Tahvonen
2008-11-04
1
-1
/
+2
*
removed obsolete panel width/height variables from uidl (size is define in at...
Matti Tahvonen
2008-09-29
1
-10
/
+0
*
Fixed #2090 and added test : width/height can be float
Joonas Lehtinen
2008-09-26
1
-7
/
+2
*
setEnable(false) also disables descendants, for #677 - Table still not fixed.
Marc Englund
2008-09-25
1
-0
/
+6
*
Mass format
Artur Signell
2008-09-02
1
-9
/
+9
*
fixes #1834. Tested only a bit with FF & SA.
Matti Tahvonen
2008-06-24
1
-4
/
+4
*
Panel now don't fire repaint on scroll position change made from client side
Matti Tahvonen
2008-06-24
1
-2
/
+4
*
scrollable related changes, fixes #1834, #1846
Matti Tahvonen
2008-06-24
1
-14
/
+42
*
fixes #1782
Matti Tahvonen
2008-06-09
1
-24
/
+25
*
fixes #1715, avoids double attach for component inside panel
Matti Tahvonen
2008-05-23
1
-1
/
+3
*
Don't allow setting the same layout multiple times (caused bug)
Marc Englund
2008-03-10
1
-0
/
+5
*
1. Removed obsolete dependency framework methods and interface definitions.
Jani Laakso
2008-02-06
1
-2
/
+0
*
component implements sizeable and simple general terminal implementation
Matti Tahvonen
2008-01-28
1
-85
/
+14
*
Major layout API changes: Sizeable is now deprecated. Use HasSize-interface i...
Jouni Koivuviita
2007-12-13
1
-123
/
+66
*
License header parametrized
Jani Laakso
2007-12-04
1
-42
/
+18
*
MASS REFORMAT.
Marc Englund
2007-11-19
1
-541
/
+556
*
MAJOR UPDATE:
Jouni Koivuviita
2007-11-15
1
-4
/
+2
*
-Layouts no longer implement Sizeable (except SplitPanel and ExpandLayout). S...
Jouni Koivuviita
2007-11-06
1
-16
/
+130
*
IOrderedLayout vertical now also with TABLE implementation! :)
Jouni Koivuviita
2007-11-02
1
-15
/
+22
*
Size information sent again as variables, like it should.
Jouni Koivuviita
2007-11-02
1
-1
/
+18
*
Layout API changes (#1041) to server-side. Client-side implementation still n...
Jouni Koivuviita
2007-11-01
1
-118
/
+3
*
-All component stylenames now get prefixed with component base stylename.
Jouni Koivuviita
2007-10-16
1
-0
/
+11
*
Mass format based on eclipse build in formatting style.
Jani Laakso
2007-10-09
1
-16
/
+19
*
ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and test
Matti Tahvonen
2007-10-05
1
-4
/
+2
*
fixes for windows size & implemented scroll positions
Matti Tahvonen
2007-10-02
1
-2
/
+9
*
Fixes #950
Joonas Lehtinen
2007-10-01
1
-0
/
+1
*
Panel now supports all Sizeable units and sends width and height to client as...
Jouni Koivuviita
2007-09-20
1
-4
/
+8
*
cleaned imports
Matti Tahvonen
2007-08-30
1
-3
/
+0
*
added initial support for keyboard shortcuts. Now only Panel supports them on...
Matti Tahvonen
2007-08-29
1
-1
/
+97
*
Unified code style (indentation) based on default settings using Eclipse 3.2.
Jani Laakso
2007-04-18
1
-113
/
+144
*
Constructors documents changed
Mohamed Atique
2007-04-13
1
-4
/
+4
*
Pulled changesets from branches/4.0.0-SRIT into trunk, done by
Jani Laakso
2007-04-12
1
-49
/
+100
*
Fixed typo: "Intarfaces" => "Interfaces"
Jani Laakso
2007-01-12
1
-2
/
+2
*
Fixed typo: "Intarfaces" => "Interfaces"
Jani Laakso
2007-01-12
1
-1
/
+1
*
Refactoring: Enably -> IT Mill Toolkit
Joonas Lehtinen
2006-11-01
1
-0
/
+375