PropertyEditory
that uses a {@link NumberFormat}. When converting a Number to a String, if a format has not been specified, toString will be called on the passed Number. When converting from a String to a Number, the number type ( {@link #setType(Class)} will be used to determinethe new number instance type. NumberPropertyEditor editor = new NumberPropertyEditor(Integer.class);
@see NumberFormat
|
|