aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset selection on DataProvider change in RadioButtonGroup (#11526)Anastasia Smirnova2019-04-041-0/+1
* Remove wrong version and add missing since (#11476)Sun Zhe2019-03-111-2/+4
* Fixing NPE when ItemCaptionGenerator returns null (#11435)Tatu Lund2019-02-221-1/+10
* Provide extensive error information on GridLayout.OutOfBoundsException and Il...Martin Vysny2019-02-211-2/+10
* Fixing JavaDoc of Column#getWidth() and Column#setWidth() (#11452)Tatu Lund2019-02-121-1/+6
* Fix an NPE caused by the previous fix to Grid's frozen columns (#11444)mlindfors2019-02-041-2/+6
* * Update since tags and fix code formatting (#11441)Mehdi Javan2019-01-301-2/+2
* Fix @PushStateNavigation with @PreserveOnRefresh (#11417)Tatu Lund2019-01-111-0/+7
* Add Javadoc to the ScrollTo methods in TreeGrid (#11399)Sun Zhe2018-12-281-0/+21
* Grid column npe behavior (#11390)Olli Tietäväinen2018-12-281-3/+142
* increase number of styles for indented TreeGrid rows, fixes #11358 (#11392)Olli Tietäväinen2018-12-211-0/+3
* Update release note and since tag (#11386)Sun Zhe2018-12-203-32/+40
* Checkbox allow customizing of input and label classNames. (#11372)Knoobie2018-12-182-0/+380
* Improve VMenuBar click handling logic (#11356)Anastasia Smirnova2018-12-171-0/+22
* Fix Grid's frozen columns not being set (#10653) (#11346)mlindfors2018-12-051-1/+15
* Detailed the usage of the GridRowDragger class (#11355)edler-san2018-12-051-1/+2
* Revert "Update ComboBox internal state on new item added (#11094)" (#11331)Sun Zhe2018-11-271-9/+6
* Correct the logic for validation used in DateField (#11307)Sun Zhe2018-11-131-14/+33