aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-171-8/+8
| | | The old name GridDragger gave an impression that you're dragging the whole grid instead of rows.
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-161-0/+58
| | | | This pathc also switches GridDragger to by default not allow drops on rows when the grid has been sorted.
* Update CDI tutorial wiki link (#10322)Olli Tietäväinen2017-11-151-1/+1
|
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-151-2/+9
| | | | | | | | | | | | | | | | | * Add new drop mode ON_GRID for GridDropTarget Also adds a way to not accept drops on rows when the user has sorted the grid. This way the bad UX can be avoided for showing the drop indicator for the wrong place when the grid has been sorted. This has not been made default behavior to GridDropTarget since it would change behavior compared to 8.1. Instead if is triggerable via API in GridDropTarget. * Refactor sorted grid drop logic to server side * Block setDropMode calls Blocking setDropMode set values if the grid has been sorted and drop on sorted rows is not allowed. The value is used once the grid is not sorted anymore or the drops are allowed on sorted rows.
* Fix link format (#10269)Henri Muurimaa2017-11-061-1/+1
|
* Fix typo (#10295)Mikko Inkinen2017-11-061-1/+1
|
* Fix bad grammar in declarative documentation (#10236)Pekka Hyvönen2017-10-231-4/+2
| | | | | | * Fix bad grammar in declarative documentation * Fix typos
* Typo in code (#10218)Oskar Bilén2017-10-201-1/+1
| | | Remove "java" from code example
* Fix typos (#10213)Ahmed Ashour2017-10-201-1/+1
| | | | | | * Fix typos * Fix
* Fix wrong method name in Grid docs (#10171)Pekka Hyvönen2017-10-111-1/+1
|
* Fix typos (#10124)Ahmed Ashour2017-10-0419-27/+27
|
* Add option to use PushState instead of URI fragments in Navigator (#10042)Teemu Suo-Anttila2017-09-274-43/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Rewrite unclear part in GridLayout documentationHenri Sara2017-09-251-1/+1
|
* Replace CRLF with LF (#10062)Henri Sara2017-09-2222-26565/+26565
| | | | | | | After this change, .gitattributes will take care of keeping native line endings. * Replace CRLF with LF in non-Java files
* Fix article links in articles/contents.asciidoc (#10048)Kari Söderholm2017-09-211-84/+84
| | | With this fix the links will work properly in vaadin.com
* Fix typo in anchor in SettingAndReadingCookies.asciidoc (#10047)Kari Söderholm2017-09-211-1/+1
|
* Add headers to community articles (#10028)Henri Muurimaa2017-09-2084-5/+511
|
* Remove drag and drop from Tree doc (#9992)Olli Tietäväinen2017-09-191-1/+0
| | | Tree does not support drag and drop right now (see #9804).
* Remove migration error messageErik Lumme2017-09-181-2/+0
|
* Fix typ and add attachment linkErik Lumme2017-09-151-2/+2
|
* Migrate AddingASplashScreen and CreatingMultiTabApplicationsErik Lumme2017-09-133-0/+84
|
* Migrate ConfigureInputFieldsToGuideDataEntryErik Lumme2017-09-137-0/+120
|
* Migrate BroadcastingMessagesToOtherUsersErik Lumme2017-09-132-0/+130
|
* Migrate CreatingABookmarkableApplicationWithBackButtonSupportErik Lumme2017-09-132-0/+141
|
* Migrate ViewChangeConfirmationsErik Lumme2017-09-132-0/+221
|
* Migrate OpeningAUIInAPopupWindowErik Lumme2017-09-132-0/+55
|
* Migrate ComponentAddonProjectSetupHowtoErik Lumme2017-09-132-0/+175
|
* Migrate GettingStartedOnNetBeansErik Lumme2017-09-134-0/+163
|
* Migrate DynamicallyUpdatingStateBeforeSendingChangesToClientErik Lumme2017-09-132-0/+86
|
* Migrate UsingDeclarativeServicesErik Lumme2017-09-132-0/+255
|
* Migrate CreatingAComponentExtensionErik Lumme2017-09-132-0/+93
|
* Migrate UsingRPCToSendEventsToTheClientErik Lumme2017-09-132-0/+148
|
* Migrate CreatingASimpleComponentContainerErik Lumme2017-09-132-0/+242
|
* Migrate CreatingANEclipseProjectErik Lumme2017-09-135-0/+99
|
* Migrate CreatingAServlet3.0ApplicationErik Lumme2017-09-132-0/+63
|
* Migrate LabelButtonsExpressivelyErik Lumme2017-09-135-0/+52
|
* Migrate VisuallyDistinguishPrimaryActionsErik Lumme2017-09-136-0/+97
|
* Migrate WidgetStylingUsingOnlyCSSErik Lumme2017-09-132-0/+173
|
* Fix indentationErik Lumme2017-09-131-18/+18
|
* Migrate CustomizingComponentThemeWithSassErik Lumme2017-09-132-0/+189
|
* Migrate RightAlignComparableNumericalFieldsErik Lumme2017-09-134-0/+53
|
* Migrate PackagingSCSSorCSSinAnAddOnErik Lumme2017-09-132-0/+160
|
* Migrate MarkRequiredFieldsAsSuchErik Lumme2017-09-134-0/+41
|
* Migrate ChangingThemeOnTheFlyErik Lumme2017-09-132-0/+36
|
* Migrate EnableAndDisableButtonsToIndicateStateErik Lumme2017-09-136-0/+184
|
* Migrate UseTooltipsToClarifyFunctionsErik Lumme2017-09-133-0/+33
|
* Migrate ValoThemeGettingStartedErik Lumme2017-09-132-0/+183
|
* Migrate CreatingAThemeUsingSassErik Lumme2017-09-132-0/+196
|
* Migrate ReadOnlyVsDisabledFieldsErik Lumme2017-09-138-0/+135
|
* Migrate ValoExamplesErik Lumme2017-09-132-0/+238
|