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