} else if (propertyClass == Float.class) {
textField = new TextField("propertyValue", new PropertyModel(
entity, propertyCode, propertyClass)) {
static final long serialVersionUID = 200913L;
public IConverter getConverter() {
return new FloatConverter();
}
};
textField.setType(Float.class);
} else if (propertyClass == Double.class) {
textField = new TextField("propertyValue", new PropertyModel(