aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Grid.java
Commit message (Expand)AuthorAgeFilesLines
* Update @since for 7.4.1Leif Åstrand2015-03-051-1/+1
* Method for requesting column width recalculation (#16748)Artur Signell2015-03-021-0/+13
* Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-02-231-1/+1
* Remove grid.[set|get]EditorField(Object, Field) (#16538)Leif Åstrand2015-02-091-45/+29
* Rename getCancelCaption to mention Editor (#16551)Leif Åstrand2015-02-091-1/+1
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-061-2/+2
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-061-0/+30
* Show editor save error (#16602)Leif Åstrand2015-02-061-9/+30
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-061-15/+61
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-051-17/+99
* 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