aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractJavaScriptComponent.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-198/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Mention quirks with JavaScript "this" in AbstractJavaScript* javadocsLeif Åstrand2015-11-021-2/+5
| | | | Change-Id: I512b861c65f8c0f6c6e8f684cb933cbcc20cdb99
* Update AJS?.callFunction javadoc to reflect reality (#18990)Leif Åstrand2015-09-241-4/+11
| | | Change-Id: Ie53b535a2ae3c0e0ff5bb4b0516364c8817456d3
* Implement JavaScript renderer support (#15485)Leif Åstrand2015-01-131-2/+2
| | | | Change-Id: Ifeac12d4124a4a7e5d0c143ff5c0590a2c98509d
* Mention Date serialization in javadocs related to JavaScript (#14143)Leif Åstrand2014-07-151-0/+2
| | | | Change-Id: I14d782843684f623a2cf671f14d0ab062829ebac
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Allow using element resize listeners from javascript connectors (#11996)Leif Åstrand2013-06-101-0/+10
| | | | Change-Id: I97b280c2e260752be87ce85d2eda81ec4f14d4fe
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Only process RPC invocation if there's a handler for it (#10134)Leif Åstrand2012-11-201-1/+3
| | | | | | | | | * RpcManagers lookup by String instead of Class to avoid loading the class sent by the client * Some generics tightened to only accept ServerRpc instances * Remove RpcTarget as it is only supported for ClientConnector Change-Id: I264d58f373db7ea3258cbc28dfc0fa1ec952723d
* Reformatted projectArtur Signell2012-08-301-5/+4
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-291-2/+2
|
* Don't import client classes for javadocsLeif Åstrand2012-08-231-6/+6
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-4/+5
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-1/+0
|
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-2/+0
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+165