vaadin / vaadin/framework

CheckBoxGroup.SelectAll()

Open
#9,307 2 comments 5 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.