} else if (propertyClass == Integer.class) {
textField = new TextField("propertyValue", new PropertyModel(
entity, propertyCode, propertyClass)) {
static final long serialVersionUID = 200911L;
public IConverter getConverter() {
return new IntegerConverter();
}
};
textField.setType(Integer.class);
} else if (propertyClass == Long.class) {
textField = new TextField("propertyValue", new PropertyModel(