]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
6 years agoCompensate for Grid editor moving out of sync horizontally. (#11092)
Anna Koskinen [Mon, 13 Aug 2018 12:41:23 +0000 (15:41 +0300)]
Compensate for Grid editor moving out of sync horizontally. (#11092)

Fixes #10998

6 years agoChange documentation code samples to produce expected output (#11093)
nenad [Thu, 9 Aug 2018 10:00:59 +0000 (12:00 +0200)]
Change documentation code samples to produce expected output (#11093)

6 years agoFixed typo (#11073)
Ilia Motornyi [Fri, 20 Jul 2018 09:03:53 +0000 (12:03 +0300)]
Fixed typo (#11073)

6 years agoFix removal tabsheets if last one is selected (#11074)
Ilia Motornyi [Thu, 19 Jul 2018 12:14:51 +0000 (15:14 +0300)]
Fix removal tabsheets if last one is selected (#11074)

Backport #11070

Related to #10925

6 years agoFix initially selected CheckBox rendering in Safari (#11047)
Olli Tietäväinen [Wed, 18 Jul 2018 05:06:59 +0000 (08:06 +0300)]
Fix initially selected CheckBox rendering in Safari (#11047)

6 years agoAdd xsrf token header if cookie is present (#11040)
Ilia Motornyi [Wed, 18 Jul 2018 04:13:22 +0000 (07:13 +0300)]
Add xsrf token header if cookie is present (#11040)

Fixes #9471

6 years agoMemory leak fix in ConnectorTracker (#10743)
doggy-dev [Tue, 17 Jul 2018 12:50:47 +0000 (14:50 +0200)]
Memory leak fix in ConnectorTracker (#10743)

When finished with upload, streamVariable should be disposed.
Now StreamVariable is removed also from streamVariableToSeckey.
https://github.com/vaadin/framework/issues/10695 #10695

6 years agoFix validation build to work with new build agents (#11054)
Teemu Suo-Anttila [Tue, 17 Jul 2018 08:29:16 +0000 (11:29 +0300)]
Fix validation build to work with new build agents (#11054)

6 years agoUpdate GWT fork version (#10992)
Gilberto Torrezan [Tue, 19 Jun 2018 12:18:14 +0000 (15:18 +0300)]
Update GWT fork version (#10992)

6 years agoRemove unused class (#10990)
Ilia Motornyi [Tue, 19 Jun 2018 06:38:53 +0000 (08:38 +0200)]
Remove unused class (#10990)

* Remove unused class

6 years agoAdd fallback resolvers for CurrentInstance (#10974)
Gilberto Torrezan [Wed, 13 Jun 2018 07:08:04 +0000 (10:08 +0300)]
Add fallback resolvers for CurrentInstance (#10974)

* Add fallback resolvers for CurrentInstance

This allow applications to inject custom default instances when the
current instances cannot be found by regular means.

For example, when VaadinServlet.getCurrent() would return null, a
fallback resolver could be invoked to properly create the servlet and
return it.

* Make the setting of CurrentInstanceFallbackResolvers protected

* Remove the default constructor. Improve test.

* Made setFallbackResolver public again

* Rename the method to defineFallbackResolver, and make it throw when a
type is used twice

* Make the method thread-safe

* Make the method thread-safe in a Java 6 way

* Thread safety with ConcurrentHashMap API instead of just Map

* Improve test with fake classes.

* Clear the test state after it has been run.

6 years agoFix MultiSelectionRenderer right-click exception (#10945)
Ilia Motornyi [Wed, 23 May 2018 06:46:17 +0000 (09:46 +0300)]
Fix MultiSelectionRenderer right-click exception (#10945)

Related #10942

6 years agoOpen methods to allow custom static file serving logic (#10910)
Gilberto Torrezan [Fri, 11 May 2018 13:29:15 +0000 (16:29 +0300)]
Open methods to allow custom static file serving logic (#10910)

* Open methods to allow custom static file serving logic

The methods serveStaticResources and serveStaticResourcesInVAADIN have
been changed from private to protected to allow subclasses to change how
static files are served.

6 years agoAdded possibility to add listener for connectorMarkedDirty (#10876)
Gilberto Torrezan [Mon, 7 May 2018 13:24:39 +0000 (16:24 +0300)]
Added possibility to add listener for connectorMarkedDirty (#10876)

6 years agoUpdate V7 Docs community articles (#10637)
KatriHaapalinna [Mon, 7 May 2018 12:36:33 +0000 (15:36 +0300)]
Update V7 Docs community articles (#10637)

6 years agoDocumentattion: Fix asciidocs headings H1 (#10883)
Ilia Motornyi [Fri, 4 May 2018 11:16:33 +0000 (14:16 +0300)]
Documentattion: Fix asciidocs headings H1 (#10883)

6 years agoUpdate Copyright headers for year 2018 (#10762)
Ilia Motornyi [Wed, 28 Mar 2018 10:30:07 +0000 (13:30 +0300)]
Update Copyright headers for year 2018 (#10762)

6 years agoAllow configuring content modes for Grid cell tooltips (#10396)
Leif Åstrand [Tue, 6 Feb 2018 14:32:41 +0000 (16:32 +0200)]
Allow configuring content modes for Grid cell tooltips (#10396)

6 years agoUpdate broken link for parking app (#10525)
Pekka Hyvönen [Tue, 30 Jan 2018 14:59:11 +0000 (16:59 +0200)]
Update broken link for parking app (#10525)

6 years agoFix removeUI assertions to work with proxy UIs (#10575)
Teemu Suo-Anttila [Mon, 29 Jan 2018 11:51:14 +0000 (13:51 +0200)]
Fix removeUI assertions to work with proxy UIs (#10575)

6 years agoFix scrolling problem in table in Chrome 56+ (#10492)
Artur [Fri, 5 Jan 2018 13:13:55 +0000 (15:13 +0200)]
Fix scrolling problem in table in Chrome 56+ (#10492)

* Fix scrolling problem in table in Chrome 56+

Fixes #8707

* Remove commented code

6 years agoAdd missing since tag to new method (#10458) 7.7.13
Adam Wagner [Thu, 21 Dec 2017 09:04:25 +0000 (11:04 +0200)]
Add missing since tag to new method (#10458)

* Add missing since tag to new method

6 years agoPrevent killing UI if heartbeats are pending (#10371) (#10450)
Olli Tietäväinen [Wed, 20 Dec 2017 14:48:56 +0000 (16:48 +0200)]
Prevent killing UI if heartbeats are pending (#10371) (#10450)

* Prevent killing UI if heartbeats are pending (#10371)

Fixes #9663

* fixed Java 1.8 syntax -> 1.6

6 years agoEnsure Upload is properly reset after an upload is interrupted (#9635) (#10457)
Anna Koskinen [Wed, 20 Dec 2017 14:13:36 +0000 (16:13 +0200)]
Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457)

* Ensure Upload is properly reset after an upload is interrupted (#9635)

6 years agoFix grid details height calculation issue (#10453)
Adam Wagner [Wed, 20 Dec 2017 10:22:05 +0000 (12:22 +0200)]
Fix grid details height calculation issue (#10453)

6 years agoFix column width resize event firing when mode is SIMPLE (#10452)
Adam Wagner [Tue, 19 Dec 2017 09:08:18 +0000 (11:08 +0200)]
Fix column width resize event firing when mode is SIMPLE (#10452)

6 years agoUse new validation screenshots (#10444)
Teemu Suo-Anttila [Fri, 15 Dec 2017 14:58:35 +0000 (16:58 +0200)]
Use new validation screenshots (#10444)

6 years agoAdd disclaimers about performance to TreeTable (#10381)
Teemu Suo-Anttila [Wed, 29 Nov 2017 11:27:39 +0000 (13:27 +0200)]
Add disclaimers about performance to TreeTable (#10381)

7 years agoadded missing javadocs and since tags (#10315) 7.7.12
Olli Tietäväinen [Mon, 13 Nov 2017 12:58:26 +0000 (14:58 +0200)]
added missing javadocs and since tags (#10315)

* added missing javadocs and since tags

* fix formatting of javadocs

7 years agoMake focus circulate in modal dialog to improve accessibility (#10311)
Adam Wagner [Mon, 13 Nov 2017 08:57:01 +0000 (10:57 +0200)]
Make focus circulate in modal dialog to improve accessibility (#10311)

* Make focus circulate in modal dialog to improve accessibility (#10260)

Make focus circulate in modal dialog to improve accessibility

* Backport window order event

* Correct since tag

* Correct copyright header

7 years agohand-picked fix to #5043 combobox suggestion popup on scroll (#10307)
Olli Tietäväinen [Mon, 13 Nov 2017 08:18:46 +0000 (10:18 +0200)]
hand-picked fix to #5043 combobox suggestion popup on scroll (#10307)

* hand-picked fix to #5043 combobox suggestion popup on scroll

* cleanup

7 years agoSet no-store headers on UIDL messages (#10308)
Olli Tietäväinen [Mon, 13 Nov 2017 07:16:25 +0000 (09:16 +0200)]
Set no-store headers on UIDL messages (#10308)

UIDL might contain sensitive information that we should prevent from
being stored anywhere.

7 years agoGWT upgrade
Olli Tietäväinen [Fri, 10 Nov 2017 15:13:18 +0000 (17:13 +0200)]
GWT upgrade

7 years agoAdd missing @since tags and missing javadocs (#10155) 7.7.11
Olli Tietäväinen [Tue, 10 Oct 2017 09:58:59 +0000 (12:58 +0300)]
Add missing @since tags and missing javadocs (#10155)

7 years agoFix click in subclasses of Grid (#10144)
Adam Wagner [Tue, 10 Oct 2017 08:29:42 +0000 (10:29 +0200)]
Fix click in subclasses of Grid (#10144)

Add findWidget() method to accept non exact matches.

7 years agoSupport null intermediate properties in NestedMethodProperty (#10085)
Vassil Zorev [Wed, 4 Oct 2017 07:31:55 +0000 (10:31 +0300)]
Support null intermediate properties in NestedMethodProperty (#10085)

Ignore null intermediate properties in setValue().

7 years agoImplement error level on client side (#9816)
Adam Wagner [Tue, 26 Sep 2017 07:20:49 +0000 (10:20 +0300)]
Implement error level on client side (#9816)

Add additional class names and style to components and error indicators to distinguish different error levels.

Vaadin 7 solution for #3139

7 years agoFix article links in articles/contents.asciidoc (for 7.7 branch) (#10049)
Kari Söderholm [Thu, 21 Sep 2017 06:29:19 +0000 (09:29 +0300)]
Fix article links in articles/contents.asciidoc (for 7.7 branch) (#10049)

With this fix the links will work properly in vaadin.com

7 years agoAdd headers to community articles (#10029)
Henri Muurimaa [Wed, 20 Sep 2017 05:18:02 +0000 (08:18 +0300)]
Add headers to community articles (#10029)

7 years agoMigrate Vaadin 7 wiki articles to documentation (#9993)
Henri Sara [Tue, 19 Sep 2017 06:50:11 +0000 (09:50 +0300)]
Migrate Vaadin 7 wiki articles to documentation (#9993)

7 years agoAdd TouchKit disclaimer 9993/head pr9993/r3
Erik Lumme [Mon, 18 Sep 2017 09:18:51 +0000 (12:18 +0300)]
Add TouchKit disclaimer

7 years agoRemove instances of Error message in source pr9993/r2
Erik Lumme [Mon, 18 Sep 2017 08:35:42 +0000 (11:35 +0300)]
Remove instances of Error message in source

7 years agoAdd missing link pr9993/r1
Erik Lumme [Fri, 15 Sep 2017 11:48:42 +0000 (14:48 +0300)]
Add missing link

7 years agoMigrate MigratingFromVaadin6ToVaadin7
Erik Lumme [Fri, 15 Sep 2017 11:47:58 +0000 (14:47 +0300)]
Migrate MigratingFromVaadin6ToVaadin7

7 years agoMigrate MigratingFromVaadin7.0ToVaadin7.1
Erik Lumme [Fri, 15 Sep 2017 10:55:08 +0000 (13:55 +0300)]
Migrate MigratingFromVaadin7.0ToVaadin7.1

7 years agoAdd missing link
Erik Lumme [Fri, 15 Sep 2017 10:43:59 +0000 (13:43 +0300)]
Add missing link

7 years agoMigrate UsingGridWithInlineData
Erik Lumme [Fri, 15 Sep 2017 10:43:10 +0000 (13:43 +0300)]
Migrate UsingGridWithInlineData

7 years agoMIgrate ShowingDataInGrid
Erik Lumme [Fri, 15 Sep 2017 10:40:34 +0000 (13:40 +0300)]
MIgrate ShowingDataInGrid

7 years agoMigrate UsingGridWithAContainer
Erik Lumme [Fri, 15 Sep 2017 10:34:50 +0000 (13:34 +0300)]
Migrate UsingGridWithAContainer

7 years agoMigrate CreatingATextFieldForIntegerOnlyInputUsingADataSource
Erik Lumme [Fri, 15 Sep 2017 10:29:17 +0000 (13:29 +0300)]
Migrate CreatingATextFieldForIntegerOnlyInputUsingADataSource

7 years agoMigrate ShowingExtraDataForGridRows
Erik Lumme [Fri, 15 Sep 2017 10:25:49 +0000 (13:25 +0300)]
Migrate ShowingExtraDataForGridRows

7 years agoMigrate CreatingAMasterDetailsViewForEditingPersons
Erik Lumme [Fri, 15 Sep 2017 10:18:47 +0000 (13:18 +0300)]
Migrate CreatingAMasterDetailsViewForEditingPersons

7 years agoMigrate CreatingACustomFieldFOrEditingTheAddressOfAPerson
Erik Lumme [Fri, 15 Sep 2017 10:08:23 +0000 (13:08 +0300)]
Migrate CreatingACustomFieldFOrEditingTheAddressOfAPerson

7 years agoMigrate Vaadin7HierachicalContainerANdTreeComponentExampleWithLiferayOrganizationService
Erik Lumme [Fri, 15 Sep 2017 09:53:03 +0000 (12:53 +0300)]
Migrate Vaadin7HierachicalContainerANdTreeComponentExampleWithLiferayOrganizationService

7 years agoMigrate ConfiguringGridColumnWidths
Erik Lumme [Fri, 15 Sep 2017 09:43:57 +0000 (12:43 +0300)]
Migrate ConfiguringGridColumnWidths

7 years agoMigrate FormattingDataInGrid
Erik Lumme [Fri, 15 Sep 2017 09:40:34 +0000 (12:40 +0300)]
Migrate FormattingDataInGrid

7 years agoMigrate CreaingAtextFieldFOrIntegerONlyINputWhenNotUsingADtaSource
Erik Lumme [Fri, 15 Sep 2017 09:34:10 +0000 (12:34 +0300)]
Migrate CreaingAtextFieldFOrIntegerONlyINputWhenNotUsingADtaSource

7 years agoMigrate CreatingAReusableVaadinThemeInEclipse
Erik Lumme [Fri, 15 Sep 2017 09:01:07 +0000 (12:01 +0300)]
Migrate CreatingAReusableVaadinThemeInEclipse

7 years agoMigrate AutoGeneratingAFormBasedOnABeanVaadin6StyleForm
Erik Lumme [Fri, 15 Sep 2017 08:51:29 +0000 (11:51 +0300)]
Migrate AutoGeneratingAFormBasedOnABeanVaadin6StyleForm

7 years agoMigrate JMeterTesting
Erik Lumme [Fri, 15 Sep 2017 08:46:30 +0000 (11:46 +0300)]
Migrate JMeterTesting

7 years agoFix title
Erik Lumme [Fri, 15 Sep 2017 08:26:50 +0000 (11:26 +0300)]
Fix title

7 years agoMigrate SimplifiedRPCUsingJavaScript
Erik Lumme [Fri, 15 Sep 2017 08:25:10 +0000 (11:25 +0300)]
Migrate SimplifiedRPCUsingJavaScript

7 years agoMigrate AddingJPAToTheAddressBookDemo
Erik Lumme [Fri, 15 Sep 2017 08:02:28 +0000 (11:02 +0300)]
Migrate AddingJPAToTheAddressBookDemo

7 years agoFix formatting error
Erik Lumme [Fri, 15 Sep 2017 06:44:37 +0000 (09:44 +0300)]
Fix formatting error

7 years agoMigrate UsingHibernateWithvaadin
Erik Lumme [Fri, 15 Sep 2017 06:43:26 +0000 (09:43 +0300)]
Migrate UsingHibernateWithvaadin

7 years agoMigrate ScalaAndVaadinHOWTO
Erik Lumme [Fri, 15 Sep 2017 06:17:52 +0000 (09:17 +0300)]
Migrate ScalaAndVaadinHOWTO

7 years agoMigrate UsingPhoneGapBuildWithVaadinTouchKit
Erik Lumme [Fri, 15 Sep 2017 06:10:39 +0000 (09:10 +0300)]
Migrate UsingPhoneGapBuildWithVaadinTouchKit

7 years agoMigrate UsingPython
Erik Lumme [Thu, 14 Sep 2017 13:52:51 +0000 (16:52 +0300)]
Migrate UsingPython

7 years agoMigrate UsingVaadinInAnExistingGWTProject
Erik Lumme [Thu, 14 Sep 2017 13:36:17 +0000 (16:36 +0300)]
Migrate UsingVaadinInAnExistingGWTProject

7 years agoMigrate BuildingVaadinApplicationsOnTopOfActiviti
Erik Lumme [Thu, 14 Sep 2017 13:14:22 +0000 (16:14 +0300)]
Migrate BuildingVaadinApplicationsOnTopOfActiviti

7 years agoMigrate JasperReportsOnVaadinSample
Erik Lumme [Thu, 14 Sep 2017 12:48:24 +0000 (15:48 +0300)]
Migrate JasperReportsOnVaadinSample

7 years agoUpdate title
Erik Lumme [Thu, 14 Sep 2017 12:38:09 +0000 (15:38 +0300)]
Update title

7 years agoMigrate CreatingABasicApplication
Erik Lumme [Thu, 14 Sep 2017 10:51:12 +0000 (13:51 +0300)]
Migrate CreatingABasicApplication

7 years agoMigrate FindingTheCurrentRootAndApplication
Erik Lumme [Thu, 14 Sep 2017 10:45:44 +0000 (13:45 +0300)]
Migrate FindingTheCurrentRootAndApplication

7 years agoMigrate VAccessControl
Erik Lumme [Thu, 14 Sep 2017 10:42:05 +0000 (13:42 +0300)]
Migrate VAccessControl

7 years agoMigrate CreatingAnApplicationWithDIfferentFeaturesForDIfferentClients
Erik Lumme [Thu, 14 Sep 2017 10:25:06 +0000 (13:25 +0300)]
Migrate CreatingAnApplicationWithDIfferentFeaturesForDIfferentClients

7 years agoMigrate ChangingTheDefaultConvertersForAnApplication
Erik Lumme [Thu, 14 Sep 2017 10:21:50 +0000 (13:21 +0300)]
Migrate ChangingTheDefaultConvertersForAnApplication

7 years agoMigrate CreatingYourOwnConverterForString
Erik Lumme [Thu, 14 Sep 2017 10:03:22 +0000 (13:03 +0300)]
Migrate CreatingYourOwnConverterForString

7 years agoMigrate OfflineModeForTouchKit4MobileApps
Erik Lumme [Thu, 14 Sep 2017 09:57:43 +0000 (12:57 +0300)]
Migrate OfflineModeForTouchKit4MobileApps

7 years agoMigrate UsingJDBCwithLazyQueryContainerAndFilteringTable
Erik Lumme [Thu, 14 Sep 2017 08:43:30 +0000 (11:43 +0300)]
Migrate UsingJDBCwithLazyQueryContainerAndFilteringTable

7 years agoMigrate LazyQueryContainer
Erik Lumme [Thu, 14 Sep 2017 07:23:24 +0000 (10:23 +0300)]
Migrate LazyQueryContainer

7 years agoUpdate application-errors.asciidoc (#9971)
Michael Benz [Tue, 12 Sep 2017 10:26:18 +0000 (12:26 +0200)]
Update application-errors.asciidoc (#9971)

Update application-errors.asciidoc removing reference to out-of-sync error, which hasn't been used since version 7.5.

7 years agoFix invalid user visible value in ComboBox (#8115)
Matti Tahvonen [Wed, 6 Sep 2017 09:25:09 +0000 (12:25 +0300)]
Fix invalid user visible value in ComboBox (#8115)

Closes #7902

7 years agoFix ListSelect scrolling behavior on IE (#9910)
Aleksi Hietanen [Mon, 4 Sep 2017 07:56:58 +0000 (10:56 +0300)]
Fix ListSelect scrolling behavior on IE (#9910)

Fixes #9894

7 years agoResize should work within Grid details row (#9799)
Ansku [Thu, 17 Aug 2017 06:32:48 +0000 (09:32 +0300)]
Resize should work within Grid details row (#9799)

Fixes #7341

7 years agoUse separate identifier for push connections (#9150)
Olli Tietäväinen [Thu, 10 Aug 2017 13:07:42 +0000 (16:07 +0300)]
Use separate identifier for push connections (#9150)

By using a separate id we can avoid sending the sessions
CSRF token as a GET parameter when initializing a push connection.

Cherry-picked from #8700 to the 7.7 branch.

7 years agoFix occasional empty rows in Table and TreeTable (#9551)
mlindfors [Wed, 9 Aug 2017 11:14:10 +0000 (14:14 +0300)]
Fix occasional empty rows in Table and TreeTable (#9551)

There's an intermittently happening issue with both Table and TreeTable, which results in row data disappearing.
This change removes a method which is probably a vestigial one from over five years ago and other changes are handling the things the method used to perform. Currently the method removes rows deemed unnecessary from the row buffer. The problem is, those rows are visible to the user and removing causes row contents to be lost.
Also included are manually runnable test cases which demonstrate that this removal actually prevents the issue from happening.

Fixes #7964
Fixes #5030

7 years agoAdded loop and preload attributes for media elements, fixed null poster (#9161)
Krassimir Valev [Tue, 8 Aug 2017 12:21:15 +0000 (14:21 +0200)]
Added loop and preload attributes for media elements, fixed null poster (#9161)

Fixes #7261
Fixes #5178
Fixes #4409

7 years agoDo full connector tracker cleanup when the session lock is released (#9707) (#9730)
Artur [Tue, 1 Aug 2017 07:56:41 +0000 (10:56 +0300)]
Do full connector tracker cleanup when the session lock is released (#9707) (#9730)

As there is no "request end" call after invoking UI.access() from a background thread,
the connector map was not earlier properly cleaned afterwards. If you toggled visibility of a
component from the background thread, the tracker state became inconsistent.

If this becomes a performance problem, it could probably be optimized to that cleanup
is done in request end and only at the end of access if not inside a request.

Backported from master
Fixes #9693

7 years agoAdd missing @since tags for 7.7.9 7.7.10
Olli Tietäväinen [Mon, 12 Jun 2017 13:24:43 +0000 (16:24 +0300)]
Add missing @since tags for 7.7.9

7 years agoAllow changing NavigationStateManager (#9416)
apolds [Wed, 24 May 2017 05:34:28 +0000 (07:34 +0200)]
Allow changing NavigationStateManager (#9416)

Unregister old NavigationStateManager before setting new one (backport of #9410).

Fixes #9406

7 years agoRemove warning for shortcuts on disabled connector (#9369)
Olli Tietäväinen [Fri, 19 May 2017 10:17:42 +0000 (13:17 +0300)]
Remove warning for shortcuts on disabled connector (#9369)

Remove unnecessary warning on server log when using shortcut on disabled connector.

Fixes #6951

7 years agoClean connector tracker after each access block to stop memory leaks (#9331)
Artur [Wed, 17 May 2017 10:06:47 +0000 (13:06 +0300)]
Clean connector tracker after each access block to stop memory leaks (#9331)

Immediately clean connectors which the client side does not know about

Fixes #9303

7 years agoUpgrade GWT version 7.7.9
Ilia Motornyi [Fri, 5 May 2017 11:24:07 +0000 (14:24 +0300)]
Upgrade GWT version

7 years agoFix issues in Grid with undefined height (#9118)
Teemu Suo-Anttila [Thu, 20 Apr 2017 14:08:54 +0000 (17:08 +0300)]
Fix issues in Grid with undefined height (#9118)

7 years agoFix removing rows over the cached range in Grid
Johannes Tuikkala [Thu, 20 Apr 2017 09:42:52 +0000 (12:42 +0300)]
Fix removing rows over the cached range in Grid

Fixes #8840 for 7.7

7 years agoFix client-side memory leak caused by Grid events (#9062)
Aleksi Hietanen [Wed, 19 Apr 2017 07:33:01 +0000 (10:33 +0300)]
Fix client-side memory leak caused by Grid events (#9062)

Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their
descendants to follow the pattern used in other GWT DomEvents.

Fixes #7633

7 years agoFix calendar dateclick does not work when in readonly mode (#9065)
davidef [Wed, 19 Apr 2017 06:28:06 +0000 (08:28 +0200)]
Fix calendar dateclick does not work when in readonly mode (#9065)

Fixes #4967

7 years agoFix bug column and row expand ratio are not persisted
Tien Nguyen [Thu, 6 Apr 2017 10:21:07 +0000 (13:21 +0300)]
Fix bug column and row expand ratio are not persisted

Fixes #9009

7 years agoFixed links to domain model
Alejandro [Mon, 27 Mar 2017 13:18:36 +0000 (15:18 +0200)]
Fixed links to domain model