|
[Deprecated API] | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | CURRENT API | |||||||||
See:
Description
| Class Summary | |
| ClassEditor | Editor for java.lang.Class, to directly feed a Class property instead of needing an additional class name property. |
| CustomBooleanEditor | Property editor for Boolean properties. |
| CustomDateEditor | PropertyEditor for Date, supporting a custom DateFormat. |
| CustomNumberEditor | Property editor for any Number subclass like Integer, Long, Float, Double. |
| LocaleEditor | Editor for java.util.Locale, to directly feed a Locale property. |
| PropertiesEditor | Editor for java.util.Properties objects. |
| PropertyValuesEditor | Editor for PropertyValues objects. |
| StringArrayPropertyEditor | Properties editor for String[] type. |
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.
|
[Deprecated API] | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | CURRENT API | |||||||||