index
:
vaadin-framework.git
7-7-48-changelog
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-7.7.47-changes
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
changelog-8.28.1
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.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-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
fileToFilesReplacement
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
/
terminal
/
gwt
/
client
/
ui
/
WindowConnector.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved each component to its own package on client side
Artur Signell
2012-04-12
1
-360
/
+0
*
Moved shared classes out from connector to avoid class loader problems
Artur Signell
2012-04-12
1
-2
/
+0
*
Fixed GridLayout caption rendering
Artur Signell
2012-04-05
1
-1
/
+1
*
Removed unnecessary calls to unregisterPaintable
Artur Signell
2012-04-05
1
-1
/
+0
*
ServerConnector is no longer a Paintable, components using updateFromUidl are
Artur Signell
2012-04-05
1
-4
/
+3
*
Removed unnecessary updateFromUidl calls from containers
Artur Signell
2012-04-05
1
-2
/
+0
*
Sub window can no longer 'open' other windows
Artur Signell
2012-04-05
1
-20
/
+0
*
Moved basic Window state attributes to WindowState
Artur Signell
2012-04-05
1
-19
/
+73
*
Removed unused createState() from client side
Artur Signell
2012-04-05
1
-5
/
+0
*
Generator to ease initialization of client to server rpc proxies
Artur Signell
2012-04-05
1
-2
/
+4
*
Replace @ClientWidget with client-side @Component (#8440)
Henri Sara
2012-04-04
1
-0
/
+1
*
Refactored ClickEventHandler and LayoutClickEventHandler to use RPC
Artur Signell
2012-03-29
1
-11
/
+13
*
Do not decide window order in VWindow constructor as the widgets are
Artur Signell
2012-03-27
1
-0
/
+9
*
Remove UIDL parameter from many caption related methods (#8435).
Henri Sara
2012-03-21
1
-2
/
+2
*
#8438 Event handler registration is now a Set in the shared state
Artur Signell
2012-03-21
1
-1
/
+1
*
Made Window work again (connectors are now children of Root, attach for
Artur Signell
2012-03-21
1
-0
/
+5
*
Don't use position: absolute to avoid scrollbars in IE9
Leif Åstrand
2012-03-16
1
-1
/
+2
*
Get scroll position from state, where it is available
Artur Signell
2012-03-14
1
-4
/
+12
*
Connector interface. Renamed getId() -> getConnectorId() to avoid mixups
Artur Signell
2012-03-14
1
-3
/
+3
*
Fixed readonly handling for fields (depends on property readonly
Artur Signell
2012-03-13
1
-1
/
+1
*
#8510 Support using Resources through URLReference/ResourceReference in
Artur Signell
2012-03-13
1
-4
/
+5
*
Use absolute positioning to avoid some scrollbars (#8313)
Leif Åstrand
2012-03-12
1
-3
/
+32
*
Fix problem with space reserved for scrollbars (#8313)
Leif Åstrand
2012-03-09
1
-0
/
+3
*
Dynamically adjust window content paddings (#8313)
Leif Åstrand
2012-03-09
1
-0
/
+13
*
Update VWindow.setWidth/Height to set outer sizes (#8313)
Leif Åstrand
2012-03-08
1
-6
/
+10
*
Window layouting changes attempt 2 (#8313)
Leif Åstrand
2012-03-07
1
-70
/
+26
*
Use getId() instead of old API
Artur Signell
2012-03-01
1
-2
/
+2
*
Organized imports and formatted all java files
Artur Signell
2012-02-28
1
-35
/
+19
*
Renamed Paintable component classes to Connector
Artur Signell
2012-02-28
1
-0
/
+319