| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Make AbstractListing implement Focusable
Fixes vaadin/framework8-issues#552
* Add tests for other components that inherit from AbstractListing
* Fix setTabIndex in NativeSelect, ListSelect, RadioButtonGroup
Also adds a test for TwinColSelect.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Touched event listeners are:
- SelectionListener
- MultiSelectionListener
- SingleSelectionListener
- ValueChangeListener
- ItemClickListener
- BindingValidationStatusHandler
- BinderValidationStatusHandler
- StatusChangeListener
Part of vaadin/framework8-issues#264
|
| |
|
|
|
| |
Fixes vaadin/framework8-issues#540
|
|
|
| |
Closes vaadin/framework8-issues#500
|
|
|
| |
Related to vaadin/framework8-issues#264
|
|
|
| |
Fixes vaadin/framework8-issues#390
|
|
|
| |
Fixes vaadin/framework8-issues#514
|
|
|
|
|
| |
HorizontalLayout has spacing = true and margin = false by default.
Fixes vaadin/framework8-issues#526
|
|
|
| |
Fixes vaadin/framework8-issues#547
|
|
|
|
| |
* Remove unused removeListener method
|
|
|
| |
Closes vaadin/framework8-issues#548
|
|
|
| |
Closes vaadin/framework8-issues#550
|
|
|
|
| |
gridlayout (#103)
|
|
|
| |
Fixes vaadin/framework8-issues#466
|
|
|
|
| |
Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6
|
|
|
|
|
|
|
|
| |
* Add a generic selection listener to Grid & SelectionModels
Fixes some inconsistent event naming and invalid javadocs.
Fixes vaadin/framework8-issues#541
|
| |
|
|
|
| |
Closes vaadin/framework8-issues#522
|
|
|
| |
Fixes vaadin/framework8-issues#525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Introduce dedicated shared states for every core vaadin component/ext.
Updated components are:
- PasswordField
- CustomField
- AbstractListing
- AbstractMultiSelect
- ColorPicker
- ColorPickerArea
- DataCommunicator
- Responsive
- AbstractListingExtension
- DetailsManager
- AbstractRenderer
- ClickableRenderer
- ButtonRenderer
- CheckBoxRenderer
- DateRenderer
- HtmlRenderer
- ImageRenderer
- NumberRenderer
- ProgressBarRenderer
- TextRenderer
Fixes vaadin/framework8-issues#480.
|
|
|
|
|
|
|
|
|
| |
* Implement "afterViewChange()" as no-op by default.
ViewChangeListener is functional interface now and has empty
implementation for "afterViewChange()"
Fixes vaadin/framework8-issues#502
|
|
|
|
|
|
| |
* Don't use V8 FieldEvents classes in v7 compatibility module.
Fixes vaadin/framework8-issues#363
|
| |
|
|
|
|
|
|
| |
* Add read-only support for single and multi select views for Grid.
Fixes vaadin/framework8-issues#516
|
|
|
|
|
|
| |
* Provide a shorthand for the HasValue::clear() method.
Fixes vaadin/framework8-issues#496
|
| |
|
|
|
|
|
|
|
|
| |
* Add Listings.setItems(Stream)
Fixes vaadin/framework8-issues#447
Change-Id: I4d557d346117d308b80a20effbf5359bebe1e8bb
|
|
|
|
|
| |
BindingBinder is API that is used before calling bind()
Binding is API that is used after calling bind()
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a SelectionMode shorthand for Grid.
Hides setSelectionModel(...) by making it protected.
Refactores the usage of constructor / extend method for Abstract-, Single- and MultiSelectionModelImpl.
Fixes vaadin/framework8-issues#519
Change-Id: I48c30886450506639be9ee6e21c45b0c06755c88
|
|
|
| |
Fixes vaadin/framework8-issues#392
|
| |
|
|
|
|
| |
Change-Id: I3f48f9bb42b36d0a46926ec753f30df95491720b
|
|
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#163
Change-Id: Ib68ad5421934c8375a91d7948d860381a5adb9bb
|
|
|
|
| |
Change-Id: Ibbfe62395eb93f9349b65edba4425d9782ce15f9
|
|
|
|
| |
Change-Id: I99895bd13ecbc34bc85409fcde02a65e9f9a2f13
|
|
|
|
| |
Change-Id: I9725ce727fe06ac5f911e6b68108ad610a615434
|
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#518
Change-Id: Ice6bdef03c3b62dd2c74376f98cfb8004dfa0bbf
|
|
|
|
|
|
|
|
| |
Also adds shared state for grid's selection models.
This is mostly for making it possible later to modify the selection models,
without breaking backwards API compatibility and having to duplicate code.
Change-Id: If93720df282bf5ca3aff17a20b455d60b33f764c
|
|
|
|
|
|
|
| |
It is by default shown only if used data provider is in-memory.
Can be configured to be explicitly shown or hidden.
Change-Id: I50569d915604c3722a22e14b7628663d5680ed83
|
|
|
|
|
|
| |
This patch adds a test set for BackEndDataProvider.
Change-Id: I32dfedb692ba71247d74a682f79afdfaf8751de3
|
|
|
| |
Change-Id: I259c659987b5b15b354e16d0be1523f4ede809f0
|
|
|
|
| |
Change-Id: If4f0237f6116482b06fe7f2245433822f427e093
|
|
|
|
| |
Change-Id: I24895c7ae602ffc9a7812dcc441e99ac670356e2
|
|
|
|
| |
Change-Id: I3564c3afc00b2fb8849e46688c99b418e76ba937
|
|
|
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#399
RemoveListenersDeprecatedTest test is fixed.
Corrections are made to make the test above passes.
Change-Id: I209a4693d241a1488b69b4742f48549dbf4bf0ac
|
|
|
| |
Change-Id: I60c5d9f183d1955fbbd3341e3ac9f93aae755f80
|
|
|
|
|
|
|
|
|
|
|
| |
Still missing following things coming in next patches:
- select all checkbox
- firing an event when data provider is changed in grid
- read only selection models for grid
Part 1 for vaadin/framework8-issues#232
Change-Id: Ib2c7c81a838f43cb7c521a56d50139c91961f54a
|
|
|
|
| |
Change-Id: Iebafff6079816c08e5a4d144f6891d1379751f12
|