Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 5 | -23/+23 | |
| | ||||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 3 | -8/+8 | |
| | ||||||
* | Add option to use PushState instead of URI fragments in Navigator (#10042) | Teemu Suo-Anttila | 2017-09-27 | 5 | -14/+164 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Navigator now by default uses pushState and normal URLs * added documentation for pushState and updated Navigator documentation * improving docs etc, adding one TODO to be solved before merging * pushState/replaceState no work better with changing titles * Making uri fragment navigator work when not using specially mapped UI * Revert to older default, add annotation for selecting * Fix tests, add null checks * Reorder if-clause, fix tests * Revert unnecessary test change * Use correct variable in UI, fix test clean up * Updates to JavaDocs, fix some methods and tests * Add comments, fix test ui, TODO for fallbacks * Navigation documentation, JavaDocs, removed TODOs * Documentation fixes * Improve JavaDocs * Fix link name in documentation * Improve throws declaration in getLocation * Change documentation about the PushState based navigation * Add since tags * Add since tags for UI | |||||
* | Store Vaadin session after each update | Artur Signell | 2017-09-27 | 1 | -0/+17 | |
| | | | | | | | This helps clustering solutions know when the session attribute needs to be replicated instead of having to always aggressively replicate all attributes. Resolves #7535 | |||||
* | Implement error level on client side (#9817) | Adam Wagner | 2017-09-27 | 2 | -2/+2 | |
| | | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139 | |||||
* | Fix DataCommunicator parameter not used in Grid constructor (#10075) | JenoDK | 2017-09-26 | 2 | -0/+27 | |
| | | | Fixes #9944 | |||||
* | Fix BindingBuilder to always use the same instance (#10004) | Teemu Suo-Anttila | 2017-09-26 | 1 | -10/+37 | |
| | | | | | | This allows using BindingBuilder either in a type safe chained manner or with separate calls for the same instance at the cost of less strict type checking. Fixes #9927 Fixes #9619 | |||||
* | Improve Binder value change handling with bean validation (#9988) | Teemu Suo-Anttila | 2017-09-25 | 2 | -15/+110 | |
| | | | | | | | Changed values are now only applied to the bean when they pass both field and bean validation. Any change that breaks validation will be pending and is attempted to apply when another change event comes. This patch also makes the order of status change event handler and listener call order. This addresses some of the issues raised in #9955. | |||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 9 | -9/+9 | |
| | | | And some trivial test enhancements | |||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 5 | -9/+0 | |
| | | | And remove unused imports. | |||||
* | Remove unused methods. (#10058) | Ahmed Ashour | 2017-09-22 | 3 | -0/+3 | |
| | ||||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 2 | -3/+3 | |
| | | | Also includes some other minor cleanup. | |||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 | |
| | ||||||
* | Remove unused methods (#10020) | Ahmed Ashour | 2017-09-20 | 4 | -47/+3 | |
| | ||||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 2 | -3/+7 | |
| | ||||||
* | Add API for running BindingValidationStatusHandlers (#9966) | Teemu Suo-Anttila | 2017-09-19 | 1 | -1/+62 | |
| | | | 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 | 2 | -8/+81 | |
| | | | Fixes parts of #9951, but does not address the issue of grouping pushed updates. | |||||
* | Use String.isEmpty() | Ahmed Ashour | 2017-09-19 | 2 | -5/+5 | |
| | ||||||
* | Fix removeBinding logic (#10002) | Piotr Wilkin | 2017-09-19 | 1 | -7/+22 | |
| | | | Fixes and improves on PR #9932. | |||||
* | Fix incorrect resource name generation (#9957) | Dos Moonen | 2017-09-11 | 1 | -1/+1 | |
| | | | | Javadoc has this to say about ClassLoader#getResource(String): "The name of a resource is a '/'-separated path name that identifies the resource." The test fails on Windows because its File.separator does not equal "/". | |||||
* | Add methods to remove Bindings from Binder (#9932) | Teemu Suo-Anttila | 2017-09-05 | 1 | -0/+71 | |
| | ||||||
* | Fix AbstractClientConnector stateTypeCache memory leak (#9896) | Aleksi Hietanen | 2017-08-30 | 1 | -0/+65 | |
| | | | Fixes #9883 | |||||
* | Add declarative support to Tree (#9881) | Aleksi Hietanen | 2017-08-29 | 2 | -2/+174 | |
| | | | Closes #9838 | |||||
* | Fix moving child to first position in tree data (#9761) | Adam Wagner | 2017-08-07 | 1 | -0/+13 | |
| | | | Resolves #9760 | |||||
* | Add method to get parent in TreeData (#9701) | Adam Wagner | 2017-07-27 | 1 | -0/+8 | |
| | ||||||
* | More user friendly fail message (was NullPointerException) (#9665) | Dos Moonen | 2017-07-19 | 1 | -1/+6 | |
| | | | | | | | Yes, I should never have created "D:\eclipse workspaces" in the first place. No, I am not replacing "%20" with spaces, or creating an URI instance. "D:\eclipse%20workspaces" is a valid folder and I'm not willing to go down the rabbit hole and see what that turns into. | |||||
* | Fix TreeGrid.getHierarchyColumn to use correct id (#9690) | Teemu Suo-Anttila | 2017-07-18 | 1 | -0/+12 | |
| | | | Fixes #9661 | |||||
* | Add methods to change parent and to change child's position in hierarchical ↵ | Adam Wagner | 2017-07-18 | 1 | -0/+45 | |
| | | | | | data (#9673) Resolves #9674 | |||||
* | Delegate properties to Composite's root if possible | Ilia Motornyi | 2017-07-13 | 1 | -8/+31 | |
| | | | Fixes #9670 | |||||
* | Fix TreeData item removal, small improvements (#9621) | Ilia Motornyi | 2017-07-03 | 2 | -7/+124 | |
| | | | Fixes #9614 | |||||
* | Fix bookkeeping assertion error | Ilia Motornyi | 2017-06-30 | 1 | -0/+23 | |
| | | | Fixes #9584 | |||||
* | Add an optional HasValue to a ValueContext | Ilia Motornyi | 2017-06-29 | 1 | -0/+23 | |
| | ||||||
* | Add isUserOriginated to SelectedTabChangeEvent (#9580) | Artur | 2017-06-29 | 1 | -0/+52 | |
| | | | Fixes #9545 | |||||
* | Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578) | Yuriy Artamonov | 2017-06-29 | 1 | -6/+35 | |
| | | | | | | | | | Provide old value of position in SplitPositionChangeEvent of *SplitPanel New properties have been added to SplitPositionChangeEvent: oldSplitPositionUnit, oldSplitPosition, userOriginated Resolves #9472 | |||||
* | Add isExpanded() method to Tree and TreeGrid | Henri Sara | 2017-06-28 | 2 | -2/+5 | |
| | | | Fixes #9595 | |||||
* | Fix keymapper reverse mapping (#9535) | Ilia Motornyi | 2017-06-21 | 2 | -22/+72 | |
| | | | Fixes #9470 | |||||
* | Add View.beforeLeave to support delayed navigation | Artur | 2017-06-20 | 1 | -57/+142 | |
| | ||||||
* | Only throw from Binder.bindInstanceFields if there are no bindings at all ↵8.1.0.beta2 | Artur | 2017-06-15 | 2 | -6/+56 | |
| | | | | | (#9487) Fixes #8986 | |||||
* | Rewrite HierarchyMapper to consistently handle changes | Teemu Suo-Anttila | 2017-06-15 | 3 | -147/+297 | |
| | | | | | | Fixes #9449 Fixes #9490 Fixes #9448 Fixes #9465 | |||||
* | Make view parameter map available in ViewChangeEvent (#9529) | Artur | 2017-06-15 | 1 | -0/+54 | |
| | ||||||
* | Allow changing the renderer of hierarchy column in TreeGrid (#9514) | Teemu Suo-Anttila | 2017-06-13 | 1 | -4/+2 | |
| | | | Addresses #9465 | |||||
* | Add getStateParameterMap to Navigator to get parameters as a map (#9517) | Peter Lehto | 2017-06-13 | 1 | -18/+109 | |
| | ||||||
* | Add support for Views which are not components | Artur | 2017-06-12 | 1 | -4/+69 | |
| | ||||||
* | Add pluggable connector id generator support | Leif Åstrand | 2017-06-12 | 2 | -11/+8 | |
| | ||||||
* | Throw exception if user modifies same binding step twice | Teemu Suo-Anttila | 2017-05-26 | 1 | -0/+12 | |
| | | | Fixes #9427 | |||||
* | Fixes OOM for broken upload request | Ilia Motornyi | 2017-05-26 | 1 | -0/+64 | |
| | | | Related to #9102 | |||||
* | Correctly use id to identify data when refreshing (#9398) | Teemu Suo-Anttila | 2017-05-23 | 2 | -2/+2 | |
| | | | | | | This patch refactors the internals of Grid single selection model implementation. Fixes #9380 | |||||
* | Hide DataGenerator from Column API (#9351) | Teemu Suo-Anttila | 2017-05-19 | 1 | -1/+30 | |
| | ||||||
* | Clear errors when clearing binder fields (#9364) | Artur | 2017-05-19 | 1 | -0/+20 | |
| | | | | Calling readBean(null) should reset the form state to the initial state it was in before calling writeBean(bean) | |||||
* | Add a method for getting bound fields from Binder (#9365) | Artur | 2017-05-19 | 1 | -11/+26 | |
| |