aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Use state classes for Embedded, InlineDateField and NativeButtonHenri Sara2016-11-283-0/+34
* Add missing getState(boolean) methodsHenri Sara2016-11-2815-8/+83
* Add shared state for CustomComponent and DragAndDropWrapperHenri Sara2016-11-282-0/+23
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-282-0/+25
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-252-2/+583
* Grid merging header cellselmot2016-11-243-13/+110
* Provide declarative support for listing components.Denis Anisimov2016-11-2410-159/+776
* Add helper for updating the diffstate of a componentLeif Åstrand2016-11-234-9/+14
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-2334-214/+117
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-217-19/+20
* Add HTML/Component support to Grid FootersTeemu Suo-Anttila2016-11-181-0/+48
* Make ValoTheme subclassableLeif Åstrand2016-11-171-1/+1
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-1112-69/+69
* Remove HasValue from GridPekka Hyvönen2016-11-105-211/+371
* Use final modifier where appropriatePer-Åke Minborg2016-11-0925-50/+49
* Replace EMPTY_SET and EMPTY_LIST with emptySet() and emptyList()Per-Åke Minborg2016-11-071-9/+9
* Use lambdas where appropriatePer-Åke Minborg2016-11-0719-181/+94
* Replace implicit for-loop with foreachPer-Åke Minborg2016-11-057-28/+11
* Replace Stack with DequePer-Åke Minborg2016-11-051-6/+7
* Remove another redundant castPer-Åke Minborg2016-11-051-1/+1
* Remove redundant castingPer-Åke Minborg2016-11-059-9/+9
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-054-8/+8
* Pass array of length when possiblePer-Åke Minborg2016-11-041-1/+1
* Use Collection .isEmpty() over .size() == 0Per-Åke Minborg2016-11-041-1/+1
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-043-4/+4
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-048-415/+595
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-033-23/+20
* Remove manual array copyPer-Åke Minborg2016-11-021-4/+3
* Replace single character Strings with character literalsPer-Åke Minborg2016-11-022-3/+3
* Remove Boolean constructor invocation and add foreachPer-Åke Minborg2016-11-021-2/+2
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-023-20/+23
* Replace with multi-catchPer-Åke Minborg2016-11-022-10/+3
* Use diamond in generic creation where possiblePer-Åke Minborg2016-11-022-3/+3
* Use operator assignments where possiblePer-Åke Minborg2016-11-022-2/+2
* Add private constructor for utility classesPer-Åke Minborg2016-11-023-0/+9
* Make SelectionModel API only server side.Denis Anisimov2016-11-023-6/+6
* Move read-only to AbstractFieldState (#8514)Teemu Suo-Anttila2016-11-021-9/+23
* Create SingleSelect semantic interface which extends HasValue.Denis Anisimov2016-11-022-1/+32
* Clean up state hierarchy for AbstractFieldStateTeemu Suo-Anttila2016-11-022-15/+15
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-029-101/+78
* Introduces ValidationResult interface to replace Result in validators.Denis Anisimov2016-11-011-1/+2
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-016-9/+112
* Implement focus/blur events for RadioButtonGroup.Denis Anisimov2016-10-311-1/+39
* Implement focus/blur listeners for NativeSelect.Denis Anisimov2016-10-311-3/+41
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-315-41/+47
* Remove JavaDoc mentions of RepaintRequestEvent (#19953)Leif Åstrand2016-10-284-19/+3
* Add ValueContext to ValidatorsTeemu Suo-Anttila2016-10-261-1/+3
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-2621-72/+101
* Grid html/component content in headersAleksi Hietanen2016-10-252-20/+173
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-2513-24/+129