summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* Fix npe (#6619)Leif Åstrand2011-12-202-2/+2
* Fix typo in public APILeif Åstrand2011-12-204-8/+8
* #6619 AbstractApplicationServlet.init: parameters reading order is strangeLeif Åstrand2011-12-202-17/+20
* Add Application.getRoots()Leif Åstrand2011-12-201-0/+18
* Make Root.init abstract, add non-abstract LegacyWindow and migrate testsLeif Åstrand2011-12-202-98/+142
* Add license and Serializable to ServletPortletHelperLeif Åstrand2011-12-191-1/+7
* #8093 Ensure that property id is a non-null String. Cache if BeanArtur Signell2011-12-191-11/+21
* Support the second bootstrap request in portlets (#8052)Leif Åstrand2011-12-192-5/+37
* #8026, #5750 Set FormLayout default width back to 100%Artur Signell2011-12-191-0/+1
* JavadocArtur Signell2011-12-191-0/+5
* #8095 Only use BeanValidation if a JSR-303 implementation is availableArtur Signell2011-12-192-26/+46
* Added generics to FieldBinderFieldFactoryArtur Signell2011-12-193-23/+40
* #8095 Allow binding all fields in a class using FieldBinder instead ofArtur Signell2011-12-193-156/+182
* Use BeanItem.addNestedPropertyArtur Signell2011-12-191-17/+22
* #8153 Add BeanItem.addNestedPropertyArtur Signell2011-12-191-3/+14
* #8052 Support for root instead of application in portlet.xmlLeif Åstrand2011-12-193-60/+81
* Refactor #8068 to enable support for portletsLeif Åstrand2011-12-191-30/+118
* Don't use WeakHashMap as it isn't SerializableLeif Åstrand2011-12-191-2/+1
* #8095 Use Bean Validation automatically in BeanFieldBinderArtur Signell2011-12-192-67/+28
* #8093 Removed unused method property, conversion andArtur Signell2011-12-192-182/+2
* #8102 Allow overriding the conversion error message for FieldsArtur Signell2011-12-191-8/+55
* ConversionException must be static to be useful outside ConverterArtur Signell2011-12-191-1/+1
* #3667 Remove deprecated API from MenuBar (setSubMenuIcon & setCollapse)Artur Signell2011-12-192-82/+0
* #8026 Removed deprecated API from TextFieldArtur Signell2011-12-192-211/+1
* #8026 Removed deprecated FieldFactoryArtur Signell2011-12-194-209/+0
* #8026 Removed deprecated ExpandLayout and OrderedLayout. Artur Signell2011-12-194-250/+5
* #8142 Removed Label.setReadOnly that made no senseArtur Signell2011-12-191-28/+0
* Set the v-theme-xxx class when the theme name is acutally knownLeif Åstrand2011-12-192-12/+9
* Root now sends click events, fixes #8151Marc Englund2011-12-192-4/+26
* Remove conversions using String constructor from Properties (#8125).Henri Sara2011-12-183-69/+33
* Fix BeanValidation license information and make it serializable.Henri Sara2011-12-182-22/+37
* Set proper content type and charset for browser details responseLeif Åstrand2011-12-161-0/+1
* Fix method name typo (#8068)Leif Åstrand2011-12-161-2/+2
* Remove UriFragmentUtility (#8048)Leif Åstrand2011-12-162-233/+0
* Properly attach the root if application is set after the UI is builtLeif Åstrand2011-12-161-0/+2
* #8093 Support JSR-303 Bean ValidationHenri Sara2011-12-162-0/+438
* Added missing license infoArtur Signell2011-12-162-0/+6
* Made StringLengthValidator compatible with RangeValidator (use null forArtur Signell2011-12-161-24/+22
* #8095 Added field type to field factory to be able to validate that aArtur Signell2011-12-163-34/+138
* Added missing license infoArtur Signell2011-12-161-0/+3
* #8094 Initial implementation of two phase commitArtur Signell2011-12-163-20/+216
* #8127 Added setBuffered and isBuffered to com.vaadin.data.BufferedArtur Signell2011-12-151-0/+38
* #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
* #8095 Corrected getUnboundPropertyIds implementation and fixed javadocArtur Signell2011-12-151-2/+8
* Fixed javadoc typoArtur Signell2011-12-151-1/+1
* Restore the legacy functionality of Root.addComponent and its relativesLeif Åstrand2011-12-151-57/+14
* Update uri fragment parameter reading for #8098Leif Åstrand2011-12-151-4/+3
* Ensure WebBrowser is updated and available from BrowserDetails (#8098)Leif Åstrand2011-12-155-108/+76
* Check for client side details for all requestsLeif Åstrand2011-12-151-2/+1