7 Commits (fb6e81221bd1b5ab0b81a3ee6c82e4286df57264)

Author SHA1 Message Date
  Ahmed Ashour fb6e81221b Use lambda with Handlers (#10229) 6 years ago
  Pekka Hyvönen fb4248119d Remove AbstractComponent.immediate 7 years ago
  Artur Signell 504b3c4c65 Use diamond operator where it can be used 7 years ago
  Artur Signell 588f3cc7f8 Update copyright year to 2016 7 years ago
  Artur Signell eeffa805a2 Remove trailing whitespace from code and javadoc 7 years ago
  Artur Signell 6d54d78944 Format using Eclipse Neon 7 years ago
  Teemu Suo-Anttila 18fe7aa260 Build vaadin-client with maven 8 years ago
  Artur Signell 0f38151da3 Fix moving a single component inside a split panel (#11920) 10 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Leif Åstrand a9845c9c10 Refactor to use the right Element class (#13287) 10 years ago
  Leif Åstrand 2152829c65 Use FQN instead of import for the bad Element class (#13287) 10 years ago
  Leif Åstrand 4f7c09daf4 Remove all unnecessary semicolons reported by Eclipse 10 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Johannes Dahlström d67ed23096 Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) 11 years ago
  Leif Åstrand ed73e06bb7 Verify child info in state before attaching widgets (#10150) 11 years ago
  Artur Signell d1c55ddd23 Added AbstractConnector.getRpcProxy helper (#10143) 11 years ago
  Artur Signell cf5b631f25 ACCC no longer has a default implementation of onConnectorHierarchyChange (#9298) 11 years ago
  Johannes Dahlström f1a1c19388 Don't use @DelegateToWidget in AbstractSplitPanelState.SplitterState (#9485, #9491) 11 years ago
  John Ahlroos 5abe444f28 Add helper methods for checking state 11 years ago
  John Ahlroos dac974af9b Removed getters/setters from states and made instance variabled public 11 years ago
  Artur Signell bfbfdd51a0 Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) 11 years ago
  Leif Åstrand 38ffd4a097 Make it possible to delegate state changes to widget (#9297) 11 years ago
  Artur Signell 8d0c857382 Replaced license place holder with actual license (#8955) 12 years ago
  Artur Signell 14dd4d0b28 Moved client files to a client src folder (#9299) 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
  Johannes Dahlström 7d21df4669 Ensure widgets are scrollable after a state change (see also #8994) 12 years ago
  Johannes Dahlström 66e9b8cec5 Fix issues caused by 6.8 merge: prevent NPE with componentStyles; ensure split position limits are properly set; ensure panels are scrollable after state change 12 years ago
  Leif Åstrand f7da26697a Initial extension support (#6690) 12 years ago
  Artur Signell 79bb29e855 State is now created using generators, removed setState (#8502) 12 years ago
  Artur Signell 0d24320e0a RPC -> Rpc for consistency 12 years ago
  Leif Åstrand 1310db23ca API naming change, needs update -> needs layout 12 years ago
  Artur Signell 25220b7c03 Move SharedState and ServerRpc classes out from Connector classes 12 years ago
  Artur Signell 429aeadef9 Moved each component to its own package on client side 12 years ago
  Artur Signell 2c755ff2c2 Changed ConnectorHierarchyChangeEvent to use the same mechanisms as StatechangeEvent 12 years ago
  Artur Signell c468f4b16c Removed unused createState() from client side 12 years ago
  Artur Signell dab7c9fa82 Generator to ease initialization of client to server rpc proxies 12 years ago
  Leif Åstrand 475328f1e7 Trivial null check 12 years ago
  Leif Åstrand 50cc1c9b4c Report child sizes to LayoutManager to improve propagation 12 years ago
  Artur Signell 818e5ba6b7 Changed Event to be inside Handler instead of vice versa. 12 years ago
  Artur Signell 3c0f91b18d Removed unnecessary connector id from widget 12 years ago
  Artur Signell 5c32e1ea86 Updated split panel to send split position using RPC 12 years ago
  Artur Signell 18ce0109fa Refactored ClickEventHandler and LayoutClickEventHandler to use RPC 12 years ago
  Artur Signell 32f4763423 Moved update logic from updateFromUIDL to state change listener 12 years ago
  Artur Signell 4c12a1544a Replaced paintContent with shared state 12 years ago
  Henri Sara 279574a3e1 Remove UIDL parameter from many caption related methods (#8435). 12 years ago
  Artur Signell 8ba0e099ac #8438 Event handler registration is now a Set in the shared state 12 years ago
  Artur Signell a6bd5a0d40 #8500 Made SplitPanel use hierarchy change events 12 years ago
  Artur Signell 2bd148914d Moved styles list to shared state, replacing the previous String hack. 12 years ago
  Artur Signell 6548c896ea Fixed readonly handling for fields (depends on property readonly 12 years ago