aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/AbstractConnector.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-278/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-2/+2
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+15
|
* Initial extension support (#6690)Leif Åstrand2012-06-061-10/+56
|
* State is now created using generators, removed setState (#8502)Artur Signell2012-05-111-0/+31
|
* Use the non-legacy HandlerRegistration typeLeif Åstrand2012-04-161-1/+1
|
* Disable excessive debug loggingLeif Åstrand2012-04-111-1/+4
|
* Disabled excessive debug loggingArtur Signell2012-04-101-3/+6
|
* Unregister event for ServerConnectorArtur Signell2012-04-051-0/+9
|
* AbstractComponent.updateFromUIDL moved to state change (#8436)Artur Signell2012-04-051-2/+2
|
* #8420 StateChangeHandler that is called for all state changesArtur Signell2012-03-291-1/+37
|
* Separated Component.isEnabled/isVisible from Connector enabled state.Artur Signell2012-03-141-0/+9
| | | | | | Connector.isConnectorEnabled determines if the Connector can receive messages from its counter part. Component isEnabled/isVisible only returns the state of the component. Made Table implement HasComponents.
* Connector interface. Renamed getId() -> getConnectorId() to avoid mixupsArtur Signell2012-03-141-1/+1
|
* Connector -> ServerConnectorArtur Signell2012-03-141-2/+2
|
* Added license and javadoc. Removed extra methods from AbstractConnector.Artur Signell2012-03-141-20/+21
|
* Add java licenseLeif Åstrand2012-03-091-0/+4
|
* Removed executable flagArtur Signell2012-03-011-0/+0
|
* Implement server to client RPC (#8426).Henri Sara2012-02-291-0/+57
|
* #8448 Replaced id and connection setters with parameters to the init method ↵Artur Signell2012-02-281-0/+64
and refactored RootConnector initialization to be compatible with this