Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -57/+0 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -0/+8 |
| | |||||
* | Moved isConnectorEnabled() to ClientConnector and improved javadoc. | Artur Signell | 2012-03-30 | 1 | -12/+20 |
| | | | | ServerConnector is always enabled. | ||||
* | Fixed Serialization issues and cleaned up RPC invocation handler code | Artur Signell | 2012-03-22 | 1 | -1/+3 |
| | |||||
* | Separated Component.isEnabled/isVisible from Connector enabled state. | Artur Signell | 2012-03-14 | 1 | -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 licenses | Artur Signell | 2012-03-14 | 1 | -0/+3 |
| | |||||
* | Connector interface. Renamed getId() -> getConnectorId() to avoid mixups | Artur Signell | 2012-03-14 | 1 | -0/+29 |
| | |||||
* | Connector -> ServerConnector | Artur Signell | 2012-03-14 | 1 | -97/+0 |
| | |||||
* | Added license and javadoc. Removed extra methods from AbstractConnector. | Artur Signell | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | Update documentation and add isEnabled as it is mandatory at least on | Artur Signell | 2012-03-13 | 1 | -8/+12 |
| | | | server side. | ||||
* | Implement server to client RPC (#8426). | Henri Sara | 2012-02-29 | 1 | -0/+17 |
| | |||||
* | Corrected invalid method reference in javadoc | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | #8448 Replaced id and connection setters with parameters to the init method ↵ | Artur Signell | 2012-02-28 | 1 | -29/+5 |
| | | | | and refactored RootConnector initialization to be compatible with this | ||||
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 1 | -0/+100 |
accordingly |