Advertisement
GregLeblanc

Untitled

Dec 2nd, 2021
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. operatorGrid.addComponentColumn(Operator -> {
  2.             Checkbox checkbox = new Checkbox();
  3.             checkbox.setValue(true);
  4.             checkbox.addClickListener(e -> {
  5.                 //todo
  6.             });
  7.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement