Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- operatorGrid.addComponentColumn(Operator -> {
- Checkbox checkbox = new Checkbox();
- checkbox.setValue(true);
- checkbox.addClickListener(e -> {
- //todo
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement