ItsNatFreeLabel comp = (ItsNatFreeLabel)componentMgr.createItsNatComponentById("labelId","freeLabel",null);
try { comp.setValue(new Person("Jose M.","Arranz")); }
catch(PropertyVetoException ex) { throw new RuntimeException(ex); }
ItsNatLabelEditor editor = new PersonCustomLabelEditor();
comp.setItsNatLabelEditor(editor);
}