summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Fix Grid handling state changes and RPC calls deferred (#16188)Teemu Suo-Anttila2015-01-132-62/+83
| | * | | | | Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173)Henrik Paul2015-01-132-8/+24
| | * | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-12238-719/+834
| | |\ \ \ \ \
| | * | | | | | Support JsonValue types as declared types in state and RPC (#15560)Leif Åstrand2015-01-121-1/+8
| | * | | | | | A few small renames and typo fixes for GridJohannes Dahlström2015-01-112-3/+3
| | * | | | | | Format project, once againArtur Signell2015-01-0912-25/+39
| | * | | | | | Fix Grid editor hanging on exception in commit (#15536)Teemu Suo-Anttila2015-01-081-2/+2
| | * | | | | | RendererClickEvent now tells about propertyIds (#13334)Henrik Paul2015-01-081-0/+9
| | * | | | | | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-082-3/+3
| | * | | | | | Add getSelected functionality to SelectionEvents (#15513)Teemu Suo-Anttila2015-01-081-0/+10
| | * | | | | | Update @since for 7.4Artur Signell2015-01-089-9/+9
| | * | | | | | Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-072-9/+9
| | * | | | | | Fix adding rows to visible range of Grid (#15476)Teemu Suo-Anttila2015-01-021-1/+1
| | * | | | | | Fix Grid Header/Footer creating cells for unused properties (#15487)Teemu Suo-Anttila2015-01-022-2/+21
| | * | | | | | Fix Grid unnecessarily cleaning up stored property information (#15482)Teemu Suo-Anttila2014-12-312-1/+6
| | * | | | | | Fix active row range handling when removing rows (#15454)Teemu Suo-Anttila2014-12-311-21/+32
| | * | | | | | Add Table-compatible constructors to Grid (#15447)Leif Åstrand2014-12-311-8/+37
| | * | | | | | Fix RpcDataProviderExtension to send initial data on reload (#15465)Teemu Suo-Anttila2014-12-311-1/+2
| | * | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-2921-492/+517
| | |\ \ \ \ \ \
| | * | | | | | | Set @since values for Grid classesLeif Åstrand2014-12-188-19/+27
| | * | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-18131-143/+9225
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-182-9/+43
| | * | | | | | | | Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-172-27/+260
| | * | | | | | | | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-172-108/+118
| | * | | | | | | | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-175-5/+6
| | * | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-1710-217/+311
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
| | * | | | | | | | | Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-121-1/+10
| | * | | | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-122-13/+66
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-122-2/+2
| | * | | | | | | | | | Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)Teemu Suo-Anttila2014-12-126-87/+74
| | * | | | | | | | | | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-122-27/+222
| | * | | | | | | | | | 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-124-218/+114
| | * | | | | | | | | | 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-122-17/+15
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1248-218/+913
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-122-9/+8
| | * | | | | | | | | | | Do not prefix generated styles (#13334)Artur Signell2014-12-121-4/+0
| | * | | | | | | | | | | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-121-31/+34
| | * | | | | | | | | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-1210-122/+128
| | * | | | | | | | | | | Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-116-91/+50
| | * | | | | | | | | | | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-118-676/+577
| | * | | | | | | | | | | 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-1113-18/+18
| | * | | | | | | | | | | Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-115-28/+169
| | * | | | | | | | | | | Split and capitalize header captions by defaultArtur Signell2014-12-103-40/+10
| | * | | | | | | | | | | Add sanity checking to server side selection models (#13334)Teemu Suo-Anttila2014-12-105-7/+51
| | * | | | | | | | | | | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-102-6/+22
| | * | | | | | | | | | | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-102-500/+426