5 Commits (0cfb20938f2b15767ebbd367ad8312642b947c8c)

Author SHA1 Message Date
  Teemu Suo-Anttila 0cfb20938f Revert diamond operator changes 7 years ago
  Teemu Suo-Anttila 812034829a Eliminate more full classnames 7 years ago
  Denis Anisimov cef5b51d3f Mark all server compatibility classes deprecated (#144). 7 years ago
  Artur Signell 82806ef9b7 Format the project using Neon, remove trailing whitespace 7 years ago
  Artur Signell c6b44ac8ad Move and rename server classes which go into the compatibility package 7 years ago
  Artur Signell fe3dca081a Move remaining selects and container implementations to compatibility package 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 a6653d3fe4 Migrate vaadin-server build to maven 8 years ago
  Artur Signell 52fb8cd941 Make addNestedContainerBean work with existing bean item container items (#15355) 9 years ago
  Denis Anisimov 58cf6113d0 Prevent NPE in AbstractBeanContainer.getType() method (#15173). 9 years ago
  Jarno Rantala 2d946f5251 Added ItemSetAddEvent and ItemSetRemoveEvent (#2794) 10 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Jonatan Kronqvist 51c2e93172 Revert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)" 10 years ago
  Jarno Rantala 681864fee3 Backported null value support for NestedMethodProperty to 7.1 (#12884) 10 years ago
  Artur Signell 8d6256e98a Simplified support for null intermediate properties (#11435) 10 years ago
  Jarno Rantala 85251833de Added ItemSetAddEvent and ItemSetRemoveEvent (#2794) 10 years ago
  Matti Hosio 9f126db566 Support for null intermediate beans in NestedMethodProperty (#11435) 11 years ago
  Artur Signell 31cc212c35 Replaced Filterable.hasContainerFilters with getContainerFilters (#11234) 11 years ago
  John Ahlroos b247017a18 Added Container.hasContainerFilters() API #11234 11 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Artur Signell ce282b2b4e Unified deprecation messages 11 years ago
  Artur Signell 0121af0c28 Changed Property.setValue(Object) to setValue(T) (#8791) 11 years ago
  Petri Heinonen 8cf552dd69 refak listeners one missed listener fixed... 11 years ago
  Petri Heinonen e5923ad843 Refak addListener package com.vaadin.data.util 11 years ago
  Artur Signell 8d0c857382 Replaced license place holder with actual license (#8955) 11 years ago
  Artur Signell e85d933b25 Moved server files to a server src folder (#9299) 11 years ago
  Leif Åstrand 3604bf01de Add Java 6 @Override annotations to all methods from interfaces 12 years ago
  Artur Signell 57ff1fc5b5 Changed AbstractInMemoryContainer.getItemIds() to return List (#8829) 12 years ago
  Artur Signell aaf134a39b Merged tests, fixes and javadoc updates from 6.7 12 years ago
  Artur Signell e968734dfa #6603 Added IllegalArgumentException to javadoc and added test 12 years ago
  Artur Signell 3b0da56451 #7354 IT Mill -> Vaadin find and replace 12 years ago
  Artur Signell 3c2b32e356 #6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not null 12 years ago
  Henri Sara 59ae905a8a Eliminate more Field and Property related raw type warnings. 12 years ago
  Henri Sara 41d23dd6b1 #6887 addNestedContainerBean() in AbstractBeanContainer to replace a 12 years ago
  Henri Sara 0ab1d01c8d Parameterize Property and Field with the value type. 12 years ago
  Henri Sara eed2522157 #6527 Minor protected API improvement in AbstractInMemoryContainer 13 years ago
  Henri Sara 1f5fbef1fe #6527 Minor cleanup in AbstractInMemoryContainer 13 years ago
  Henri Sara a41e724711 #6572 added comments 13 years ago
  Henri Sara 976d097a86 #4995 Nested bean property support: no extra property type parameter to addNestedContainerProperty(), NestedMethodProperty takes the bean class instead 13 years ago
  Henri Sara 4b13cfab7c #4995 Nested bean property support 13 years ago
  Henri Sara 7fb7a95497 #6286 Container filtering improvements: Filterable does not inherit SimpleFilterable 13 years ago
  Henri Sara 61c1c09189 #6286 Container filtering improvements: initial version of new filtering API (with simple string filtering implementation only) 13 years ago
  Henri Sara ca2e338e6b #6527 Container refactoring: renamed the protected internal sort() method to sortContainer() for clarity when implementing Sortable in subclasses, javadoc 13 years ago
  Henri Sara 6176acd274 #6527 Container refactoring: default implementations (throw new UnsupportedOperationException()) for adding/removing items or container properties in AbstractInMemoryContainer, subclasses need to override to support these operations 13 years ago
  Henri Sara e2e3217ffa #6527 Container refactoring: initial in-memory ItemFilter interface to isolate future #6286 filtering API impact on in-memory containers 13 years ago
  Henri Sara 0b2b95b100 #6527 Container refactoring: partly encapsulate AbstractInMemoryContainer.allItemIds() 13 years ago
  Henri Sara 37788d67ca #6527 Container refactoring: optimization and notification correction to AbstractBeanContainer.addAll() 13 years ago
  Henri Sara affb4dbd87 #6527 Container refactoring: moved most of Sortable implementation to AbstractInMemoryContainer 13 years ago