summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server
Commit message (Collapse)AuthorAgeFilesLines
* Fixed GateIn portal support and action request problem (#8670)Artur Signell2012-04-193-3/+32
|
* RPC -> Rpc for consistencyArtur Signell2012-04-184-9/+9
|
* Allow all RPC calls for connectors enabled when receiving the messageArtur Signell2012-04-181-1/+10
|
* Made it possible to find out RPC parameter types (#8667)Artur2012-04-186-261/+365
| | | | | Refactored legacy change variables handling to LegacyChangeVariablesInvocation
* Refactored JsonCodec to use a given type for deserialization (#8667)Artur Signell2012-04-181-158/+298
|
* Simplified RPC handling for client to server RPCArtur2012-04-184-110/+82
| | | | | | Target connector validity (enabled) is checked for all RPC calls ClientConnector is always an RpcTarget Removed unused RpcManager.target
* Only paint connector references for visible connectors (#8685)Artur2012-04-182-2/+12
|
* Use declared RPC parameter types (#8666)Artur Signell2012-04-182-5/+13
|
* Don't throw NPE when getting RPC for non-existing connector idLeif Åstrand2012-04-171-0/+9
|
* Fixes #8673 (some fields not en/decoded correctly) by using the ↵Marc Englund2012-04-171-5/+23
| | | | setter/getter name w/o altering case.
* Remove classloader field to make Application serializable (#8644)Leif Åstrand2012-04-162-2/+16
| | | | The ClassLoader for loading Root instances is instead fetched using request.getDeploymentConfiguration().getClassLoader();
* Double was encoded as float, fixed. #8657Marc Englund2012-04-131-1/+1
|
* Javadoc updatesArtur Signell2012-04-121-2/+2
|
* Reduced loggingArtur Signell2012-04-121-1/+1
|
* Component no longer implements PaintableArtur Signell2012-04-122-65/+36
|
* Close all URLConnections, not only Java6 specific FileURLConnection.Henri Sara2012-04-101-4/+2
|
* Fixed potential problem with file descriptors remaining in useArtur Signell2012-04-051-1/+21
|
* #8602 Added support for Map<Connector,?>Artur Signell2012-04-051-3/+29
|
* Moved ApplicationRunnerServlet to test folder and improved find methodArtur Signell2012-04-051-268/+0
|
* Updated AbsoluteLayout to use hierarchy and state change eventsArtur Signell2012-04-052-6/+11
|
* Log error for missing RPC manager or target (#8590)Artur Signell2012-04-052-9/+19
|
* Log instead of using system.outArtur Signell2012-04-051-4/+3
|
* Fixed problem with anonymous classes and with AbstractComponent mappingArtur Signell2012-04-042-12/+18
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-042-163/+45
|
* Replaced "defer" status with "cached" to be more Vaadin 6 compatibleArtur Signell2012-03-301-2/+3
|
* Moved isConnectorEnabled() to ClientConnector and improved javadoc.Artur Signell2012-03-303-5/+16
| | | | ServerConnector is always enabled.
* getCanonicalName() caused classloading problems when encoding json, changed ↵Marc Englund2012-03-281-1/+1
| | | | to getName().
* Fixed NPE that occured when RPC target had been removed (#8501)Artur Signell2012-03-271-1/+2
|
* Enable loading Root subclasses with a custom class loader (#8542)Leif Åstrand2012-03-272-4/+7
|
* Paintable -> ConnectorArtur Signell2012-03-254-29/+29
|
* Removed unused classArtur Signell2012-03-251-36/+0
|
* Added missing license informationArtur Signell2012-03-221-0/+3
|
* #8555 Listener for modifying state before it is sent to the clientArtur Signell2012-03-221-0/+5
|
* Refactor error messages not to use UIDL (#8437).Henri Sara2012-03-211-23/+1
| | | | This change removes support for error messages on tabs of a tabsheet or an accordion. Those should be implemented differently if needed.
* Refactor error messages on server side (#8437).Henri Sara2012-03-211-4/+8
| | | | This is an intermediate step towards moving error messages from UIDL to shared state.
* Code cleanup for paint/dirty state tracking changesArtur Signell2012-03-213-109/+28
|
* Unified logic in getting dirty connectors to ensure invisible connectors are ↵Artur Signell2012-03-211-8/+3
| | | | never sent to the client. Also fixed isVisibleInContext to take parent restrictions into account and removed extra code.
* javadocArtur Signell2012-03-211-0/+10
|
* #8438 Event handler registration is now a Set in the shared stateArtur Signell2012-03-211-0/+1
|
* #8515 Additional fix for sets, and lists from client to serverArtur Signell2012-03-211-21/+63
|
* Made Window work again (connectors are now children of Root, attach forArtur Signell2012-03-211-2/+12
| | | Panel/Window calls Root attach methods, Window uses WindowState)
* Paint Vaadin 6 changes in hierarchy order to retain backwardsArtur Signell2012-03-211-14/+55
| | | compatibility, especially for component containers
* Minor cleanupArtur Signell2012-03-211-7/+10
|
* repaintRequestListenersNotified and "cached" are no longer neededArtur Signell2012-03-211-0/+3
|
* Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-2110-569/+436
| | | | | Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of
* Cleaned up code related to storing which type mappings have already beenArtur Signell2012-03-211-15/+15
| | | sent to the client
* Removed unused codeArtur Signell2012-03-211-4/+1
|
* #8534 Handle null values consistently both from server to client andArtur Signell2012-03-161-6/+10
| | | from client to server
* #8534 Handle null values consistently both from server to client andArtur Signell2012-03-161-8/+8
| | | from client to server
* Moved server side ResourceReference to gwt.server packageArtur Signell2012-03-161-0/+51
|