summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-0610-85/+272
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-012-76/+101
* Small fixes to javadocselmot2016-12-011-1/+1
* NoSelectionModel for GridPekka Hyvönen2016-11-301-0/+61
* Add AbstractSelectionModel for GridPekka Hyvönen2016-11-303-58/+114
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-305-77/+361
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-295-12/+260
* Grid merging footer cellselmot2016-11-291-43/+18
* Add MultiSelect support for GridPekka Hyvönen2016-11-296-90/+135
* Unify usage of HandlerRegistration #19267Denis Anisimov2016-11-297-7/+7
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-281-0/+6
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-254-5/+246
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-251-3/+8
* Grid merging header cellselmot2016-11-242-19/+26
* Add HTML/Component support to Grid FootersTeemu Suo-Anttila2016-11-181-1/+29
* Remove HasValue from GridPekka Hyvönen2016-11-104-114/+96
* Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456)Anna Miroshnik2016-11-041-1/+17
* Make SelectionModel API only server side.Denis Anisimov2016-11-0212-99/+106
* Move read-only to AbstractFieldState (#8514)Teemu Suo-Anttila2016-11-025-31/+19
* Clean up state hierarchy for AbstractFieldStateTeemu Suo-Anttila2016-11-022-15/+3
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-1/+1
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-018-26/+91
* Implement focus/blur events for RadioButtonGroup.Denis Anisimov2016-10-314-87/+82
* Implement focus/blur listeners for NativeSelect.Denis Anisimov2016-10-316-67/+135
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-315-51/+354
* Grid html/component content in headersAleksi Hietanen2016-10-251-3/+32
* Implement basic footer support for GridTeemu Suo-Anttila2016-10-191-0/+22
* Fix Mockito/Hamcrest build classpath conflictJohn Ahlroos2016-10-181-0/+5
* Use identifiers for Grid ColumnsTeemu Suo-Anttila2016-10-172-15/+28
* Use placeholder instead of inputPrompt for DateFieldPekka Hyvönen2016-10-143-43/+25
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-1316-88/+36
* Revert NativeSelect DOM structure change8.0.0.alpha4Aleksi Hietanen2016-10-072-26/+44
* Separate immediate mode for Upload from AbstactComponent.immediatePekka Hyvönen2016-10-072-14/+34
* Revert "Fix Mockito/Hamcrest build classpath conflict"Teemu Suo-Anttila2016-10-061-5/+0
* Reintroduce reordering of grid columnsAleksi Hietanen2016-10-063-3/+79
* Make ColorPicker subcomponents HasValuesJohannes Dahlström2016-10-051-14/+10
* Fix Mockito/Hamcrest build classpath conflictJohn Ahlroos2016-10-051-0/+5
* Copy ColorPicker to compatibility-server (again)Johannes Dahlström2016-10-032-9/+15
* Migrating 7.7.1, 7.7.2, 7.7.3 to V8.Denis Anisimov2016-10-039-72/+144
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-309-629/+48
* Fix RadioButtonGroup client-side NPE which breaks item icons.elmot2016-09-301-2/+3
* ListSelect with new data binding API8.0.0.alpha3Pekka Hyvönen2016-09-282-0/+317
* Implement default header row in new GridJohannes Dahlström2016-09-281-5/+8
* Initial support for multiple headers in new GridJohannes Dahlström2016-09-271-5/+46
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-276-46/+1040
* Migrate AbstractJavaScriptRenderer to the new Grid (#182).Denis Anisimov2016-09-232-1/+287
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-232-4/+4
* Reintroduce grid column sizingAleksi Hietanen2016-09-232-0/+46
* Reintroduce grid column hidingAleksi Hietanen2016-09-202-0/+22
* Test and fix a CheckBoxGroup icon provider and item enabled providerelmot2016-09-191-1/+2