Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -407/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -2/+3 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+11 |
| | |||||
* | Fixed connector so it no longer overwrites all style attributes (#8664) | Pekka Hyvönen | 2012-06-28 | 1 | -44/+112 |
| | |||||
* | Tooltips are now handled by the connector and not the widget (#8425) | Sami Viitanen | 2012-06-28 | 1 | -10/+19 |
| | |||||
* | Properly update v-disabled styles for most components (#8719) | Leif Åstrand | 2012-06-19 | 1 | -0/+15 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -49/+18 |
| | |||||
* | State is now created using generators, removed setState (#8502) | Artur Signell | 2012-05-11 | 1 | -30/+11 |
| | |||||
* | Additional tweaks based on review (#8507) | Artur Signell | 2012-04-19 | 1 | -5/+3 |
| | |||||
* | Handled enabled state cascading on client side (#8507) | Artur Signell | 2012-04-19 | 1 | -6/+11 |
| | | | | Now avoids repainting the full hierarchy if the enabled state of a component container changes. | ||||
* | Remove widget if it is still in the DOM when connector is unregistered | Artur Signell | 2012-04-18 | 1 | -4/+5 |
| | |||||
* | Changed getStyleNames to be non static so it can be overridden | Artur Signell | 2012-04-16 | 1 | -33/+15 |
| | |||||
* | Reformatted all source files | Artur Signell | 2012-04-16 | 1 | -2/+4 |
| | |||||
* | Rename v-paintable -> v-connector (#8652) | Leif Åstrand | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | API naming change, needs update -> needs layout | Leif Åstrand | 2012-04-12 | 1 | -2/+2 |
| | |||||
* | Re-added ApplicationConnection.updateCaption to ease porting | Artur Signell | 2012-04-12 | 1 | -0/+1 |
| | |||||
* | Move SharedState and ServerRpc classes out from Connector classes | Artur Signell | 2012-04-12 | 1 | -13/+0 |
| | |||||
* | Moved shared classes out from connector to avoid class loader problems | Artur Signell | 2012-04-12 | 1 | -0/+1 |
| | |||||
* | Fixed GridLayout caption rendering | Artur Signell | 2012-04-05 | 1 | -10/+6 |
| | | | | Components that do not delegate caption handling to parent should not get a caption | ||||
* | Avoid adding empty id attributes to all connector widgets | Artur Signell | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | ServerConnector is no longer a Paintable, components using updateFromUidl are | Artur Signell | 2012-04-05 | 1 | -5/+0 |
| | |||||
* | Avoid warning for RootConnector not having a parent | Artur Signell | 2012-04-05 | 1 | -5/+3 |
| | |||||
* | Unregister event for ServerConnector | Artur Signell | 2012-04-05 | 1 | -0/+13 |
| | |||||
* | Removed unused createState() from client side | Artur Signell | 2012-04-05 | 1 | -24/+1 |
| | |||||
* | Generator to ease initialization of client to server rpc proxies | Artur Signell | 2012-04-05 | 1 | -15/+0 |
| | |||||
* | AbstractComponent.updateFromUIDL moved to state change (#8436) | Artur Signell | 2012-04-05 | 1 | -23/+30 |
| | |||||
* | Replaced "defer" status with "cached" to be more Vaadin 6 compatible | Artur Signell | 2012-03-30 | 1 | -12/+3 |
| | |||||
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPC | Artur Signell | 2012-03-29 | 1 | -0/+12 |
| | |||||
* | Remove UIDL parameter from many caption related methods (#8435). | Henri Sara | 2012-03-21 | 1 | -34/+1 |
| | | | | | Visibility change related code for captions removed from VCaption, VCaptionWrapper and VFormLayout.Caption, should be handled by removing/adding caption based on hierarchy change events. | ||||
* | Transfer required attribute in shared state (#8436). | Henri Sara | 2012-03-21 | 1 | -10/+2 |
| | | | | | The flag should be used directly from shared state, but that requires error message etc. related updates to be done in a listener before sending states. | ||||
* | Convert hide errors flag to shared state (#8437). | Henri Sara | 2012-03-21 | 1 | -1/+0 |
| | |||||
* | Refactor error messages not to use UIDL (#8437). | Henri Sara | 2012-03-21 | 1 | -7/+2 |
| | | | | This change removes support for error messages on tabs of a tabsheet or an accordion. Those should be implemented differently if needed. | ||||
* | Removed unused code related to old offsetSize stored in ComponentDetail | Artur Signell | 2012-03-21 | 1 | -7/+0 |
| | |||||
* | #8438 Event handler registration is now a Set in the shared state | Artur Signell | 2012-03-21 | 1 | -4/+16 |
| | |||||
* | Made debug id:s work again | Artur Signell | 2012-03-21 | 1 | -4/+5 |
| | |||||
* | Removed extra getDeclaredWidth/getDeclaredHeight as they directly | Artur Signell | 2012-03-16 | 1 | -40/+17 |
| | | | | contain the width and height from the state. | ||||
* | 8500 Let the framework handle unregistration of Connectors | Artur Signell | 2012-03-14 | 1 | -3/+5 |
| | |||||
* | #8500 Print an error message instead of throwing NPE if parent cannot be | Artur Signell | 2012-03-14 | 1 | -1/+8 |
| | | | | found for some reason | ||||
* | Connector interface. Renamed getId() -> getConnectorId() to avoid mixups | Artur Signell | 2012-03-14 | 1 | -3/+3 |
| | |||||
* | Moved styles list to shared state, replacing the previous String hack. | Artur Signell | 2012-03-14 | 1 | -4/+3 |
| | |||||
* | Fixed readonly handling for fields (depends on property readonly | Artur Signell | 2012-03-13 | 1 | -23/+35 |
| | | | | status) and enable state handling for components on client side (depend on parent) | ||||
* | #8510 Support using Resources through URLReference/ResourceReference in | Artur Signell | 2012-03-13 | 1 | -1/+0 |
| | | | shared state and RPC calls | ||||
* | #8500 Initial implementation for sending component hierarchy | Artur Signell | 2012-03-13 | 1 | -17/+23 |
| | | | | | | automatically to the client and calling a listener method (for the parent) when its child hierarchy has been updated. Minor cleanup of JSON handling at the same time. | ||||
* | Use ComponentState for storing the state, not just as a communication | Artur Signell | 2012-03-13 | 1 | -2/+2 |
| | | | | mechanism. Changed isDisabled to more logical isEnabled in state. | ||||
* | Define .v-has-width/height instead of v-undefined-width/height (#8313) | Leif Åstrand | 2012-03-05 | 1 | -2/+2 |
| | |||||
* | Renamed ClientToServerRpc -> ServerRPC | Artur Signell | 2012-02-28 | 1 | -3/+3 |
| | |||||
* | #8448 Replaced id and connection setters with parameters to the init method ↵ | Artur Signell | 2012-02-28 | 1 | -46/+11 |
| | | | | 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/+476 |
accordingly |