@Override
 public void setValue(Set<RoleProxy> value) {
   roleCheckboxCell.setRolesSet(value);
   this.redraw();
 }