use of eu.etaxonomy.cdm.remote.editor.RectanglePropertyEditor in project cdmlib by cybertaxonomy.
the class OccurrenceListController method initBinder.
@InitBinder
@Override
public void initBinder(WebDataBinder binder) {
super.initBinder(binder);
binder.registerCustomEditor(UuidList.class, new UUIDListPropertyEditor());
binder.registerCustomEditor(Rectangle.class, new RectanglePropertyEditor());
}
Aggregations