| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I7c1a55bd68097819e8091533df7232271af689c3
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I84621b6b568095b1b7f86068fa992dd570f8a103
|
|
|
|
|
|
| |
Does not modify compatibility packages to keep to closer to Vaadin 7.7
Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
|
|
|
|
| |
Change-Id: I3ec60effc75e22765d21e0223ee1537ffbdb29e7
|
|
|
|
|
|
|
|
| |
An item level validator is run on the item (bean) after field validators
have passed. A failed item level validator will block save operations,
just like field level validators.
Change-Id: I3b918b33371ceef07cdfbd0a8b6d477d4ac26b85
|
|
|
|
| |
Change-Id: I40b3b9bae7c1eb96377c0a593faee59ef52109fb
|
|
|
|
| |
Change-Id: I5fecfabd023b39dc252e47a6aa403a79034b0f3d
|
|
|
|
| |
Change-Id: I16f9577ea4091fb4febe167d76e141b5945f53ab
|
|
|
|
| |
Change-Id: I44498b4b34b2e9732b50abb14e8eb7be01314158
|
|
|
|
| |
Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
|
|
|
|
| |
Change-Id: I48192de092c6b6e6be7ca2580720d2765962e167
|
|
|
|
|
|
|
| |
Also add a no-op default implementation to destroyData,
making DataGenerator a functional interface.
Change-Id: I546f443150da23debd4a2691003e435367469439
|
|
|
|
|
|
| |
(#20024)
Change-Id: Ia885ecebe854c0aeda47be2bbc9a9d8a47a03d5c
|