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
/
AbstractComponentConnector.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved client files to a client src folder (#9299)
Artur Signell
2012-08-13
1
-407
/
+0
*
Move classes common to client and server to com.vaadin.shared.* (#8934)
Leif Åstrand
2012-07-27
1
-2
/
+3
*
Add Java 6 @Override annotations to all methods from interfaces
Leif Åstrand
2012-07-23
1
-0
/
+11
*
Fixed connector so it no longer overwrites all style attributes (#8664)
Pekka Hyvönen
2012-06-28
1
-44
/
+112
*
Tooltips are now handled by the connector and not the widget (#8425)
Sami Viitanen
2012-06-28
1
-10
/
+19
*
Properly update v-disabled styles for most components (#8719)
Leif Åstrand
2012-06-19
1
-0
/
+15
*
Initial extension support (#6690)
Leif Åstrand
2012-06-06
1
-49
/
+18
*
State is now created using generators, removed setState (#8502)
Artur Signell
2012-05-11
1
-30
/
+11
*
Additional tweaks based on review (#8507)
Artur Signell
2012-04-19
1
-5
/
+3
*
Handled enabled state cascading on client side (#8507)
Artur Signell
2012-04-19
1
-6
/
+11
*
Remove widget if it is still in the DOM when connector is unregistered
Artur Signell
2012-04-18
1
-4
/
+5
*
Changed getStyleNames to be non static so it can be overridden
Artur Signell
2012-04-16
1
-33
/
+15
*
Reformatted all source files
Artur Signell
2012-04-16
1
-2
/
+4
*
Rename v-paintable -> v-connector (#8652)
Leif Åstrand
2012-04-12
1
-1
/
+1
*
API naming change, needs update -> needs layout
Leif Åstrand
2012-04-12
1
-2
/
+2
*
Re-added ApplicationConnection.updateCaption to ease porting
Artur Signell
2012-04-12
1
-0
/
+1
*
Move SharedState and ServerRpc classes out from Connector classes
Artur Signell
2012-04-12
1
-13
/
+0
*
Moved shared classes out from connector to avoid class loader problems
Artur Signell
2012-04-12
1
-0
/
+1
*
Fixed GridLayout caption rendering
Artur Signell
2012-04-05
1
-10
/
+6
*
Avoid adding empty id attributes to all connector widgets
Artur Signell
2012-04-05
1
-1
/
+1
*
ServerConnector is no longer a Paintable, components using updateFromUidl are
Artur Signell
2012-04-05
1
-5
/
+0
*
Avoid warning for RootConnector not having a parent
Artur Signell
2012-04-05
1
-5
/
+3
*
Unregister event for ServerConnector
Artur Signell
2012-04-05
1
-0
/
+13
*
Removed unused createState() from client side
Artur Signell
2012-04-05
1
-24
/
+1
*
Generator to ease initialization of client to server rpc proxies
Artur Signell
2012-04-05
1
-15
/
+0
*
AbstractComponent.updateFromUIDL moved to state change (#8436)
Artur Signell
2012-04-05
1
-23
/
+30
*
Replaced "defer" status with "cached" to be more Vaadin 6 compatible
Artur Signell
2012-03-30
1
-12
/
+3
*
Refactored ClickEventHandler and LayoutClickEventHandler to use RPC
Artur Signell
2012-03-29
1
-0
/
+12
*
Remove UIDL parameter from many caption related methods (#8435).
Henri Sara
2012-03-21
1
-34
/
+1
*
Transfer required attribute in shared state (#8436).
Henri Sara
2012-03-21
1
-10
/
+2
*
Convert hide errors flag to shared state (#8437).
Henri Sara
2012-03-21
1
-1
/
+0
*
Refactor error messages not to use UIDL (#8437).
Henri Sara
2012-03-21
1
-7
/
+2
*
Removed unused code related to old offsetSize stored in ComponentDetail
Artur Signell
2012-03-21
1
-7
/
+0
*
#8438 Event handler registration is now a Set in the shared state
Artur Signell
2012-03-21
1
-4
/
+16
*
Made debug id:s work again
Artur Signell
2012-03-21
1
-4
/
+5
*
Removed extra getDeclaredWidth/getDeclaredHeight as they directly
Artur Signell
2012-03-16
1
-40
/
+17
*
8500 Let the framework handle unregistration of Connectors
Artur Signell
2012-03-14
1
-3
/
+5
*
#8500 Print an error message instead of throwing NPE if parent cannot be
Artur Signell
2012-03-14
1
-1
/
+8
*
Connector interface. Renamed getId() -> getConnectorId() to avoid mixups
Artur Signell
2012-03-14
1
-3
/
+3
*
Moved styles list to shared state, replacing the previous String hack.
Artur Signell
2012-03-14
1
-4
/
+3
*
Fixed readonly handling for fields (depends on property readonly
Artur Signell
2012-03-13
1
-23
/
+35
*
#8510 Support using Resources through URLReference/ResourceReference in
Artur Signell
2012-03-13
1
-1
/
+0
*
#8500 Initial implementation for sending component hierarchy
Artur Signell
2012-03-13
1
-17
/
+23
*
Use ComponentState for storing the state, not just as a communication
Artur Signell
2012-03-13
1
-2
/
+2
*
Define .v-has-width/height instead of v-undefined-width/height (#8313)
Leif Åstrand
2012-03-05
1
-2
/
+2
*
Renamed ClientToServerRpc -> ServerRPC
Artur Signell
2012-02-28
1
-3
/
+3
*
#8448 Replaced id and connection setters with parameters to the init method a...
Artur Signell
2012-02-28
1
-46
/
+11
*
#8434 Renamed *Paintable classes to *Connector and updated ConnectorMap
Artur Signell
2012-02-27
1
-0
/
+476