aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Remove HasValue from GridPekka Hyvönen2016-11-102-65/+26
* Use final modifier where appropriatePer-Åke Minborg2016-11-091-2/+2
* Replace Charset.forName("UTF--8") with StandardCharsets.UTF_8Per-Åke Minborg2016-11-071-2/+3
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-044-140/+109
* Add private constructor for utility classesPer-Åke Minborg2016-11-022-1/+8
* Make SelectionModel API only server side.Denis Anisimov2016-11-023-4/+4
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-252-3/+8
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-254-26/+36
* Derive Listing components from HasValue.Denis Anisimov2016-10-212-10/+240
* Use diffstate for JS connectors (#20335)Leif Åstrand2016-10-172-0/+78
* Do not derive DataSource from Function and replace apply method #307.Denis Anisimov2016-10-031-2/+2
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-301-13/+22
* Fix item caption generators in RadioButton/CheckBoxGroupAleksi Hietanen2016-09-291-1/+1
* ListSelect with new data binding API8.0.0.alpha3Pekka Hyvönen2016-09-281-1/+7
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-273-113/+238
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-231-2/+3
* Create a RadioButtonGroup that replaces the single select case of OptionGroupelmot2016-09-162-0/+137
* Implement support for binding multi-select componentsLeif Åstrand2016-09-142-25/+68
* DataSource.refreshAll() for notifying components to reload (#233).Denis Anisimov2016-09-141-4/+5
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-141-0/+54
* Create a CheckBoxGroup that replaces the multi select case of OptionGroupelmot2016-09-131-0/+46
* Remove unused SingleSelectionJohannes Dahlström2016-09-121-3/+2
* Implement new RichTextAreaArtur Signell2016-09-122-0/+205
* Add AbstractSingleSelection base classJohannes Dahlström2016-09-121-0/+175
* Implement SingleSelection on client and serverJohannes Dahlström2016-08-311-0/+160
* Implement new LabelArtur Signell2016-08-262-117/+25
* Move old TextField to compatibility packageArtur Signell2016-08-262-113/+0
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-261-0/+37
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-223-10/+10
* Move TextArea to compatibility packageArtur Signell2016-08-201-47/+0
* Move RichTextArea to compatibility packageArtur Signell2016-08-201-47/+0
* Organize importsArtur Signell2016-08-201-4/+5
* Move selects to compatibility packageArtur Signell2016-08-202-217/+0
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-201-78/+0
* Rename legacy packages to v7Artur Signell2016-08-182-3/+3
* Update copyright year to 2016Artur Signell2016-08-1816-16/+16
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1813-40/+40
* Format using Eclipse NeonArtur Signell2016-08-188-47/+57
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-172-4/+6
* Update/remove empty @since for 7.7Henri Sara2016-08-151-5/+4
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-151-9/+7
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-121-2/+4
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-23/+12
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-101-2/+2
* Implement new simple AbstractFieldJohannes Dahlström2016-08-051-0/+122
* Add @Test annotations, rename test classesTeemu Suo-Anttila2016-03-171-1/+1
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-1418-0/+1323