summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Expand)AuthorAgeFilesLines
* Set focus when click on RadioButton via JS. (#8062)rogozinds2016-12-212-2/+7
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-2036-123/+124
* @since tag is set (#8021)Denis2016-12-161-2/+2
* Delete CheckboxRendererIlia Motornyi2016-12-152-100/+0
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-1/+1
* Redesign user-defined column identifiers for Grid (#7983)Teemu Suo-Anttila2016-12-151-1/+1
* Allow defining a focus delegate component for CustomField (#20336)Pekka Hyvönen2016-12-152-8/+96
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-157-78/+346
* Make AbstractListing implement Focusable (#7965)Aleksi Hietanen2016-12-145-1/+25
* Fix license headerAleksi Hietanen2016-12-091-5/+5
* Update @since tag for 7.7.4.Denis Anisimov2016-12-091-1/+1
* Show a sensible message for missing extensions (#10799)Artur Signell2016-12-096-26/+98
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-12-091-8/+12
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-12-091-9/+23
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-12-091-3/+4
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-12-092-0/+14
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-12-091-1/+12
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-0822-46/+158
* 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
* 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