aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* DateField value should actively adjust to the set resolution. (#12183)7.7.23Anna Koskinen2021-01-223-32/+57
* Add getter for presentationProvider in Grid.Column (#10323) (#12060)jdewaen2020-12-181-0/+12
* Fix to LayoutManager size calculations during transform. (#12138)Anna Koskinen2020-12-181-0/+34
* Better error handling trying to enable HTML5 DnD for mobile from thread (#12170)Anna Koskinen2020-12-071-0/+7
* Replace function reference with anonymous class for serialization (#12137)Tatu Lund2020-11-261-19/+20
* Add DateField(LocalDate value) constructor (#12096)Tatu Lund2020-09-251-0/+11
* Add convenience overloading for setColumn (#12093)8.12.0.alpha2Tatu Lund2020-09-041-0/+22
* Add API to detect if GridMultiSelect select-all checkbox is checked (#12086)Tarek Oraby2020-08-263-9/+27
* Explicitly remove old dataprovider listener when new one is set (#12064)Tatu Lund2020-08-071-7/+35
* Add support for "ww" in date format (#12037)Tatu Lund2020-07-031-1/+27
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-0314-38/+35
* Fixed error message to use given parameters. (#12008)Anna Koskinen2020-05-141-4/+5
* Refresh DataProvider only once when reordering the grid using GridRowDragger ...Martín López2020-05-111-1/+5
* Add missing since tag (#11957)8.11.0.alpha1Zhe Sun2020-04-231-2/+2
* Add asMultiSelect() to Tree class (#11949)Tarek Oraby2020-04-211-0/+12
* Allow AbstractDateField to provide DST zone names over custom ranges (#11927)Tarek Oraby2020-04-211-5/+84
* Set DateField value only if it passes range check (#11887)Tatu Lund2020-04-081-17/+34
* Change to using StringBuilder (#11941)Hk-tang2020-04-061-2/+2
* Allow setting Upload button caption as HTML, move data to SharedState. (#11940)Anna Koskinen2020-04-061-24/+50
* Prevent upload if no file is selected. (#11939)Anna Koskinen2020-04-031-11/+10
* Fix NPE in FileUploadHandler when use Upload.interruptUpload(). (#11797)Dyorgio Nascimento2020-04-021-4/+6
* Added note to DateField#setRangeStart JavaDoc (#11886)Tatu Lund2020-02-191-0/+2
* Making setEditable friendlier (#11869)Tatu Lund2020-01-141-3/+9
* Added notes in JavaDoc of TEXTFIELD_INLINE_ICON (#11860)Tatu Lund2020-01-081-0/+5
* Added helper methods for setting only height or width full. (#11854)Anna Koskinen2019-12-201-2/+20
* Delegate enabled handling to Composite root. (#11832)Anna Koskinen2019-11-261-0/+10
* Eliminate un-intuitive NPE (#11802)Tatu Lund2019-11-151-2/+5
* Check actual Grid selection instead of relying on allSelected flag. (#11787)Anna Koskinen2019-11-041-8/+19
* Added note to setTemplateContents JavaDoc (#11752)Tatu Lund2019-11-021-0/+3
* Added missing NOTIFICATION_DARK (#11770)Tatu Lund2019-10-281-2/+8
* Fix the end limit of the allowed scrollTo rows. (#11771)Anna Koskinen2019-10-281-1/+1
* Made JavaDoc of updateSelection more precise (#11768)Tatu Lund2019-10-281-1/+2
* Add note to setRenderer() JavaDoc about presentation provider (#11751)Tatu Lund2019-10-211-0/+3
* Added note in JavaDoc of removeColumn (#11725)Tatu Lund2019-10-031-0/+3
* Removal of data communicator needs to happen before call to super.remove() (#...Tatu Lund2019-09-091-2/+2
* Updated row and spacer handling for Escalator (#11438)Anna Koskinen2019-08-291-0/+1
* Update Chrome version, snapshots and fix tests (#11684)Zhe Sun2019-08-052-3/+5
* Prevent excessive getLogger() calls from markAsDirty() (#11664)Leif Åstrand2019-07-291-15/+24
* 11642 refresh pagelength 0 combobox items after dataprovider update (#11653)Olli Tietäväinen2019-07-121-5/+26
* Sanitize caption used in Grid header (#11644)Zhe Sun2019-07-011-0/+2
* Separates a rpc for handling the client event order in DateTimeField (#11574)Zhe Sun2019-06-141-0/+10
* Improved fix for #11614 (#11618)Martin Vysny2019-06-131-12/+5
* Fix regression that broke PreserveOnRefresh functionality with Navigator (#11...Tatu Lund2019-06-071-2/+13
* Fix duplicate grid column visibility change event (#11565)cuong-phan2019-05-161-1/+2
* Reduce Grid's sort complexity. (#11566)Anna Koskinen2019-05-151-2/+3
* code format (#11555)Sun Zhe2019-05-021-2/+3
* Code format (#11548)Sun Zhe2019-04-293-8/+8
* Reset Combobox internal state (#11412)Sun Zhe2019-04-241-3/+11
* Finish the since tag (#11540) (#11543)Sun Zhe2019-04-182-5/+5
* Clicking on slider makes handler move (#11519)Anastasia Smirnova2019-04-101-0/+25