aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-1385-18573/+0
|
* Merge commit '082985c68ad0b6c7f8c155cce2a5a79070176c09'Artur Signell2012-08-071-0/+4
|\
| * Throw IllegalArgumentException from addParameter for null parameters instead ↵Artur Signell2012-08-031-0/+4
| | | | | | | | | | | | of silently ignoring them (#9147) svn changeset:24057/svn branch:6.8
* | Merge remote-tracking branch 'origin/6.8'Leif Åstrand2012-07-311-0/+1
|\| | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/popupview/VPopupView.java tests/testbench/com/vaadin/tests/components/popupview/PopupViewClickShortcut.java tests/testbench/com/vaadin/tests/containers/sqlcontainer/CheckboxUpdateProblem.java
| * #9155 Add refresh() to SQLContainer.removeContainerFilter(), one more ↵Henri Sara2012-07-271-0/+1
| | | | | | | | | | | | (manual) test for SQLContainer and refactoring another test. svn changeset:24029/svn branch:6.8
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-07-264-7/+93
|\| | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java
| * #9148 SQLContainer extensible null value support using custom ↵Henri Sara2012-07-254-6/+92
| | | | | | | | | | | | StatementHelper classes svn changeset:24023/svn branch:6.8
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-2356-0/+378
| |
* | Changed AbstractInMemoryContainer.getItemIds() to return List (#8829)Artur Signell2012-06-252-4/+5
| |
* | Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-251-2/+2
| |
* | Test for converter factory and related fixes (#8992)Artur Signell2012-06-251-2/+5
| |
* | Get converter from the application of the component if available (#8992)Artur Signell2012-06-211-7/+30
| |
* | Converter support and updated data source logic (#8990, #8991)Artur Signell2012-06-211-1/+30
| |
* | Split generic converter methods from AbstractField (#8991)Artur Signell2012-06-211-0/+113
| |
* | Merge branch '6.8'Johannes Dahlström2012-06-192-36/+32
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations
* | Merge commit '17c14'Johannes Dahlström2012-06-125-72/+116
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/util/MethodPropertyDescriptor.java src/com/vaadin/data/util/sqlcontainer/SQLContainer.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/terminal/gwt/server/DragAndDropService.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java src/com/vaadin/ui/Table.java tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
| * #8297 Do not use static logger instancesHenri Sara2012-06-055-71/+81
| | | | | | | | svn changeset:23882/svn branch:6.8
* | Improved error messageLeif Åstrand2012-05-111-3/+4
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-041-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java src/com/vaadin/terminal/gwt/client/BrowserInfo.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/VButton.java src/com/vaadin/terminal/gwt/client/ui/VDateFieldCalendar.java src/com/vaadin/terminal/gwt/client/ui/VGridLayout.java src/com/vaadin/terminal/gwt/client/ui/VNativeButton.java src/com/vaadin/terminal/gwt/client/ui/VNotification.java src/com/vaadin/terminal/gwt/client/ui/VView.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/server/RequestTimer.java src/com/vaadin/ui/Button.java tests/test.xml tests/testbench/com/vaadin/tests/components/TouchScrollables.java
| * Applied patch provided for #8600 (hasChildren() broken if item used to have ↵Marc Englund2012-04-241-1/+2
| | | | | | | | | | | | children) and added junit test. Fixes #8600 svn changeset:23624/svn branch:6.8
* | Moved Collapsible and HierarchicalContainerOrderedWrapper to dataHenri Sara2012-04-051-0/+62
| | | | | | | | | | | | | | packages (related to #8440) - should not be specific to TreeTable. Otherwise, having a package and a class by the same name causes problems when trying to compile a widgetset on systems that do not treat file names as case sensitive.
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-271-1/+1
|\| | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java Moved Table context menu tracking to VScrollTable as there is no "open" listener for a context menu. Previous merge was broken.
| * [merge from 6.7] #8328 Pass the new, not the old, value to ↵Automerge2012-03-261-1/+1
| | | | | | | | | | | | FreeFormStatementDelegate on itemChangeNotification svn changeset:23322/svn branch:6.8
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-3119-1800/+1800
|\| | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-278-757/+757
| | | | | | | | svn changeset:22797/svn branch:6.7
* | Corrected error message to show model and not presentation type whenArtur Signell2011-12-224-5/+5
| | | | | | conversion fails
* | Print type info when an illegal type is passed to setValueArtur Signell2011-12-221-2/+3
| |
* | Add javadoc to Property.Transactional and TransactionalPropertyWrapper.Henri Sara2011-12-221-0/+23
| |
* | Rename TransactionalProperty to Property.Transactional based on reviewHenri Sara2011-12-221-2/+1
| | | | | | (#8094).
* | Javadoc fixesArtur Signell2011-12-227-36/+44
| |
* | Removed getStringValue based on API review meetingArtur Signell2011-12-224-71/+7
| |
* | #8101 Swapped generics parameter order for Converter based on API reviewArtur Signell2011-12-2110-48/+46
| | | | | | meeting
* | #8101 Renamed source type to presentation and target type to model forArtur Signell2011-12-218-78/+75
| | | | | | clarity
* | #8101 Deprecated PropertyFormatter in favor of ConvertersArtur Signell2011-12-211-0/+3
| |
* | #8125 Javadoc updateArtur Signell2011-12-211-3/+2
| |
* | #8125 Removed remaining references to Property.ConversionExceptionArtur Signell2011-12-212-6/+0
| |
* | #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-217-52/+15
| | | | | | conversion from Property classes
* | #8153 Add BeanItem.addNestedPropertyArtur Signell2011-12-191-3/+14
| |
* | ConversionException must be static to be useful outside ConverterArtur Signell2011-12-191-1/+1
| |
* | Remove conversions using String constructor from Properties (#8125).Henri Sara2011-12-183-69/+33
| | | | | | | | | | ObjectProperty and MethodProperty no longer try to automatically convert values using a String constructor of the property type. Related fixes to tests.
* | Added missing license infoArtur Signell2011-12-161-0/+3
| |
* | #8094 Initial implementation of two phase commitArtur Signell2011-12-161-0/+83
| |
* | #8101 Made it possible to use different strings to represents BooleansArtur Signell2011-12-151-5/+18
| |
* | #8101 Consistent handling of null localeArtur Signell2011-12-154-9/+12
| |
* | Fixed exception message to report correctly what it was trying toArtur Signell2011-12-151-1/+1
| | | | | | convert to
* | #8101 All Strings are now trimmed before conversionArtur Signell2011-12-145-3/+29
| |
* | Misc minor javadoc fixesArtur Signell2011-12-122-8/+52
| |
* | Removed unused classArtur Signell2011-12-121-18/+0
| |
* | #8101/#8103 Javadoc for converters and converter factoryArtur Signell2011-12-1210-27/+338
| |
* | #8101 Javadoc for ConverterArtur Signell2011-12-121-2/+82
| |