summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-022-54/+88
* Grid's client selection model is now the same as server-side (#13334)Henrik Paul2014-10-011-1/+1
* De-genericize clientside NumberRenderer (#13334)Johannes Dahlström2014-09-301-1/+1
* Fix indexing issues when removing Grid columns (#13334)Teemu Suo-Anttila2014-09-302-10/+13
* Add convenience constructors to client-side Date+NumberRenderer (#13334)Johannes Dahlström2014-09-292-3/+22
* Map row data with column ids instead of using an array (#13334)Teemu Suo-Anttila2014-09-261-16/+3
* Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-263-3/+82
* Make complex renderer .init() abstract (#13334)Teemu Suo-Anttila2014-09-253-12/+15
* Add setHeader functionality for GridColumns (#13334)Teemu Suo-Anttila2014-09-251-0/+27
* Fix GridStaticSection communication to use column ids (#13334)Teemu Suo-Anttila2014-09-241-17/+6
* Add addColumns functionality to Grid (#13334)Teemu Suo-Anttila2014-09-241-0/+13
* Fix GridKeyEvents to provide correct API for different types (#13334)Teemu Suo-Anttila2014-09-244-2/+164
* Add support for relative sizes for Escalator/Grid (#13334)Henrik Paul2014-09-233-9/+50
* Makes Escalator and Grid DeferredWorkers (#13334)Henrik Paul2014-09-222-2/+30
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-2073-0/+17537
|\
| * Implement commit/discard functionality for editor row (#13334)Johannes Dahlström2014-09-193-5/+128
| * Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-191-8/+75
| * Scroll editor row horizontally along with the rest of grid (#13334)Johannes Dahlström2014-09-191-0/+20
| * Fixes an assumption bug with EditorRow (#13334)Henrik Paul2014-09-173-8/+19
| * Fix Grid active cell navigation with colspans (#13334)Teemu Suo-Anttila2014-09-161-1/+1
| * Fix client-side StaticRow to use GridColumn instead of index (#13334)Teemu Suo-Anttila2014-09-163-103/+107
| * Prevent dispatching GridKeyEvents when target is not grid (#13334)Teemu Suo-Anttila2014-09-154-23/+28
| * Fixes Escalator's assertion error regarding scroll position (#13334)Henrik Paul2014-09-121-0/+39
| * Implement data binding and edit cancel mechanism for editor row (#13334)Johannes Dahlström2014-09-113-8/+114
| * Implement client-side editor row widget binding (#13334)Johannes Dahlström2014-09-094-8/+130
| * Fixes exception while hiding the last Grid column (#13334)Henrik Paul2014-09-091-1/+17
| * Fix and unify multi-column sorting behavior (#13334)Patrik Lindström2014-09-091-97/+88
| * Fixes Escalator's insertColumns and removeColumns (#13334)Henrik Paul2014-09-092-104/+97
| * Adjust active cell on body row add/remove (#13334)Teemu Suo-Anttila2014-09-091-0/+53
| * Fixes a missing/superfluous row in column modifications (#13334)Henrik Paul2014-09-091-3/+17
| * Pass editor row enabled state in shared state (#13334)Johannes Dahlström2014-09-091-0/+4
| * Fix ActiveCellHandler colspan support in headers and footers (#13334)Teemu Suo-Anttila2014-09-081-48/+69
| * Make Grid call ComplexRenderer.onActivate when needed (#13334)Teemu Suo-Anttila2014-09-082-29/+56
| * Removes confusing "rowContainers" array (#13334)Henrik Paul2014-09-081-13/+10
| * Use correct function for adding HeaderKeyUpHandler (#13334)Teemu Suo-Anttila2014-09-041-1/+1
| * Optimizes adding and removing of columns (#13334)Henrik Paul2014-09-031-38/+36
| * Merge "Merge remote-tracking branch 'origin/master' into grid" into gridHenrik Paul2014-09-0311-255/+435
| |\
| | * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-0311-255/+435
| | |\
| * | | Add handler adding functions for all GridKeyEvents (#13334)Teemu Suo-Anttila2014-09-032-41/+100
| |/ /
| * | Add keyboard sorting controls (#13334)Patrik Lindström2014-09-022-5/+71
| * | Fix MultiSelectionRenderer call for transactionPin (#13334)Teemu Suo-Anttila2014-09-021-6/+9
| * | Lock vertical scrolling while editor row is open (#13334)Johannes Dahlström2014-09-011-0/+3
| * | Scroll non-visible rows to view when opened for editing (#13334)Johannes Dahlström2014-09-013-16/+31
| * | Refactor Grid event handling (#13334)Johannes Dahlström2014-09-011-17/+26
| * | Initial client-side editor row implementation (#13334)Johannes Dahlström2014-08-293-35/+309
| * | ScrollbarBundle, Escalator and Grid fire Scroll events (#13334)Henrik Paul2014-08-2819-45/+224
| * | Remove widget attach/detach logging from Grid (#13334)Teemu Suo-Anttila2014-08-281-4/+0
| * | Fix ActiveCellHandler scrolling to frozen columns (#13334)Teemu Suo-Anttila2014-08-271-1/+6
| * | Remove type parameters from GridKeyEvents (#13334)Teemu Suo-Anttila2014-08-2615-41/+40
| * | Fix server side HeaderCell.setHtml() (#13334)Teemu Suo-Anttila2014-08-261-3/+5