aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util/GeneratedPropertyContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-769/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)Artur Signell2016-01-251-3/+2
| | | | | | | | Adds a missing throw to sort method and fixes getSortableContainerPropertyIds to return an empty collection if not sortable. Change-Id: I5df34234867762ce88e181a10ec015cd0336cd39
* Make GeneratedPropertyItem addItem return null when appropriate (#18685)Artur Signell2016-01-041-0/+9
| | | | Change-Id: I08f05bee9bf0c82f5767c63654046285c85f233a
* Make GeneratedPropertyItem equals self (#19426)Artur Signell2016-01-041-0/+33
| | | | Change-Id: Ieccb53a402dd6669fb684b0ef8e18e4c8778c58e
* Make GeneratedPropertyContainer.getItem(nonExistant) return null (#19425)Artur Signell2016-01-041-0/+4
| | | | Change-Id: I41e40b87b64aec046428c1294aa1d488b6daf693
* Set @since values for Grid classesLeif Åstrand2014-12-181-1/+1
| | | | Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
* Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-171-1/+1
| | | | Change-Id: Id8fecbee0171b783a62d747433667267f530a6a7
* GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
| | | | Change-Id: Ia766f1e989d6a06d4b1746b0612c090b6fbd2735
* Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-121-1/+1
| | | Change-Id: I3aa86364b61d42f971c4fca2b4c4895ddae870c4
* Pass correct item instance to PropertyValueGenerators (#13334)Teemu Suo-Anttila2014-09-251-1/+1
| | | | Change-Id: Ie8ac965863f4096393d7ee21050d38c61c5e59eb
* Fix GeneratedPropertyContainer property adding and removing (#13334)Teemu Suo-Anttila2014-09-251-43/+90
| | | | Change-Id: Icda4f1b736054f5bb02cf3d7dfd2fdee79e88afd
* Fix GeneratedPropertyContainer to support add and remove events (#13334)Teemu Suo-Anttila2014-09-241-1/+77
| | | | Change-Id: I9a1ff7338a70528a0f0b2fbe6752fb2640dcc0d9
* Add Property and Item change notifiers for generated properties (#13334)Teemu Suo-Anttila2014-09-191-4/+76
| | | | Change-Id: I35a212b7f32f7c75333ee394f6dc102802d4d46e
* Add Container.Filterable to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-191-1/+81
| | | | Change-Id: I84b1b649d1b8fc420238953f9d027b5737c5af58
* Add Container.Sortable interface to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-171-2/+82
| | | | Change-Id: Ib6be69b1ede0d3129d9812c78fe961412be7d145
* Initial implementation of GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-161-0/+360
Change-Id: Ie65422ad81672223b33dad33f7f88201a64c1948