public void load(List<CrudEntityDescription> value) {
   widget.setValue(value);
 }
 public List<CrudEntityDescription> getValue() {
   return widget.getValue();
 }