summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Grid.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Grid now uses ObjectRenderer by default (#15417)"Artur Signell2015-02-051-38/+20
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-051-0/+50
* Merge branch 'grid'Henrik Paul2015-02-031-1/+12
|\
| * Getter for editor field factory (#16512)Artur Signell2015-01-291-0/+12
* | Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-031-0/+138
* | Use a custom field factory for editor row (#16513)Artur Signell2015-02-031-0/+61
|/
* Better human readable captions for nested properties (#16433)Artur Signell2015-01-271-1/+1
* Grid now uses ObjectRenderer by default (#15417)Henrik Paul2015-01-271-20/+38
* Fix Grid setting non-sortable column sortable (#16483)Teemu Suo-Anttila2015-01-261-5/+14
* Fix Editor creating fields before client Grid can attach them (#16214)Teemu Suo-Anttila2015-01-201-18/+22
* Prevent setting column sortable if container is not sortable (#16320)Teemu Suo-Anttila2015-01-201-0/+17
* Improve Grid selection method javadocs and exception messages (#16259)Johannes Dahlström2015-01-201-44/+57
* Fix Grid trying to sort Container that is not Sortable (#16311)Teemu Suo-Anttila2015-01-191-4/+2
* Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-151-2/+8
* Add sanity check to removeColumn in Grid server side (#16219)Teemu Suo-Anttila2015-01-151-1/+9
* Uses userOriginated for sort event (#16194)Henrik Paul2015-01-151-2/+1
* Fix grid sorting on init and sorting with unused properties (#16192)Teemu Suo-Anttila2015-01-141-11/+51
* Add ItemClickEvents to Grid (#15449)Teemu Suo-Anttila2015-01-141-1/+40
* Discard changes in server-side Grid.cancelEditor() (#16199)Johannes Dahlström2015-01-131-1/+3
* Fix Grid handling state changes and RPC calls deferred (#16188)Teemu Suo-Anttila2015-01-131-14/+32
* A few small renames and typo fixes for GridJohannes Dahlström2015-01-111-2/+2
* Fix Grid editor hanging on exception in commit (#15536)Teemu Suo-Anttila2015-01-081-2/+2
* Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-081-1/+1
* Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-071-7/+7
* Fix Grid Header/Footer creating cells for unused properties (#15487)Teemu Suo-Anttila2015-01-021-2/+1
* Fix Grid unnecessarily cleaning up stored property information (#15482)Teemu Suo-Anttila2014-12-311-1/+0
* Add Table-compatible constructors to Grid (#15447)Leif Åstrand2014-12-311-8/+37
* Set @since values for Grid classesLeif Åstrand2014-12-181-1/+1
* Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-181-1/+27
* Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-171-27/+89
* Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-171-76/+86
* Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-171-1/+2
* Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-121-1/+10
* Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-121-1/+1
* Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)Teemu Suo-Anttila2014-12-121-41/+35
* Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-121-20/+193
* Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-121-0/+135
* Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-121-149/+84
* Remove unnecessary @since and @author JavaDoc markings (#13334)Teemu Suo-Anttila2014-12-121-15/+0
* Remove SortEventOriginator and replace it with a boolean (#13334)Teemu Suo-Anttila2014-12-121-10/+8
* Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-121-4/+3
* Do not prefix generated styles (#13334)Artur Signell2014-12-121-4/+0
* Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-121-5/+8
* Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-111-3/+3
* Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-111-4/+575
* Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-111-24/+8
* Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-111-2/+2
* Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-111-1/+4
* Split and capitalize header captions by defaultArtur Signell2014-12-101-1/+3
* Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-101-441/+363