Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented minimal set of OSGi bundles (#9489) | Ilia Motornyi | 2017-07-26 | 1 | -0/+118 |
| | |||||
* | Remove warnings about pre-release content in documentation (#9737) | Henri Sara | 2017-07-26 | 8 | -16/+0 |
| | | | Resolves #9191 | ||||
* | Change ConfigurableDataProvider for ConfigurableFilterDataProvider (#9681) | Josefina Revilla | 2017-07-26 | 1 | -2/+2 |
| | | | It says ConfigurableDataProvider, but there isn't a ConfigurableDataProvider class. | ||||
* | Add styling for ComponentRenderer wrapper div (#9691) | Teemu Suo-Anttila | 2017-07-19 | 1 | -0/+1 |
| | | | Fixes #9170 | ||||
* | Feature/tutorial finetuning (#9672) | Matti Tahvonen | 2017-07-17 | 3 | -0/+6 |
| | | | | * Trying to lower the barrier to start following the tutorial * Guiding new Vaadin users to start with the tutorial | ||||
* | Fix hierarchical dataprovider example code bug | tmattsso | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Implement tree item context click | Ilia Motornyi | 2017-07-10 | 1 | -0/+11 |
| | | | | | Fixes #9606 Fixes #9645 Fixes #9647 | ||||
* | Clarification for GridContextClickEvent | Ilia Motornyi | 2017-07-10 | 1 | -1/+9 |
| | |||||
* | Add Bakery link to the documentation. | Ville Ingman | 2017-07-06 | 1 | -0/+1 |
| | |||||
* | Add an optional HasValue to a ValueContext | Ilia Motornyi | 2017-06-29 | 1 | -1/+5 |
| | |||||
* | Create drag source and drop target extensions for tree grid (#9463) | Adam Wagner | 2017-06-28 | 1 | -0/+5 |
| | | | Resolves #9372 | ||||
* | Add presentation value providers for Grid (#9553) | Teemu Suo-Anttila | 2017-06-27 | 1 | -0/+29 |
| | | | | | | 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 | ||||
* | Added the documentation getting-started-kotlin file (#9552) | Martin Vysny | 2017-06-19 | 2 | -0/+53 |
| | |||||
* | Replace FontAwesome with VaadinIcons in an example (#9534) | manishpatelUK | 2017-06-15 | 1 | -3/+3 |
| | | | FontAwesome is deprecated | ||||
* | Trying to lower the barrier to start following the tutorial (#9531) | Matti Tahvonen | 2017-06-14 | 1 | -1/+1 |
| | | | | * Trying to lower the barrier to start following the tutorial | ||||
* | Allow grid columns to optionally shrink to be narrower than contents | Artur | 2017-05-30 | 1 | -1/+5 |
| | | | Fixes #8548 | ||||
* | Fix drop indicator when Grid is scrolled (#9417) | Pekka Hyvönen | 2017-05-24 | 1 | -2/+4 |
| | | | | | 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. | ||||
* | Add style name to all dragged rows (#9388) | Adam Wagner | 2017-05-21 | 1 | -0/+2 |
| | | | * Add style name to all dragged rows to indicate that they are being dragged | ||||
* | Add style automatically to indicate that an element is being dragged (#9385) | Adam Wagner | 2017-05-19 | 1 | -3/+7 |
| | | | Closes #9223 | ||||
* | Add shorthand for adding a column with ComponentRenderer | Pekka Hyvönen | 2017-05-19 | 1 | -2/+2 |
| | |||||
* | Show drop hints when dropping in empty Grid (#9353) | Pekka Hyvönen | 2017-05-18 | 1 | -5/+9 |
| | | | | Also makes sure that the drop location and target row return something sensible in drop event. Clarifies docs on drop location. | ||||
* | Move tree-basic.png to the correct folder (#9363) | Aleksi Hietanen | 2017-05-18 | 1 | -0/+0 |
| | |||||
* | Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349) | Aleksi Hietanen | 2017-05-18 | 2 | -22/+9 |
| | |||||
* | Reflect latest Tree API and styling changes to the documentation | Ilia Motornyi | 2017-05-17 | 1 | -41/+28 |
| | |||||
* | Make it possible for grid drop target to accept dragged data when grid is ↵ | Adam Wagner | 2017-05-17 | 1 | -2/+9 |
| | | | | | | empty (#9332) * Make it possible for grid drop target to accept dragged data when grid is empty (#9068) * Make return type of getDropTargetRow() optional | ||||
* | Add mention of context menu and DnD collision on mobile devices (#9337) | Teemu Suo-Anttila | 2017-05-16 | 1 | -1/+3 |
| | | | | * Add mention of context menu and DnD collision on mobile devices | ||||
* | Add API for multiple drag data generators (#9321) | Adam Wagner | 2017-05-16 | 1 | -14/+14 |
| | | | | * Add ability to set multiple drag data generators for any drag data type and change default to be accepted by spreadsheet applications such as Excel | ||||
* | Refactor common methods in in-memory data providers (#9308) | Aleksi Hietanen | 2017-05-16 | 3 | -33/+33 |
| | | | | | | * Refactor common methods of InMemoryHierarchicalDataProvider and ListDataProvider to a single interface * Rename HierarchyData and InMemoryHierarchicalDataProvider, introduce HasHierarchicalDataProvider * Additionally adds a helper method for recursive constructing TreeData with a child item provider. | ||||
* | Add API to store any type of data in the dataTransfer object (#9319) | Adam Wagner | 2017-05-16 | 1 | -3/+18 |
| | |||||
* | Rename OSGi classes for Java naming conventions (#9320) | Henri Sara | 2017-05-15 | 1 | -4/+4 |
| | | | | | | - Rename OSGi to Osgi in class names. - Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with Spring, CDI etc. add-ons - Add missing javadoc | ||||
* | Update video link in tutorial.adoc (#9317) | Alejandro | 2017-05-15 | 1 | -3/+1 |
| | | | Updated Vaadin Designer video | ||||
* | Add mobile html5 dnd support using polyfill (#9282) | Pekka Hyvönen | 2017-05-11 | 1 | -6/+44 |
| | | | | | | | | | | | | | | | First step of mobile DND support. - Add mobile html5 dnd support using polyfill - Adds a switch for enabling mobile html5 dnd support - Adds polyfill only when needed - Ignore native Android Chrome drag start because doesn't work properly (no dragend event fired) - Add documentation on enabling mobile HTML5 DnD support - Add mention of drag-drop-polyfill license - Fixed issue in polyfill when not using "snapback" - Add mention of forked polyfill Fixes #9174 | ||||
* | Make it possible to upload files by dropping them onto a drop target (#9277) | Adam Wagner | 2017-05-11 | 1 | -0/+64 |
| | | | Fixes #8891 | ||||
* | Fix partly missing drag image regression on Safari | Pekka Hyvönen | 2017-05-10 | 1 | -9/+13 |
| | | | | Doesn't fix #9261, drag image missing on Safari when dragging grid row because that has position: absolute and offset. | ||||
* | Update example to Vaadin 8 (#9260) | dunand | 2017-05-08 | 1 | -7/+5 |
| | | | | | Replaced Result<String> with ValidationResult. Replaced variable input by value. Removed first phrase after example since it does not make sense anymore. | ||||
* | Fix HTML5 DnD regression for FF (#9245) | Pekka Hyvönen | 2017-05-05 | 1 | -5/+4 |
| | | | | | | | | | | | | - Always set some drag data - Set the dropEffect on dragEnter and dragOver events on drop target - Send the dropEffect to server on drop event with disclaimer of current support - Remove _dragOverCriteria_ and use _dropCriteria_ for `dragenter`, `dragover` and `drop` criteria Tested manually basic DnD and Grid DnD on Mac with Chrome, Firefox, Safari. Safari is still missing drag image (regression). Tested manually basic DnD and Grid Dnd on Windows IE11 and Edge. Drop event for both is still not working properly #9174. | ||||
* | Fix OSGi portlet documentation title | Henri Sara | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Documentation: fix wrong method name | dunand | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Tree documentation | Ilia Motornyi | 2017-05-04 | 12 | -10/+225 |
| | |||||
* | Fix three typos in the documentation (#9230) | Ilia Motornyi | 2017-05-04 | 2 | -3/+3 |
| | |||||
* | Mention the applied CSS styles in the documentation (#9219) | Adam Wagner | 2017-05-03 | 1 | -1/+19 |
| | |||||
* | Disable drag and drop for touch devices (#9216) | Adam Wagner | 2017-05-02 | 1 | -0/+5 |
| | |||||
* | Add method for checking whether drag event was cancelled (#9214) | Adam Wagner | 2017-05-02 | 1 | -2/+8 |
| | |||||
* | Update portlet documentation for OSGi portlets | Henri Sara | 2017-05-02 | 8 | -197/+138 |
| | |||||
* | Add note that multiple selection drags only visible rows (#9093) (#9198) | Adam Wagner | 2017-04-30 | 1 | -0/+5 |
| | |||||
* | Fix invalid link (#9183) | Artur | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | Fix typo in OSGi documentation | Henri Sara | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | Add documentation pre-release disclaimer for OSGi | Henri Sara | 2017-04-27 | 1 | -0/+2 |
| | |||||
* | Add documentation for Composite | Henri Sara | 2017-04-27 | 3 | -18/+31 |
| | |||||
* | Add OSGi documentation and release notes (#9155) | Henri Sara | 2017-04-26 | 2 | -0/+102 |
| | | | | Resolves #9141 Partly addresses #8999 |