aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-191-1/+360
|\
| * Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-181-10/+51
| * Grid's Details can now be Components (#16644)Henrik Paul2015-03-171-1/+229
| * Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-171-0/+91
* | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-191-0/+159
| |
| \
*-. \ Merge remote-tracking branches 'origin/grid-detailsrow' and 'origin/grid-colu...Henrik Paul2015-03-171-2/+151
|\ \ \ | | |/ | |/|
| | * Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-068-54/+214
| | |\
| | * | Fire server-side event when column order changes. (#16643)Pekka Hyvönen2015-02-191-1/+85
| | * | Update server side state when columns are reordered. (#16643)Pekka Hyvönen2015-02-181-0/+40
| | * | Toggle column reordering from server side. Tests for reordering. #16643Pekka Hyvönen2015-02-171-0/+25
| * | | Merge branch 'master' into detailsrowHenrik Paul2015-03-124-17/+18
| |\ \ \ | |/ / / |/| | |
| * | | Fixes a bug with escalator.scrollToRow and spacers (#16644)Henrik Paul2015-03-051-2/+2
* | | | Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-111-1/+1
* | | | Using ComponentFactory in DesignContext.getDefaultInstance() (#16990)Alexey Fansky2015-03-101-10/+11
| |_|/ |/| |
* | | Update @since for 7.4.1Leif Åstrand2015-03-052-6/+6
|/ /
* | Method for requesting column width recalculation (#16748)Artur Signell2015-03-021-0/+13
* | Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-02-271-3/+15
* | Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-262-40/+124
* | Cleanup UI even if detach fails (#16651)Artur Signell2015-02-231-1/+6
* | Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-02-231-1/+1
* | Javadoc fixArtur Signell2015-02-181-3/+4
* | Make push path configurable (#14432).Tapio Aali2015-02-181-1/+46
|/
* Declarative support for Image, Flash, BrowserFrame (#15551,#16327,#15552,#16325)Artur Signell2015-02-102-0/+117
* 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-0611-12/+12
* Enable navigation on a readonly Calendar. (#16523)Sauli Tähkäpää2015-02-061-6/+0
* 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
* Declarative support for ProgressBar (#16316)Artur Signell2015-02-053-82/+36
* Declarative support for Link (#16322)Artur Signell2015-02-051-0/+36
* Declarative support for RichTextArea (#16326)Artur Signell2015-02-051-0/+14
* Declarative support for AbstractSelect (#15545)Artur Signell2015-02-054-1/+111
* Simplified declarative convertersArtur Signell2015-02-054-53/+233
* Revert "Grid now uses ObjectRenderer by default (#15417)"Artur Signell2015-02-052-84/+20
* Add missing @since to VScrollTable and Table.Sauli Tähkäpää2015-02-051-1/+7
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-051-0/+50
* Use cache when reading declarative format (#16572)Artur Signell2015-02-041-2/+2
* Use non-blocking Map implementation for caches (#16582)Leif Åstrand2015-02-044-19/+11
* Merge branch 'grid'Henrik Paul2015-02-031-1/+12
|\
| * Merge branch 'master' into gridHenrik Paul2015-02-0316-399/+1178
| |\
| * | 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
| |/ |/|
* | Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-0312-359/+1077
* | Moved accessibility shortcut handling to server-side. [#14843]Anna Koskinen2015-01-301-11/+88
* | Do not loop infinitely when encountering an invalid tag name (#16522)Artur Signell2015-01-291-19/+11
* | Merge "Merge branch 'origin/grid'"Artur Signell2015-01-2916-46/+5658
|\|