Exemplo n.º 1
0
 public void load(List<CrudEntityDescription> value) {
   widget.setValue(value);
 }
Exemplo n.º 2
0
 public List<CrudEntityDescription> getValue() {
   return widget.getValue();
 }