Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support DataProviderWrapper better in AbstractDataView #18317

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

tltv
Copy link
Member

@tltv tltv commented Dec 15, 2023

Adds in AbstractDataView a better support for wrapper data providers that implements DataProviderWrapper. AbstractDataView won't throw exception anymore if wrapped data container is supported by the data view implementation. Adds public getWrappedDataProvider method in DataProviderWrapper.

Related-to: #18088

Adds in `AbstractDataView` a better support for wrapper data providers that implements `DataProviderWrapper`. `AbstractDataView` won't throw exception anymore if wrapped data container is supported by the data view implementation. Adds public `getWrappedDataProvider` method in `DataProviderWrapper`.

Related-to: #18088
Copy link

github-actions bot commented Dec 15, 2023

Test Results

1 044 files  ±  0  1 044 suites  ±0   1h 12m 26s ⏱️ - 4m 10s
6 733 tests +  5  6 688 ✔️ +  5  45 💤 ±0  0 ±0 
7 011 runs   - 17  6 955 ✔️  - 17  56 💤 ±0  0 ±0 

Results for commit 3437bab. ± Comparison against base commit 2a0df53.

♻️ This comment has been updated with latest results.

mshabarov
mshabarov previously approved these changes Dec 15, 2023
Copy link

sonarcloud bot commented Dec 15, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tltv tltv marked this pull request as ready for review December 15, 2023 11:07
@mshabarov mshabarov merged commit cdfde35 into main Dec 15, 2023
26 checks passed
@mshabarov mshabarov deleted the feat/abstractdataview-support-dataprovider-wrapper branch December 15, 2023 11:35
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.4.0.alpha1 and is also targeting the upcoming stable 24.4.0 version.

rodolforfq pushed a commit that referenced this pull request Feb 8, 2024
* feat: support DataProviderWrapper better in AbstractDataView

Adds in `AbstractDataView` a better support for wrapper data providers that implements `DataProviderWrapper`. `AbstractDataView` won't throw exception anymore if wrapped data container is supported by the data view implementation. Adds public `getWrappedDataProvider` method in `DataProviderWrapper`.

Related-to: #18088

* chore: changed getWrappedDataProvider to package-private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants