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: add support for binding set of items #173

Closed
wants to merge 1 commit into from

Conversation

ngonzalezpazFC
Copy link
Contributor

Add support for binding set of items
Add TwinColGridSetAdapter.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud

@javier-godoy
Copy link
Member

TwinColGrid is already a HasValue<ValueChangeEvent<Set<T>>, Set<T>>. Why do we need an adapter?

public class TwinColGrid<T> extends VerticalLayout
implements HasValue<ValueChangeEvent<Set<T>>, Set<T>>, HasComponents, HasSize {

@mlopezFC
Copy link
Member

We can close this PR given that what is needed is already supported.

@mlopezFC mlopezFC closed this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants