aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/Connector.java
Commit message (Collapse)AuthorAgeFilesLines
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-57/+0
|
* Initial extension support (#6690)Leif Åstrand2012-06-061-0/+8
|
* Moved isConnectorEnabled() to ClientConnector and improved javadoc.Artur Signell2012-03-301-12/+20
| | | | ServerConnector is always enabled.
* Fixed Serialization issues and cleaned up RPC invocation handler codeArtur Signell2012-03-221-1/+3
|
* Separated Component.isEnabled/isVisible from Connector enabled state.Artur Signell2012-03-141-0/+7
| | | | | | 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.
* Added missing licensesArtur Signell2012-03-141-0/+3
|
* Connector interface. Renamed getId() -> getConnectorId() to avoid mixupsArtur Signell2012-03-141-0/+29
|
* Connector -> ServerConnectorArtur Signell2012-03-141-97/+0
|
* Added license and javadoc. Removed extra methods from AbstractConnector.Artur Signell2012-03-141-1/+1
|
* Update documentation and add isEnabled as it is mandatory at least onArtur Signell2012-03-131-8/+12
| | | server side.
* Implement server to client RPC (#8426).Henri Sara2012-02-291-0/+17
|
* Corrected invalid method reference in javadocArtur Signell2012-02-281-2/+2
|
* #8448 Replaced id and connection setters with parameters to the init method ↵Artur Signell2012-02-281-29/+5
| | | | and refactored RootConnector initialization to be compatible with this
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-0/+100
accordingly