|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
ByteArrayPropertyEditor | Editor for byte arrays. |
ClassEditor | Editor for java.lang.Class, to directly feed a Class property instead of using a String class name property. |
CustomBooleanEditor | Property editor for Boolean properties. |
CustomDateEditor | PropertyEditor for java.util.Date, supporting a custom DateFormat. |
CustomNumberEditor | Property editor for any Number subclass like Integer, Long, Float, Double. |
FileEditor | Editor for java.io.File, to directly feed a File property instead of using a String file name property. |
InputStreamEditor | Editor for java.io.InputStream, to directly feed an InputStream property instead of using a String location property. |
LocaleEditor | Editor for java.util.Locale, to directly feed a Locale property. |
PropertiesEditor | Editor for java.util.Properties objects. |
StringArrayPropertyEditor | Editor for String arrays. |
StringTrimmerEditor | Property editor that trims Strings. |
URLEditor | Editor for java.net.URL, to directly feed a URL property instead of using a String property. |
Properties editors used to convert from String values to object types such as java.util.Properties.
Some of these editors are registered automatically by BeanWrapperImpl. "CustomXxxEditor" classes are intended for manual registration in specific binding processes, as they are localized or the like.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |