| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ie5e91c3e9c8f2c9d8c05415d5602e2eaf3bd960b
|
|
|
|
| |
Change-Id: Id187402e78e3c368ae6530f7b7ea68d2e6c4a6ca
|
|
|
|
| |
Change-Id: I1829680ae358d436b7b657125a9981827f173dd6
|
|
|
|
|
|
|
| |
getSelectedItems() must return a copy to fulfill the contract specified
in SelectionModel: it must be a snapshot of the current state and safe
to iterate over while changing selection.
Change-Id: Ie2f15eb626dd80df2036bcb2d4e9387fc31389c9
|
|
|
|
|
|
|
| |
BeanBinder may throw a ClassCastException in some cases because of
explicit "cast" call which doesn't do boxing/unboxing.
Change-Id: I8fc61612c2912f2626c075a4fc19cb812adf8aa2
|
|
|
|
| |
Change-Id: I884a52c75b3be5573cf6634f211d72d09de69d80
|
|
|
|
| |
Change-Id: I8a0344dffe3f2ef84f8134e05d9b7340d9b603a0
|
|
|
|
| |
Change-Id: I7dc98de04127c7495aed81b9e0cd2be8cb12b10c
|
|
|
|
| |
Change-Id: Ib97117d8d0b450edc49309902df535361e901942
|
|
|
|
| |
Change-Id: Ic49fdbf651e9e3ef4ffd6944de597c2fd2f185da
|
|
|
|
| |
Change-Id: I56b0f1dfa889e2eaa3db9b0b0aac860f1bb4dea8
|
|
|
|
|
|
|
|
|
|
| |
The fix for
https://dev.vaadin.com/ticket/20262
broke widget set compilation on Windows, possibly only under certain circumstances
Change-Id: Ica559b9c7199014bf1a2babad29f53b083ff74a2
|
|
|
|
| |
Change-Id: I32d31d758ee3c313133c7b122bb3ea8dcfcc1cc3
|
|
|
|
| |
Change-Id: Iec8a81424e1cae9c3dc6c760732e0d48c4a38af2
|
|
|
|
|
|
|
| |
Also updates ComponentTest.getRpcProxy to use an approach that doesn't
require the component to be attached to a UI.
Change-Id: Iab4603a7818cd0fd2a3410660b90a2a839fb8a76
|
|
|
|
|
|
|
| |
The method refreshAll() fires an event which is handled by UI components
to reload their content.
Change-Id: Ibbbe1f24b08ed883f0dda93c3ff6f05f380e9eaa
|
|
|
|
| |
Change-Id: I612376b4030a750c987ba2d8016a4dc44bc02d41
|
|
|
|
|
|
|
| |
ComboBoxState now inherits AbstractSingleSelectState, but still
effectively communicates its selection via RPC.
Change-Id: I47b6a73f275e0c4c63d70d2c2c8badc95a218157
|
|
|
|
| |
Change-Id: I340e802e5c8e6e036b54f81ec46beeb5e1c34329
|
|
|
|
|
|
|
|
| |
This patch adds multi selection support only for CheckBoxGroup without
even trying to generalize anything. Adopting the concepts to work with
other components will be done separately.
Change-Id: Id4ccd2c743b74cb022dc9dfd8cd8dae3bf8f0c54
|
|
|
|
| |
Change-Id: I7c3cf7be95eaf451be806cb75b7b2a34fc534deb
|
|
|
|
| |
Change-Id: I250c60741bc65443b66498a8d0b17541edb77bf1
|
|
|
|
| |
Change-Id: I71e808554d10657ead61271c1c5cc76981214ee3
|
|
|
|
|
|
|
| |
Otherwise any validation triggered by field value changes listeners
would cause errors to be visible after loading a new bean.
Change-Id: I741529f491ae6b36ff2a9aa4326c394cc12fb320
|
|
|
|
|
|
| |
Mostly based on comments on a previous patch that was merged.
Change-Id: I146995853b3318d89061f1d06ab4bbd859168661
|
|
|
|
|
|
|
| |
Adds an unresolved validation status to make it possible to clear
visible field validation errors, even if status is not yet valid.
Change-Id: I227a8802b6a71be1533dc903bad1a8e2faef5ed2
|
|
|
|
| |
Change-Id: I21c5bb95feb3dbab1b543943adc0584aa8eec87b
|
|
|
|
|
|
|
| |
ColorPicker is moved back to vaadin-server now that it no
longer requires any old components
Change-Id: Iebb34cc0724a4bba6eff53073400e803d9ffddd1
|
|
|
|
|
|
|
|
|
|
|
| |
BinderStatusHandler is now triggered only once per validation.
Unified ValidationError and BinderResult into BinderValidationStatus.
Renamed ValidationStatusChangeEvent into ValidationStatus.
Unified handler names for validation status.
Next patch will fix resetting of field errors on reset.
Change-Id: I9536d554d781fe599fbd7e5bcb5a9ffebe675ca0
|
|
|
|
|
|
|
|
| |
This simplifies the client side state machine.
This change does not modify the CSS class name v-filterselect.
Change-Id: I2f4a6e5252045cb7698d582be90693e00961b342
|
|
|
|
| |
Change-Id: Id308bd9b08973804e61706192c96118fd6446d3f
|
|
|
|
| |
Change-Id: Iabe563852150a7d690f6e2edaa40253d03127881
|
|
|
|
|
|
| |
Selection and focus/blur support not yet implemented.
Change-Id: I76752084442216e60055d93367475c1c0a612787
|
|
|
|
| |
Change-Id: I33afc94a581d77984f459b0cbd0ff7fe49df8e79
|
|
|
|
| |
Change-Id: Id21cb0df32e07bd01f90a29a814dcf0775067bfa
|
|
|
|
| |
Change-Id: I6f430c77caaad6d610133f340eba960f2268897e
|
|
|
|
|
|
|
|
| |
Uses RPC for client-to-server but leaves server-to-client to implementation.
SimpleSingleSelection uses shared state; lazy-loading implementations to pass
selection info along with item data.
Change-Id: I97c1dfa28eee39aef43eabbfbac56cd83fa5747c
|
|
|
|
| |
Change-Id: I9d761245e99cde62d0e56b89e5cbb0398fd4c363
|
|
|
|
|
|
| |
To eventually replace SingleSelection.
Change-Id: I623dfa962bce62067a5b35dc14be26b3de333e9b
|
|
|
|
| |
Change-Id: I233250d9b68052825b73bed0288fffeaf5bdd04b
|
|
|
|
|
|
|
| |
This feature doesn't make a whole lot of sense until
form level status changes are available.
Change-Id: Ie634c4a6b3511b7cbf9e367192034934b0e0d4b0
|
|
|
|
| |
Change-Id: Ib32726ba3297a05cbc05898f37579777b9a921e0
|
|
|
|
| |
Change-Id: I5eedce6ac24381d657357ff07ca1ccedd804158d
|
|
|
|
| |
Change-Id: Iacf3864f6902e810591e2085adb44d0a6848f51c
|
|
|
| |
Change-Id: I8da042e68da1d28bff87965adeee75aa60b6021d
|
|
|
|
| |
Change-Id: I1cfa901b8699afafe490ec4e8045c643c7912e89
|
|
|
|
| |
Change-Id: I4439b995a769d22e0eded7132e2fb09123c25a49
|
|
|
|
| |
Change-Id: Ie3821df9bcb13af5f3955776a11d33fd2c16020e
|
|
|
| |
Change-Id: Ic855143d23cc7735d00130806df45b6579ba0d5c
|
|
|
|
|
|
|
| |
This patch removes old Grid selection model APIs
in favor of the new common SelectionModel API.
Change-Id: Iab8f2921930a575012c7da6226811d14a7145271
|