summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Support float fields with FieldGroup (#10553)"Leif Åstrand2012-12-182-0/+124
|\
| * Support float fields with FieldGroup (#10553)Artur Signell2012-12-172-0/+124
| | | | | | | | Change-Id: Ib7f6fff09e9372576aadfc44c82f7bb9ce9525cf
* | Revert "Case-insensitive FieldGroup binding #10426"Artur Signell2012-12-171-83/+15
|/ | | | | | | This reverts commit fffd25fc57c862afdac2f4cfc36695c0bd35ec96 Breaks binding using BeanFieldGroup before an item data source has been set. Change-Id: Id05372eef2078efea9e92a69a1af942511ff32a9
* Case-insensitive FieldGroup binding #10426Jonni Nakari2012-12-171-15/+83
| | | | | | | Modified buildAndBindMemberFields to use a new findPropertyId method when searching propertyIds. Change-Id: I97f1c4eb8a3de7350b0333c8b2b2ff913e0263d9
* Search fields from superclasses #10504Jonni Nakari2012-12-171-3/+25
| | | | | | | | | Modified buildAndBindMemberFields method to use a new getFieldsInDeclareOrder method that searches fields also from superclasses. Added a unit test to verify the new logic. Fixes the issue in ticket #10504 Change-Id: Ic855e274c5b4d1c83760d6c2c53c67413a1da42c
* Fix for ticket #10121, a unit test for the ticket's issue and a unitJonni Nakari2012-12-131-1/+1
| | | | | | test for the new method in ReflectTools Change-Id: If8d57b4b38e8856ff2a9ef130dc71cf5b315858a
* Return null as non-existing property for IndexedContainer (#10445)Henri Sara2012-11-301-1/+3
| | | | Change-Id: I9829173dda84d5f496114b7d08204648bf86fc77
* getPrevItemId should return null if id not found (#10124)Artur Signell2012-11-281-1/+6
| | | | Change-Id: I9c0a07610e942bf8fac5832341a4fb31bfd6342a
* Fixed NPE when converting ""Artur Signell2012-11-261-0/+5
| | | | Change-Id: I0cdde2ae9a1c40ebe41a2d1f91f972fe803d455f
* Reformatted server/srcArtur Signell2012-11-231-3/+3
| | | | Change-Id: Idfb1e782c6d544765f8ebad0f9c9969358f1e5fe
* Unified deprecation messagesArtur Signell2012-11-2222-68/+71
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Use compare for Comparable when determining equals for filtering (#10310)Artur Signell2012-11-221-3/+26
| | | | Change-Id: Ie6e12b1d606d6ed06ae94527427049621b515eed
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-162-6/+6
| | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
* Modified FieldGroup so that fields configured with read only propertiestapio2012-11-082-7/+34
| | | | | will also be made read only (#9076). Change-Id: I183ae263f4952a51513623d38dc9e04ce1482f45
* Merged com.vaadin.service into com.vaadin.util (#10146)Artur Signell2012-11-061-1/+1
| | | | Change-Id: I313ba80073b89a90da8ebe8c26f35c4fcc51f431
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-2318-51/+28
| | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259
* Avoid throwing exceptions from toString, log message instead (#9804)Artur Signell2012-10-013-7/+47
| | | | Change-Id: Ia2f8504a0fe75ab3a7c4746d533e5fd012e2a69c
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-282-6/+6
| | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c
* Clarify getValidators() javadoc as per review (#9723)Johannes Dahlström2012-09-241-2/+4
|
* Add removeAllValidators() to Validatable (#9542)Johannes Dahlström2012-09-241-0/+7
|
* Return an empty collection instead of null from Validatable.getValidators() ↵Johannes Dahlström2012-09-241-3/+4
| | | | (#9723)
* FieldGroup.setReadOnly should propagate to all fields (#9600)Artur Signell2012-09-181-0/+3
|
* Constants -> enums (#9072)Pekka Hyvönen2012-09-111-1/+1
| | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox)
* Remove unused exception class reintroduced in a merge.Henri Sara2012-09-101-169/+0
|
* Return short list instead of exception if less items available (#8028)Henri Sara2012-09-073-24/+9
| | | | Container.Indexed.getItemIds(int, int) does not throw an exception if too few items are available in the container.
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-061-8/+8
|
* Reformat projectLeif Åstrand2012-09-057-0/+22
|
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-052-6/+6
|
* Fix SQLContainer indexed access and related tests (#9472)Henri Sara2012-09-041-3/+11
|
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-1/+1
|
* Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-041-1/+1
|
* Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)Leif Åstrand2012-09-031-3/+2
|
* Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)Henri Sara2012-08-315-6/+362
| | | | | | | | | This permits optimization of data fetches from various containers where getting single items by index in a loop might be costly. Also add a helper method in ContainerHelpers to make it easier to implement the new method where performance of fetching an id by index is not an issue. SQLContainer still uses this helper instead of an optimized implementation.
* refak listeners one missed listener fixed...Petri Heinonen2012-08-301-0/+9
|
* refak listeners com.vaadin.data.util.sqlcontainer.queryPetri Heinonen2012-08-302-2/+36
|
* refak listeners com.vaadin.data.util.sqlcontainerPetri Heinonen2012-08-301-4/+42
|
* Refak addListener package com.vaadin.data.utilPetri Heinonen2012-08-308-37/+311
|
* listener refak com.vaadin.dataPetri Heinonen2012-08-303-0/+79
|
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-08-271-3/+1
| | | | | Conflicts: server/src/com/vaadin/ui/Select.java
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-222-687/+4
|
* Removed readThrough/writeThrough in favor of buffered (#8180)Artur Signell2012-08-221-76/+0
|
* Add "As of 7.0" to relevant @deprecated tagsJohannes Dahlström2012-08-211-8/+8
|
* Merged 6.8 branchJohn Ahlroos2012-08-203-19/+146
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-16112-112/+1456
|
* Removed more @version included in some files but not in all (#9299)Artur Signell2012-08-1611-44/+0
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-1539-79/+0
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-13115-0/+23759