entity = mapItem.getIntMappingType().getAttributableType();
}
final List<IntMappingType> attrTypes = new ArrayList<IntMappingType>(getAttributeTypes(entity));
item.add(new AjaxDecoratedCheckbox("toRemove", new Model<Boolean>(Boolean.FALSE)) {
private static final long serialVersionUID = 7170946748485726506L;
@Override
protected void onUpdate(final AjaxRequestTarget target) {