aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fix key and active data mapping when adding a data objectTeemu Suo-Anttila2016-02-041-0/+1
* Fix SimpleDataProvider clean up and client-side data tracking on editTeemu Suo-Anttila2016-02-031-0/+1
* Split SimpleDataProvider from DataProvider super classTeemu Suo-Anttila2016-02-031-2/+2
* Add simple data update support to DataProviderTeemu Suo-Anttila2016-02-031-1/+18
* Add simple support for generic reset for data to DataProviderTeemu Suo-Anttila2016-02-031-1/+2
* Use key mapping to keep track of data on the client-sideTeemu Suo-Anttila2016-02-021-12/+96
* Add simple data add/remove support to DataProviderTeemu Suo-Anttila2016-02-021-0/+16
* Implement TypedDataGenerator support and clean up client-side codeTeemu Suo-Anttila2016-02-021-0/+45
* Add data communication for DataProvider for CollectionsTeemu Suo-Anttila2016-02-011-3/+28
* Add a dummy DataProvider for CollectionsTeemu Suo-Anttila2016-01-294-5/+55
* Make RpcDataProviderExtension more generic (#19266)Teemu Suo-Anttila2016-01-153-9/+52
* Minor ComboBox client side cleanup (#19929)Henri Sara2016-01-152-27/+2
* Move combo box selection update logic to handler (#19929)Henri Sara2016-01-152-90/+136
* Move more combo logic to handler (#19929)Henri Sara2016-01-152-58/+61
* Use a separate data received handler in VFilterSelect (#19929)Henri Sara2016-01-152-119/+156
* Move combo popup opener clicked flag to connector (#19929)Henri Sara2016-01-152-36/+30
* Refactor ComboBox pending selection handling (#19929)Henri Sara2016-01-152-80/+62
* Use accessors for combo internal state (#19929)Henri Sara2016-01-152-25/+114
* Remove obsolete code (#19929)Henri Sara2016-01-151-4/+0
* Remove UIDL references in VFilterSelect (#19929)Henri Sara2016-01-152-17/+27
* Request ComboBox pages with RPC (#19929)Henri Sara2016-01-151-6/+2
* Move ComboBox filtering mode to state (#19929)Henri Sara2016-01-151-6/+2
* Move ComboBox pageLength to state (#19929)Henri Sara2016-01-152-6/+2
* Send ComboBox selection with RPC (#19929)Henri Sara2016-01-152-7/+5
* Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-01-152-10/+52
* Create new items with RPC (#19929)Henri Sara2016-01-151-2/+1
* Move ComboBox communication to connector (#19929)Henri Sara2016-01-152-25/+94
* Create ComboBoxServerRpc stub (#19229)Henri Sara2016-01-151-0/+5
* Use shared state in ComboBox (#19229)Henri Sara2016-01-151-21/+24
* Clean up SingleSelectionModel client-side on data source change (#19469)Teemu Suo-Anttila2016-01-131-0/+10
* Add clarifying comment to CustomDetailsGeneratorTeemu Suo-Anttila2016-01-121-1/+3
* Add missing @since for 7.6.1Teemu Suo-Anttila2016-01-122-1/+3
* Use LayoutManager for details rows (#18821, #18619)Leif Ã…strand2016-01-124-11/+106
* Split VOverlay functionality to a new base class (#19347)Teemu Suo-Anttila2016-01-124-1010/+1070
* Fix ScrollbarBundle to not round down pixel values (#19421)Teemu Suo-Anttila2016-01-081-12/+2
* Support non-AbstractFieldConnector fields with Grid Editor (#19440)Teemu Suo-Anttila2016-01-071-6/+6
* Always set header/footer style name to TH (#19209)Artur Signell2016-01-071-1/+1
* ConnectorHierarchyChangeEvent.getParent() should return the connector (#18525)Artur Signell2016-01-071-11/+8
* Fixes exception when enter is pressed and there is nothing to select (#19149)Artur Signell2016-01-071-2/+10
* Add a client-side connector for DetailsComponentManager (#19412)Teemu Suo-Anttila2016-01-051-0/+36
* Listen to body for shortcut actions for standalone apps (#19392)Artur Signell2016-01-042-14/+19
* Add keyboard shortcut to save grid editor in buffered mode (#16842)Teemu Suo-Anttila2015-12-281-1/+9
* Fix WidgetRenderer column cells not correctly init on change (#19086)Teemu Suo-Anttila2015-12-222-2/+29
* Disable long tap support on iOS (#19367)Henri Sara2015-12-211-1/+1
* Ignore context click on resize handle (#19408)Henri Sara2015-12-211-0/+16
* Fix IE8 focus handling in Grid editor in unbuffered state (#19389)Teemu Suo-Anttila2015-12-181-1/+22
* Verify Column width after all sort related cell changes (#16597)Teemu Suo-Anttila2015-12-181-6/+4
* Disable Atmosphere online/offline handling (#19391)Artur Signell2015-12-171-0/+1
* Parse true/false as boolean values for push configuration (#19394)Artur Signell2015-12-171-2/+17
* Fix Grid column resize to take account min width for cells (#16597)Johannes Dahlström2015-12-162-45/+113