summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* RootRequiresMoreInformation -> RootRequiresMoreInformationExceptionLeif Åstrand2011-12-226-21/+21
|
* Rename CustomField.createContent() to initContent() (#3718).Henri Sara2011-12-221-6/+9
|
* Rename @RootWidgetset -> @WidgetsetLeif Åstrand2011-12-222-4/+4
|
* Rename @RootTheme -> @ThemeLeif Åstrand2011-12-222-3/+3
|
* Rename AjaxPageHandler -> BootstrapHandlerLeif Åstrand2011-12-225-60/+60
|
* Renamed getValueConversionError -> getConversionError that was missingArtur Signell2011-12-221-9/+9
| | | | from an earlier commit. Also made javadoc more specific for getConvertedValue
* Javadoc typoArtur Signell2011-12-221-1/+1
|
* Removed getStringValue based on API review meetingArtur Signell2011-12-228-109/+31
|
* #8101 Swapped generics parameter order for Converter based on API reviewArtur Signell2011-12-2112-73/+68
| | | meeting
* #8101 Renamed source type to presentation and target type to model forArtur Signell2011-12-2110-88/+110
| | | clarity
* #8102 getConvertedFieldValue -> getConvertedValue, addedArtur Signell2011-12-211-4/+23
| | | setConvertedValue
* #8102 Removed "value" from value converter used in AbstractField andArtur Signell2011-12-212-46/+43
| | | | renamed updateValueConverterFromFactory to setConverter based on API review meeting.
* #8095 Renamed FieldBinderFieldFactory -> FormBuilderFieldFactoryArtur Signell2011-12-213-5/+5
|
* #8110 Allow Integers and Doubles to pass throughArtur Signell2011-12-212-0/+23
| | | IntegerValidator/DoubleValidator for easier merge from Vaadin 6
* Create the right type of AbstractTextField and use TextField as defaultLeif Åstrand2011-12-211-18/+16
|
* #8101 Deprecated PropertyFormatter in favor of ConvertersArtur Signell2011-12-211-0/+3
|
* Improve javadoc for bean validation (#8093).Henri Sara2011-12-211-7/+49
|
* Added FormBuilder.BuildExceptionArtur Signell2011-12-212-3/+13
|
* #8125 Javadoc updateArtur Signell2011-12-211-3/+2
|
* #8125 Removed remaining references to Property.ConversionExceptionArtur Signell2011-12-214-10/+2
|
* Include original conversion exception as cause for exceptionArtur Signell2011-12-211-1/+2
|
* Noted that the caption property must be of String typeArtur Signell2011-12-211-1/+3
|
* Minor change to isChromeFrame logicMarc Englund2011-12-211-1/+1
|
* Initial unsupported-browser-warning-page for #7985Marc Englund2011-12-214-3/+129
| | | | | Includes support for checking isChromeFrame and isChromeFrameCapable. Warning page can be bypassed with cookie. Works, but needs more thought, and it seems the (V)BrowserDetails and WebBrowser mess should be simplified somehow.
* #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-2113-158/+34
| | | conversion from Property classes
* Removed remaining references to FormBuilderExceptionArtur Signell2011-12-201-8/+10
|
* Enable finding theme resources without a Callback instanceLeif Åstrand2011-12-205-26/+37
|
* Throw real exceptions from helpers in ReflectToolsArtur Signell2011-12-202-50/+38
|
* Re-added deprecated booleanValue() to ease migrationArtur Signell2011-12-201-0/+13
|
* Merge remote-tracking branch 'origin/6.8'Artur Signell2011-12-208-36/+84
|\
| * #5655 Added getClientWidth() and getClientHeight() to WebBrowser and updated ↵Artur Signell2011-12-203-4/+39
| | | | | | | | | | | | test svn changeset:22453/svn branch:6.8
| * Merge #8143 to 6.8 and add missing methods to the Console interfaceLeif Åstrand2011-12-165-4/+23
| | | | | | | | svn changeset:22423/svn branch:6.8
| * #8089 Don't fire TextChangeEvent inside TextChangeEventLeif Åstrand2011-12-091-7/+9
| | | | | | | | svn changeset:22361/svn branch:6.7
| * #8035 - More generic fix based on reviewLeif Åstrand2011-12-091-21/+15
| | | | | | | | | | | | Don't send a text change message in cases where a value change has already been sent or is about to get sent svn changeset:22359/svn branch:6.7
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-091-1/+1
| | | | | | | | svn changeset:22341/svn branch:6.8
* | Fix more issues related to browserDetails requests in portlets (#8052)Leif Åstrand2011-12-202-1/+14
| |
* | Add javadoc for AbstractField.getInternalValue().Henri Sara2011-12-201-1/+12
| |
* | 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
| | | | | | | | Validation implementation is available or not to avoid multiple lookups.
* | 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
| | | | | | FormBuilder