Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show validation error selecting invalid date from DateField (#10013) | Marco Collovati | 2017-09-20 | 3 | -1/+89 |
| | | | | | | | | | | Component error was cleared after selecting a date from calendar popup, even if the date is invalid due to validation errors or if user programmatically sets an UserError. This change inverts the order of setValue() and setComponentError(null) in order to preserve errors set by ValueChangeListeners (e.g. Binder validators). Fixes #10011 | ||||
* | Add API for running BindingValidationStatusHandlers (#9966) | Teemu Suo-Anttila | 2017-09-19 | 4 | -12/+111 |
| | | | This patch adds an API to Binding for accessing the validation status handlers from a custom BinderValidationStatusHandler. | ||||
* | Optimize HierarchyMapper (#10003) | Piotr Wilkin | 2017-09-19 | 3 | -18/+89 |
| | | | Fixes parts of #9951, but does not address the issue of grouping pushed updates. | ||||
* | Implement hashCode() when implementing equals() | Ahmed Ashour | 2017-09-19 | 5 | -5/+52 |
| | |||||
* | Remove drag and drop from Tree doc (#9992) | Olli Tietäväinen | 2017-09-19 | 1 | -1/+0 |
| | | | Tree does not support drag and drop right now (see #9804). | ||||
* | Use String.isEmpty() | Ahmed Ashour | 2017-09-19 | 44 | -78/+78 |
| | |||||
* | Fix typo | Ahmed Ashour | 2017-09-19 | 1 | -5/+5 |
| | | | And change private member to List instead of ArrayList | ||||
* | Remove unneeded ArrayList construction | Ahmed Ashour | 2017-09-19 | 6 | -14/+13 |
| | |||||
* | Fix removeBinding logic (#10002) | Piotr Wilkin | 2017-09-19 | 2 | -12/+73 |
| | | | Fixes and improves on PR #9932. | ||||
* | Replace iterators with enhanced for loops (#10018) | Ahmed Ashour | 2017-09-19 | 19 | -86/+51 |
| | | | This change also includes some other minor cleanup. | ||||
* | Migrate wiki articles to Vaadin documentation (#9959) | Henri Sara | 2017-09-19 | 115 | -6/+8839 |
|\ | |||||
| * | Remove migration error message | Erik Lumme | 2017-09-18 | 1 | -2/+0 |
| | | |||||
| * | Fix typ and add attachment link | Erik Lumme | 2017-09-15 | 1 | -2/+2 |
| | | |||||
| * | Migrate AddingASplashScreen and CreatingMultiTabApplications | Erik Lumme | 2017-09-13 | 3 | -0/+84 |
| | | |||||
| * | Migrate ConfigureInputFieldsToGuideDataEntry | Erik Lumme | 2017-09-13 | 7 | -0/+120 |
| | | |||||
| * | Migrate BroadcastingMessagesToOtherUsers | Erik Lumme | 2017-09-13 | 2 | -0/+130 |
| | | |||||
| * | Migrate CreatingABookmarkableApplicationWithBackButtonSupport | Erik Lumme | 2017-09-13 | 2 | -0/+141 |
| | | |||||
| * | Migrate ViewChangeConfirmations | Erik Lumme | 2017-09-13 | 2 | -0/+221 |
| | | |||||
| * | Migrate OpeningAUIInAPopupWindow | Erik Lumme | 2017-09-13 | 2 | -0/+55 |
| | | |||||
| * | Migrate ComponentAddonProjectSetupHowto | Erik Lumme | 2017-09-13 | 2 | -0/+175 |
| | | |||||
| * | Migrate GettingStartedOnNetBeans | Erik Lumme | 2017-09-13 | 4 | -0/+163 |
| | | |||||
| * | Migrate DynamicallyUpdatingStateBeforeSendingChangesToClient | Erik Lumme | 2017-09-13 | 2 | -0/+86 |
| | | |||||
| * | Migrate UsingDeclarativeServices | Erik Lumme | 2017-09-13 | 2 | -0/+255 |
| | | |||||
| * | Migrate CreatingAComponentExtension | Erik Lumme | 2017-09-13 | 2 | -0/+93 |
| | | |||||
| * | Migrate UsingRPCToSendEventsToTheClient | Erik Lumme | 2017-09-13 | 2 | -0/+148 |
| | | |||||
| * | Migrate CreatingASimpleComponentContainer | Erik Lumme | 2017-09-13 | 2 | -0/+242 |
| | | |||||
| * | Migrate CreatingANEclipseProject | Erik Lumme | 2017-09-13 | 5 | -0/+99 |
| | | |||||
| * | Migrate CreatingAServlet3.0Application | Erik Lumme | 2017-09-13 | 2 | -0/+63 |
| | | |||||
| * | Migrate LabelButtonsExpressively | Erik Lumme | 2017-09-13 | 5 | -0/+52 |
| | | |||||
| * | Migrate VisuallyDistinguishPrimaryActions | Erik Lumme | 2017-09-13 | 6 | -0/+97 |
| | | |||||
| * | Migrate WidgetStylingUsingOnlyCSS | Erik Lumme | 2017-09-13 | 2 | -0/+173 |
| | | |||||
| * | Fix indentation | Erik Lumme | 2017-09-13 | 1 | -18/+18 |
| | | |||||
| * | Migrate CustomizingComponentThemeWithSass | Erik Lumme | 2017-09-13 | 2 | -0/+189 |
| | | |||||
| * | Migrate RightAlignComparableNumericalFields | Erik Lumme | 2017-09-13 | 4 | -0/+53 |
| | | |||||
| * | Migrate PackagingSCSSorCSSinAnAddOn | Erik Lumme | 2017-09-13 | 2 | -0/+160 |
| | | |||||
| * | Migrate MarkRequiredFieldsAsSuch | Erik Lumme | 2017-09-13 | 4 | -0/+41 |
| | | |||||
| * | Migrate ChangingThemeOnTheFly | Erik Lumme | 2017-09-13 | 2 | -0/+36 |
| | | |||||
| * | Migrate EnableAndDisableButtonsToIndicateState | Erik Lumme | 2017-09-13 | 6 | -0/+184 |
| | | |||||
| * | Migrate UseTooltipsToClarifyFunctions | Erik Lumme | 2017-09-13 | 3 | -0/+33 |
| | | |||||
| * | Migrate ValoThemeGettingStarted | Erik Lumme | 2017-09-13 | 2 | -0/+183 |
| | | |||||
| * | Migrate CreatingAThemeUsingSass | Erik Lumme | 2017-09-13 | 2 | -0/+196 |
| | | |||||
| * | Migrate ReadOnlyVsDisabledFields | Erik Lumme | 2017-09-13 | 8 | -0/+135 |
| | | |||||
| * | Migrate ValoExamples | Erik Lumme | 2017-09-13 | 2 | -0/+238 |
| | | |||||
| * | Migrate DynamicallyInjectingCSS | Erik Lumme | 2017-09-13 | 3 | -0/+308 |
| | | |||||
| * | Migrate UsingFontIcons | Erik Lumme | 2017-09-12 | 2 | -0/+189 |
| | | |||||
| * | Fix formatting error | Erik Lumme | 2017-09-12 | 1 | -1/+1 |
| | | |||||
| * | Add missing changes | Erik Lumme | 2017-09-12 | 1 | -21/+21 |
| | | |||||
| * | Migrate VaadinScalabilityTestingWIthAmazonWebServices | Erik Lumme | 2017-09-12 | 2 | -0/+210 |
| | | |||||
| * | Replace wiki links with vaadin.github.io/spring-tutorial | Erik Lumme | 2017-09-12 | 1 | -6/+3 |
| | | |||||
| * | Migrate LoadTestingWithGatling | Erik Lumme | 2017-09-12 | 2 | -0/+268 |
| | |