Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -278/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -2/+2 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+15 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -10/+56 |
| | |||||
* | State is now created using generators, removed setState (#8502) | Artur Signell | 2012-05-11 | 1 | -0/+31 |
| | |||||
* | Use the non-legacy HandlerRegistration type | Leif Åstrand | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | Disable excessive debug logging | Leif Åstrand | 2012-04-11 | 1 | -1/+4 |
| | |||||
* | Disabled excessive debug logging | Artur Signell | 2012-04-10 | 1 | -3/+6 |
| | |||||
* | Unregister event for ServerConnector | Artur Signell | 2012-04-05 | 1 | -0/+9 |
| | |||||
* | AbstractComponent.updateFromUIDL moved to state change (#8436) | Artur Signell | 2012-04-05 | 1 | -2/+2 |
| | |||||
* | #8420 StateChangeHandler that is called for all state changes | Artur Signell | 2012-03-29 | 1 | -1/+37 |
| | |||||
* | Separated Component.isEnabled/isVisible from Connector enabled state. | Artur Signell | 2012-03-14 | 1 | -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 mixups | Artur Signell | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | Connector -> ServerConnector | Artur Signell | 2012-03-14 | 1 | -2/+2 |
| | |||||
* | Added license and javadoc. Removed extra methods from AbstractConnector. | Artur Signell | 2012-03-14 | 1 | -20/+21 |
| | |||||
* | Add java license | Leif Åstrand | 2012-03-09 | 1 | -0/+4 |
| | |||||
* | Removed executable flag | Artur Signell | 2012-03-01 | 1 | -0/+0 |
| | |||||
* | Implement server to client RPC (#8426). | Henri Sara | 2012-02-29 | 1 | -0/+57 |
| | |||||
* | #8448 Replaced id and connection setters with parameters to the init method ↵ | Artur Signell | 2012-02-28 | 1 | -0/+64 |
and refactored RootConnector initialization to be compatible with this |