| Commit message (Expand) | Author | Age | Files | Lines |
* | Create MultiSelect interface to replace Multi selection model. | Denis Anisimov | 2016-11-04 | 10 | -479/+598 |
* | Revert "Convert to for-each loop, Stream and switch-over-strings" | Pekka Hyvönen | 2016-11-03 | 8 | -98/+103 |
* | Remove redundant invocations of .toString() | Per-Åke Minborg | 2016-11-02 | 2 | -3/+3 |
* | Remove manual array copy | Per-Åke Minborg | 2016-11-02 | 4 | -13/+8 |
* | Replace single character Strings with character literals | Per-Åke Minborg | 2016-11-02 | 6 | -14/+14 |
* | Remove Boolean constructor invocation and add foreach | Per-Åke Minborg | 2016-11-02 | 2 | -4/+4 |
* | Convert to for-each loop, Stream and switch-over-strings | Per-Åke Minborg | 2016-11-02 | 8 | -104/+99 |
* | Replace String.indexOf with String.contains | Per-Åke Minborg | 2016-11-02 | 1 | -2/+2 |
* | Replace with multi-catch | Per-Åke Minborg | 2016-11-02 | 5 | -26/+8 |
* | Convert to try-with-resource | Per-Åke Minborg | 2016-11-02 | 9 | -78/+68 |
* | Use diamond in generic creation where possible | Per-Åke Minborg | 2016-11-02 | 4 | -5/+5 |
* | Add @Override annotations | Per-Åke Minborg | 2016-11-02 | 1 | -0/+4 |
* | Use operator assignments where possible | Per-Åke Minborg | 2016-11-02 | 4 | -6/+6 |
* | Remove redundant casts | Per-Åke Minborg | 2016-11-02 | 3 | -6/+6 |
* | Add private constructor for utility classes | Per-Åke Minborg | 2016-11-02 | 14 | -0/+42 |
* | Make SelectionModel API only server side. | Denis Anisimov | 2016-11-02 | 8 | -10/+234 |
* | Move read-only to AbstractFieldState (#8514) | Teemu Suo-Anttila | 2016-11-02 | 1 | -9/+23 |
* | Create SingleSelect semantic interface which extends HasValue. | Denis Anisimov | 2016-11-02 | 2 | -1/+32 |
* | Clean up state hierarchy for AbstractFieldState | Teemu Suo-Anttila | 2016-11-02 | 2 | -15/+15 |
* | Move setReadOnly from Component to HasValue | Teemu Suo-Anttila | 2016-11-02 | 11 | -108/+100 |
* | Add Bindinding.setRequired | Pekka Hyvönen | 2016-11-02 | 3 | -128/+52 |
* | Introduces ValidationResult interface to replace Result in validators. | Denis Anisimov | 2016-11-01 | 15 | -85/+215 |
* | Add error message provider to provide translations | Teemu Suo-Anttila | 2016-11-01 | 3 | -4/+129 |
* | Replace setRequired & HasRequired with setRequiredIndicator | Pekka Hyvönen | 2016-11-01 | 9 | -63/+137 |
* | Implement focus/blur events for RadioButtonGroup. | Denis Anisimov | 2016-10-31 | 1 | -1/+39 |
* | Implement focus/blur listeners for NativeSelect. | Denis Anisimov | 2016-10-31 | 1 | -3/+41 |
* | Implement focus and blur events for CheckBoxGroup. | Denis Anisimov | 2016-10-31 | 7 | -41/+115 |
* | Remove Locale from BeanValidator because of ValueContext | Pekka Hyvönen | 2016-10-31 | 2 | -50/+19 |
* | Serve static files also in servletPath/VAADIN (#14398) | Artur Signell | 2016-10-29 | 1 | -22/+22 |
* | Remove JavaDoc mentions of RepaintRequestEvent (#19953) | Leif Åstrand | 2016-10-28 | 4 | -19/+3 |
* | Add ValueContext to Validators | Teemu Suo-Anttila | 2016-10-26 | 10 | -44/+54 |
* | Rename Binder methods | Pekka Hyvönen | 2016-10-26 | 3 | -107/+123 |
* | Disable default null representation one way converter. | Denis Anisimov | 2016-10-26 | 2 | -20/+98 |
* | Introduce "shouldWriteDefaultValues" property to DesignContext. | Denis Anisimov | 2016-10-26 | 21 | -72/+101 |
* | Remove undocumented, unused extra default methods from Converter | Teemu Suo-Anttila | 2016-10-25 | 1 | -11/+0 |
* | Grid html/component content in headers | Aleksi Hietanen | 2016-10-25 | 2 | -20/+173 |
* | Fix setValue() methods behavior null argument value + javadocs | Teemu Suo-Anttila | 2016-10-25 | 14 | -25/+130 |
* | Update ValueChange API to use Component and HasValue<>. | Denis Anisimov | 2016-10-25 | 16 | -107/+128 |
* | Binder.bindInstanceFields(Object) method implementation (#47). | Denis Anisimov | 2016-10-25 | 3 | -1/+299 |
* | Correct serializable issues and test that components can be serialized | Leif Åstrand | 2016-10-24 | 18 | -90/+284 |
* | Add ValueContext parameter for Converters | Teemu Suo-Anttila | 2016-10-24 | 24 | -85/+240 |
* | Move old SelectionEvent to V7 and create a new selection event supertype | Denis Anisimov | 2016-10-24 | 4 | -136/+60 |
* | Initial support for null representations in Binder | Teemu Suo-Anttila | 2016-10-24 | 9 | -38/+105 |
* | Add utility for outputting the full declarative syntax of components | Aleksi Hietanen | 2016-10-24 | 2 | -3/+17 |
* | Derive Listing components from HasValue. | Denis Anisimov | 2016-10-21 | 5 | -207/+113 |
* | Revert "Initial support for null representations in Binder" | Denis Anisimov | 2016-10-20 | 4 | -86/+30 |
* | Initial support for null representations in Binder | Teemu Suo-Anttila | 2016-10-20 | 4 | -30/+86 |
* | Implement basic footer support for Grid | Teemu Suo-Anttila | 2016-10-19 | 2 | -0/+259 |
* | Throw exception from multiple columns with same identifier | Teemu Suo-Anttila | 2016-10-19 | 1 | -3/+10 |
* | Add "valo-menu-hover" stylename to make responsive menu appear w/o adding cod... | Marc Englund | 2016-10-17 | 1 | -3/+23 |