Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add isUserOriginated to SelectedTabChangeEvent (#9580) | Artur | 2017-06-29 | 4 | -43/+174 | |
| | | | Fixes #9545 | |||||
* | Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578) | Yuriy Artamonov | 2017-06-29 | 2 | -11/+106 | |
| | | | | | | | | | Provide old value of position in SplitPositionChangeEvent of *SplitPanel New properties have been added to SplitPositionChangeEvent: oldSplitPositionUnit, oldSplitPosition, userOriginated Resolves #9472 | |||||
* | Add mouse event details to Tree.ItemClick (#9599) | Henri Sara | 2017-06-28 | 1 | -3/+19 | |
| | | | | This provides a way to get the mouse button clicked as requested in #9335. | |||||
* | Add isExpanded() method to Tree and TreeGrid | Henri Sara | 2017-06-28 | 4 | -6/+29 | |
| | | | Fixes #9595 | |||||
* | Create drag source and drop target extensions for tree grid (#9463) | Adam Wagner | 2017-06-28 | 4 | -0/+301 | |
| | | | Resolves #9372 | |||||
* | Add presentation value providers for Grid (#9553) | Teemu Suo-Anttila | 2017-06-27 | 1 | -27/+161 | |
| | | | | | | This patch changes Grid Columns, so they can have different value and presentation types. A presentation provider can be given when setting the renderer for a column. This provider takes the value of the column on a row and chooses what to present for this value. Using this approach it is easier to have an editor for the actual backing data instead of the presentation of it. Fixes #8656 Resolves #9588 | |||||
* | Clarify javadoc of Grid.scrollTo (#9582) | Henri Sara | 2017-06-26 | 1 | -4/+7 | |
| | | | Resolves #9265 | |||||
* | Make it optional to implement enter() in Views | Artur | 2017-06-22 | 1 | -7/+11 | |
| | ||||||
* | Fix keymapper reverse mapping (#9535) | Ilia Motornyi | 2017-06-21 | 7 | -73/+176 | |
| | | | Fixes #9470 | |||||
* | Enable row height and content mode settings for Tree (#9540) | Teemu Suo-Anttila | 2017-06-20 | 1 | -1/+23 | |
| | | | | | | | | | | * Enable row height setting for Tree * Add content mode for captions * Align expander element by default to top The content mode allows use of preformatted and HTML captions that bring value to row height Fixes #9411 | |||||
* | Set proper paragraph breaks in Button JavaDocs (#9557) | Leif Åstrand | 2017-06-20 | 1 | -4/+3 | |
| | ||||||
* | Add View.beforeLeave to support delayed navigation | Artur | 2017-06-20 | 5 | -60/+332 | |
| | ||||||
* | Fix minor Java documentation typo in Button#click API | Christophe Bismuth | 2017-06-19 | 1 | -1/+1 | |
| | ||||||
* | Fix displaying Grid sort order set from server (#9530) | Teemu Suo-Anttila | 2017-06-19 | 1 | -0/+12 | |
| | | | Fixes #8316 | |||||
* | Use ClientConnector instead of Connector in id generation event (#9542) | Leif Åstrand | 2017-06-19 | 1 | -5/+3 | |
| | ||||||
* | Add missing JavaDoc to DataCommunicator | Teemu Suo-Anttila | 2017-06-16 | 1 | -0/+13 | |
| | ||||||
* | Only throw from Binder.bindInstanceFields if there are no bindings at all ↵8.1.0.beta2 | Artur | 2017-06-15 | 3 | -7/+62 | |
| | | | | | (#9487) Fixes #8986 | |||||
* | Add missing since tags (#9544) | Henri Sara | 2017-06-15 | 2 | -5/+5 | |
| | ||||||
* | Rewrite HierarchyMapper to consistently handle changes | Teemu Suo-Anttila | 2017-06-15 | 7 | -978/+905 | |
| | | | | | | Fixes #9449 Fixes #9490 Fixes #9448 Fixes #9465 | |||||
* | Fix initConnectorIdGenerator typo (#9541) | Leif Åstrand | 2017-06-15 | 2 | -4/+4 | |
| | ||||||
* | Make view parameter map available in ViewChangeEvent (#9529) | Artur | 2017-06-15 | 3 | -2/+105 | |
| | ||||||
* | Fix method link in ActiveDataHandler JavaDoc (#9525) | Ilia Motornyi | 2017-06-14 | 1 | -1/+1 | |
| | ||||||
* | Allow changing the renderer of hierarchy column in TreeGrid (#9514) | Teemu Suo-Anttila | 2017-06-13 | 3 | -25/+13 | |
| | | | Addresses #9465 | |||||
* | Add getStateParameterMap to Navigator to get parameters as a map (#9517) | Peter Lehto | 2017-06-13 | 2 | -26/+188 | |
| | ||||||
* | Add support for Views which are not components | Artur | 2017-06-12 | 3 | -18/+91 | |
| | ||||||
* | Add pluggable connector id generator support | Leif Åstrand | 2017-06-12 | 7 | -13/+268 | |
| | ||||||
* | Add mouse event details to the drop event (#9485) | Adam Wagner | 2017-06-07 | 4 | -11/+41 | |
| | | | Fixes #9483 | |||||
* | Improve logging when bean validation is not available | Henri Sara | 2017-06-05 | 2 | -4/+6 | |
| | | | Closes #9464 | |||||
* | Allow grid columns to optionally shrink to be narrower than contents | Artur | 2017-05-30 | 1 | -0/+54 | |
| | | | Fixes #8548 | |||||
* | Make TreeData.getChildren() return value immutable (#9455) | Henri Sara | 2017-05-30 | 1 | -3/+5 | |
| | | | | | This prevents unsupported modifications such as iterator.remove(). Closes #9446 | |||||
* | Add since tags and javadocs | Henri Sara | 2017-05-30 | 1 | -0/+1 | |
| | ||||||
* | Fix typo in documentation (#9454) | Flamenco | 2017-05-30 | 1 | -1/+1 | |
| | ||||||
* | Clarify javadoc of AbstractListing item icon generator | Henri Sara | 2017-05-26 | 1 | -2/+5 | |
| | ||||||
* | Make component iterators unmodifiable | Henri Sara | 2017-05-26 | 7 | -9/+19 | |
| | | | Fixes #9404 | |||||
* | Throw exception if user modifies same binding step twice | Teemu Suo-Anttila | 2017-05-26 | 2 | -0/+15 | |
| | | | Fixes #9427 | |||||
* | Fix `@since` tags from #9206 to 8.0.7 | Pekka Hyvönen | 2017-05-26 | 1 | -9/+11 | |
| | ||||||
* | Fixes OOM for broken upload request | Ilia Motornyi | 2017-05-26 | 2 | -0/+70 | |
| | | | Related to #9102 | |||||
* | Added constructor to Grid for compatibility with 8.0.7 (#9206) (#9209) | Mikhail Buzuverov | 2017-05-26 | 1 | -2/+19 | |
| | | | | | | | | Constructor Grid(Class, DataCommunicator) was added to 8.0.7 and ported to master to maintain backward compatibility. Also fixed javadocs of constructors Grid(DataCommunicator) and Grid(PropertySet, DataCommunicator) to reflect that constructors were backported to 8.0.x and available since 8.0.7 | |||||
* | Make dirty connector handling more deterministic (#9396) | Henri Sara | 2017-05-26 | 1 | -6/+21 | |
| | | | | | | | | | Changes in connector tracking and cleaning (#9305) changed the behavior so that the framework runs beforeClientResponse methods in a non-deterministic and possibly different order than before. This change makes the framework call beforeClientResponse methods in a more deterministic order (parents before children) and checks that the connector tracker knows the connector. | |||||
* | Fix drop indicator when Grid is scrolled (#9417) | Pekka Hyvönen | 2017-05-24 | 1 | -2/+3 | |
| | | | | | Now the DnD events are listened from tablewrapper element, which contains also grid's header and footer, making it possible to drop on top of them. | |||||
* | Allow changing NavigationStateManager (#9410) | apolds | 2017-05-24 | 1 | -0/+4 | |
| | | | | | Unregister old NavigationStateManager before setting new one. Fixes #9406 | |||||
* | Make select all work with TreeGrid (#9412) | Aleksi Hietanen | 2017-05-23 | 1 | -3/+60 | |
| | | | Fixes #9403 | |||||
* | New Tree component theme | Ilia Motornyi | 2017-05-23 | 1 | -0/+1 | |
| | | | Fixes #9310 | |||||
* | Correctly use id to identify data when refreshing (#9398) | Teemu Suo-Anttila | 2017-05-23 | 7 | -65/+59 | |
| | | | | | | This patch refactors the internals of Grid single selection model implementation. Fixes #9380 | |||||
* | Add MultiSelection support for Tree Component (#9354) | Teemu Suo-Anttila | 2017-05-23 | 1 | -2/+56 | |
| | ||||||
* | Add missing since tag to Binder#getFields (#9395) | Aleksi Hietanen | 2017-05-22 | 1 | -1/+1 | |
| | ||||||
* | Add dependency filters through the service init event (#9368) | Leif Åstrand | 2017-05-19 | 3 | -15/+47 | |
| | | | | | | | | We shouldn't create new service loader interfaces since each new such interface has implications for custom integrations. Instead, the VaadinServiceInitListener mechanism should be enhanced to allow such listeners to introduce their own dependency filter implementations similarly to how VaadinServiceInitListener can already be used to contribute new request handlers | |||||
* | Hide DataGenerator from Column API (#9351) | Teemu Suo-Anttila | 2017-05-19 | 2 | -62/+105 | |
| | ||||||
* | Clear errors when clearing binder fields (#9364) | Artur | 2017-05-19 | 2 | -1/+24 | |
| | | | | Calling readBean(null) should reset the form state to the initial state it was in before calling writeBean(bean) | |||||
* | Make VaadinService#isUIActive() public (#9285) | Ilia Motornyi | 2017-05-19 | 1 | -3/+3 | |
| |