| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Simplify lambda expressions
And remove unneeded 'return' keyword.
* Format
|
| |
|
|
|
|
| |
Also removes dependency on junit.framework.TestCase .
|
|
|
| |
Partial fix for #8640
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Touched event listeners are:
- SelectionListener
- MultiSelectionListener
- SingleSelectionListener
- ValueChangeListener
- ItemClickListener
- BindingValidationStatusHandler
- BinderValidationStatusHandler
- StatusChangeListener
Part of vaadin/framework8-issues#264
|
| |
|
|
|
|
|
| |
BindingBinder is API that is used before calling bind()
Binding is API that is used after calling bind()
|
|
|
|
|
|
|
|
|
|
| |
The type parameter is mainly used internally, the only externally facing
use is to define the exact type of Binding.getField. Code that has
access to a typed instance of Binding does typically also have direct
access to the field instance, so there's no real use for the type
parameter.
Change-Id: Idf2ab18a79ec5f0a7cef83705b8084fbf7014c10
|
|
|
|
|
|
|
|
|
| |
Unbound binder now correctly sets hasChanges and sends binder
status change events. In addition, hasChanges no longer returns
true in the case where a bean is bound and changes to the bean
were valid.
Change-Id: Ia0a0915c2a205461a2a4b1bfd393413520f863eb
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722d
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7231
|
|
|
|
|
|
| |
This reverts commit 73078c7560d40db80dae6a6fb8047c29a92dd8d0.
Change-Id: I2757232d1312ae5162550d9fafb26c2d657c1b7f
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7218
|
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#414
Change-Id: I2d4e101f29542fadfdd30ce63455a0e078e0e735
|
|
|
|
| |
Change-Id: I2ac99adf1fdb60dc0638e6fe98c4542ebd5f21a5
|
|
|
|
|
|
|
|
|
|
|
| |
save -> writeBean, saveIfValid -> writeBeanIfValid,
load -> readBean, bind -> setBean, unbind -> removeBean.
Now setBean accepts null to reset the bean instead of throwing NPE.
Closes vaadin/framework8-issues#91
Change-Id: I42cbad5856cac11a03bfcefd0fa91a02c41b7234
|
|
|
|
| |
Change-Id: Iac8f0f48806c0a7c3030bd406e2e533104f26753
|
|
|
|
| |
Change-Id: If40bfa28764d1399b5ed4d5928988560e9989dce
|
|
|
|
|
|
| |
This reverts commit 9f672890c143098b266ede6397e89379a38cc098.
Change-Id: I0952a7f9c7efc8a5d7de9987277b835d92d52b39
|
|
|
|
| |
Change-Id: I1325c629da220317506306fe8f6fff5c0494d9d9
|
|
Change-Id: I7c1a55bd68097819e8091533df7232271af689c3
|