CheckBoxGroup.SelectAll()
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 717
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 3
Description
I want to select all elements of my CheckBoxGroup by calling a method like we can do for deselect all.
Something like this:
CheckBoxGroup checkBoxGroup = new CheckBoxGroup();
checkBoxGroup.setItems(Arrays.asList("blue", "red", "black"));
checkBoxGroup.selectAll();
In my Project, I have a DataProvider with a lot of values, how can I select all?
For information, I'm on Vaadin 8.0.5
Thanks,
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the CheckBoxGroup API and the existing deselect-all behavior. Verify how selection should work for items supplied with setItems and for a DataProvider, then add coverage showing that selectAll selects the intended elements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100