6 Commits (8d2d0adb625f478658b7115ae2dfb007aad079b5)

Author SHA1 Message Date
  Artur Signell 8d2d0adb62 Removed API deprecated in Vaadin 6 (#9071) 12 years ago
  Leif Åstrand 050bec8a44 Make the (server-side) getState method protected (#9315) 12 years ago
  Leif Åstrand a803351079 Introduce ClientConnector.beforeClientResponse(boolean initial) #9228 12 years ago
  Artur Signell 8d0c857382 Replaced license place holder with actual license (#8955) 12 years ago
  Artur Signell 6855529f1d Removed @version which is included in some files but not in all (#9299) 12 years ago
  Artur Signell e85d933b25 Moved server files to a server src folder (#9299) 12 years ago
  Leif Åstrand b2761e0300 Add shorthand for avoiding null-checks with ResourceReference (#9211) 12 years ago
  Leif Åstrand 7f75d0f4cf Move classes common to client and server to com.vaadin.shared.* (#8934) 12 years ago
  Leif Åstrand 3604bf01de Add Java 6 @Override annotations to all methods from interfaces 12 years ago
  Leif Åstrand 1115e1f8bb Add missing call to super.detach() (#6690) 12 years ago
  Leif Åstrand f7da26697a Initial extension support (#6690) 12 years ago
  Artur Signell badc5c3ee4 Initial support for sending difference in state (#8419) 12 years ago
  Artur Signell 2db8b527fc Method for finding the first ancestor of a given type (#8182) 12 years ago
  Artur 52b072d772 Simplified RPC handling for client to server RPC 12 years ago
  Artur Signell 5ad6dbae66 Use declared RPC parameter types (#8666) 12 years ago
  Artur Signell 8b3e927419 Button, NativeButton and CheckBox are no longer Vaadin6Components 12 years ago
  Artur Signell 496a0c0039 Component no longer implements Paintable 12 years ago
  Artur Signell 5c2a9918e0 Automatically create state on server side based on getState return type 12 years ago
  Artur Signell 8079a7d014 Simplified Rpc registration on server side (#8591) 12 years ago
  Artur Signell c9b7b7db30 Replaced "defer" status with "cached" to be more Vaadin 6 compatible 12 years ago
  Artur Signell d1def980cc Fixed Serialization issues and cleaned up RPC invocation handler code 12 years ago
  Artur Signell 009a9e074a #8555 Listener for modifying state before it is sent to the client 12 years ago
  Henri Sara 5f1c86d93e Transfer required attribute in shared state (#8436). 12 years ago
  Henri Sara 6958987e58 Convert hide errors flag to shared state (#8437). 12 years ago
  Henri Sara 1072afbb2e Refactor error messages not to use UIDL (#8437). 12 years ago
  Artur Signell 5efc842094 Unified logic in getting dirty connectors to ensure invisible connectors are never sent to the client. Also fixed isVisibleInContext to take parent restrictions into account and removed extra code. 12 years ago
  Artur Signell 49c33ff2d0 Code cleanup 12 years ago
  Artur Signell 3be866c1a7 #8515 Avoid painting invisible children, also through old style paint 12 years ago
  Artur Signell 344d94477d Removed extra check as Component extends RpcTarget 12 years ago
  Artur Signell 36b1fe7572 #8500 Properly repaint parent (hierarchy) when the visibility of a child 12 years ago
  Artur Signell 8ba0e099ac #8438 Event handler registration is now a Set in the shared state 12 years ago
  Artur Signell 86dbe3f2b3 Made debug id:s work again 12 years ago
  Artur Signell c11f276781 repaintRequestListenersNotified and "cached" are no longer needed 12 years ago
  Artur Signell 36dca64414 Moved Connector -> Connector Id mapping to AbstractComponent 12 years ago
  Artur Signell 2b5941cdc1 Better support for adding multiple styles through addStyleName 12 years ago
  Artur Signell 8eb477d719 Moved server side ResourceReference to gwt.server package 12 years ago
  Artur Signell a2e8f04cdf Separated Component.isEnabled/isVisible from Connector enabled state. 12 years ago
  Artur Signell 4a3f767d1c Made TabSheet work again and removed TabSheet tab caching for now 12 years ago
  Artur Signell e248adc283 NPE fix for getIcon() 12 years ago
  Artur Signell 316074ddd8 All components are RPCTargets 12 years ago
  Artur Signell 2bd148914d Moved styles list to shared state, replacing the previous String hack. 12 years ago
  Artur Signell 77f399a27e #8510 Support using Resources through URLReference/ResourceReference in 12 years ago
  Artur Signell 042c30f5ac Use ComponentState for storing the state, not just as a communication 12 years ago
  Artur Signell 90e48f640c #8429 Made shortcuts in sub window work again 12 years ago
  Henri Sara 121b1dae34 Implement server to client RPC (#8426). 12 years ago
  Leif Åstrand d8558015ef Enable changing size back to undefined (#8304) 12 years ago
  Artur Signell de73abe459 #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap 12 years ago
  Henri Sara 6c0662316c Communicate caption of components in shared state (#8304). 12 years ago
  Henri Sara b93f3668c3 Communicate component description (tooltip) in shared state (#8304). 12 years ago
  Henri Sara 23ff3340cd Communicate disabled flag in shared state (#8304). 12 years ago