summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-0310-109/+115
* Remove redundant invocations of .toString()Per-Åke Minborg2016-11-022-3/+3
* Remove manual array copyPer-Åke Minborg2016-11-025-16/+10
* Replace single character Strings with character literalsPer-Åke Minborg2016-11-026-14/+14
* Remove Boolean constructor invocation and add foreachPer-Åke Minborg2016-11-024-6/+6
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-0211-118/+111
* Replace String.indexOf with String.containsPer-Åke Minborg2016-11-021-2/+2
* Replace with multi-catchPer-Åke Minborg2016-11-025-26/+8
* Convert to try-with-resourcePer-Åke Minborg2016-11-0211-86/+76
* Use diamond in generic creation where possiblePer-Åke Minborg2016-11-025-6/+6
* Add @Override annotationsPer-Åke Minborg2016-11-022-0/+6
* Add bracesPer-Åke Minborg2016-11-021-3/+5
* Use operator assignments where possiblePer-Åke Minborg2016-11-026-8/+8
* Remove redundant castsPer-Åke Minborg2016-11-023-6/+6
* Add private constructor for utility classesPer-Åke Minborg2016-11-0217-1/+53
* Make SelectionModel API only server side.Denis Anisimov2016-11-0211-14/+238
* 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-0213-120/+110
* Add Bindinding.setRequiredPekka Hyvönen2016-11-026-112/+132
* Introduces ValidationResult interface to replace Result in validators.Denis Anisimov2016-11-0122-122/+253
* Add error message provider to provide translationsTeemu Suo-Anttila2016-11-015-7/+175
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-0110-66/+141
* 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-317-41/+115
* Remove Locale from BeanValidator because of ValueContextPekka Hyvönen2016-10-313-54/+25
* Serve static files also in servletPath/VAADIN (#14398)Artur Signell2016-10-292-22/+98
* Remove JavaDoc mentions of RepaintRequestEvent (#19953)Leif Åstrand2016-10-284-19/+3
* Add ValueContext to ValidatorsTeemu Suo-Anttila2016-10-2617-122/+88
* Rename Binder methodsPekka Hyvönen2016-10-2614-263/+288
* Disable default null representation one way converter.Denis Anisimov2016-10-263-20/+161
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-2621-72/+101
* Remove undocumented, unused extra default methods from ConverterTeemu Suo-Anttila2016-10-251-11/+0
* Grid html/component content in headersAleksi Hietanen2016-10-252-20/+173
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-2520-28/+274
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-2521-134/+166
* Binder.bindInstanceFields(Object) method implementation (#47).Denis Anisimov2016-10-256-5/+697
* Correct serializable issues and test that components can be serializedLeif Åstrand2016-10-2424-135/+400
* Add ValueContext parameter for ConvertersTeemu Suo-Anttila2016-10-2440-144/+394
* Move old SelectionEvent to V7 and create a new selection event supertype Denis Anisimov2016-10-245-136/+128
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-2412-44/+292
* Add utility for outputting the full declarative syntax of componentsAleksi Hietanen2016-10-242-3/+17
* Derive Listing components from HasValue.Denis Anisimov2016-10-2110-228/+370
* Provide declarative tests for all V7 field components.Denis Anisimov2016-10-2114-167/+838
* Revert "Initial support for null representations in Binder"Denis Anisimov2016-10-206-159/+36
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-206-36/+159
* Implement basic footer support for GridTeemu Suo-Anttila2016-10-192-0/+259
* Throw exception from multiple columns with same identifierTeemu Suo-Anttila2016-10-192-3/+15