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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
vaadin
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Moved shared classes out from connector to avoid class loader problems
Artur Signell
2012-04-12
1
-9
/
+9
*
|
Button, NativeButton and CheckBox are no longer Vaadin6Components
Artur Signell
2012-04-12
3
-60
/
+65
*
|
Component no longer implements Paintable
Artur Signell
2012-04-12
29
-284
/
+222
*
|
Updated Root to use hierarchy change event for content and windows
Artur Signell
2012-04-12
1
-28
/
+20
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-04-12
1
-8
/
+39
|
\
|
|
*
#6155 Javadoc/comments; refresh field value from data source on attach
Johannes Dahlström
2012-04-11
1
-8
/
+39
*
|
Ensure table rows are sent when a Table tab is re-selected (#8642)
Leif Åstrand
2012-04-11
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-04-10
1
-10
/
+18
|
\
|
|
*
Allow splitter position to be float to avoid rounding errors (#4296)
Artur Signell
2012-04-10
1
-13
/
+22
*
|
Internally remove component before detach listener is called
Artur Signell
2012-04-10
1
-2
/
+1
*
|
Merge remote branch 'origin/6.8'
Leif Åstrand
2012-04-10
2
-23
/
+87
|
\
|
|
*
#8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet...
Johannes Dahlström
2012-04-05
1
-1
/
+22
|
*
Implemented #8307: Added AbstractField#removeAllValidators()
Johannes Dahlström
2012-04-05
1
-0
/
+10
|
*
Fixed #6155: stop listening to Property value change and read only status cha...
Johannes Dahlström
2012-04-05
1
-20
/
+41
*
|
Disable TreeTable partial updates until it is fixed
Artur Signell
2012-04-05
1
-1
/
+3
*
|
Actually use and update shared state variables on server side
Artur Signell
2012-04-05
1
-52
/
+15
*
|
Moved Collapsible and HierarchicalContainerOrderedWrapper to data
Henri Sara
2012-04-05
3
-131
/
+2
*
|
Fixed spacing that was only partly moved to shared state
Artur Signell
2012-04-05
4
-57
/
+7
*
|
Moved Form child component references to state
Artur Signell
2012-04-05
1
-54
/
+50
*
|
Updated CustomLayout to use shared state and new events
Artur Signell
2012-04-05
1
-59
/
+18
*
|
#8602 Added support for Map<Connector,?>
Artur Signell
2012-04-05
1
-3
/
+1
*
|
Fixed FormLayoutConnector to use state and hierarchy listeners
Artur Signell
2012-04-05
1
-0
/
+6
*
|
Moved margins to AbstractLayoutState
Artur Signell
2012-04-05
2
-17
/
+10
*
|
Updated CssLayout to use new state and hierarchy change events
Artur Signell
2012-04-05
1
-27
/
+14
*
|
Fixed typo
Artur Signell
2012-04-05
1
-1
/
+1
*
|
Updated AbsoluteLayout to use hierarchy and state change events
Artur Signell
2012-04-05
1
-69
/
+111
*
|
Moved basic Window state attributes to WindowState
Artur Signell
2012-04-05
1
-36
/
+3
*
|
Created GridLayoutState with basic GridLayout state
Artur Signell
2012-04-05
1
-49
/
+43
*
|
Automatically create state on server side based on getState return type
Artur Signell
2012-04-05
6
-29
/
+28
*
|
Simplified Rpc registration on server side (#8591)
Artur Signell
2012-04-05
11
-12
/
+32
*
|
Defined RPC in a field rather than inline for clarity
Artur Signell
2012-04-05
1
-12
/
+13
*
|
AbstractComponent.updateFromUIDL moved to state change (#8436)
Artur Signell
2012-04-05
1
-32
/
+5
*
|
Replace @ClientWidget with client-side @Component (#8440)
Henri Sara
2012-04-04
47
-195
/
+0
*
|
Make default Root state reflect reality (#8460)
Leif Åstrand
2012-04-02
1
-0
/
+1
*
|
Converted CustomComponent to use only connector hierarchy change event
Artur Signell
2012-03-30
1
-13
/
+0
*
|
Replaced "defer" status with "cached" to be more Vaadin 6 compatible
Artur Signell
2012-03-30
1
-4
/
+3
*
|
Added missing RPC registration on server side
Artur Signell
2012-03-29
1
-1
/
+3
*
|
Refactored ClickEventHandler and LayoutClickEventHandler to use RPC
Artur Signell
2012-03-29
10
-155
/
+136
*
|
Replaced paintContent with shared state
Artur Signell
2012-03-29
1
-73
/
+24
*
|
#8478 Added clip constant to BaseTheme
Artur Signell
2012-03-26
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-03-23
2
-3
/
+45
|
\
|
|
*
#8209 Call click() from handleAction
Johannes Dahlström
2012-03-20
1
-3
/
+1
|
*
#8209 Added a public click() method to Button, simulating a click on server side
Johannes Dahlström
2012-03-20
1
-0
/
+11
|
*
#6085 Allow setting an alternate text for Embedded, for accessibility purposes
Johannes Dahlström
2012-03-20
1
-0
/
+33
*
|
Merge commit '8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8' from origin/6.8
Artur Signell
2012-03-23
2
-114
/
+152
|
\
|
|
*
[merge from 6.7] Documented that GridLayout coordinates are zero-based. Also ...
Automerge
2012-03-16
1
-111
/
+145
|
*
[merge from 6.7] #7607 Make Table scroll to the very bottom when needed
Automerge
2012-03-14
1
-3
/
+7
*
|
Fixed Serialization issues and cleaned up RPC invocation handler code
Artur Signell
2012-03-22
1
-16
/
+26
*
|
Added missing license information
Artur Signell
2012-03-22
1
-0
/
+3
*
|
#8437 Error indicators in tabs work again
Artur Signell
2012-03-22
1
-1
/
+6
[prev]
[next]