|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MOPropertyEditor | |
---|---|
com.abra.j2xb.beans.model | |
com.abra.j2xb.beans.propertyEditors |
Uses of MOPropertyEditor in com.abra.j2xb.beans.model |
---|
Methods in com.abra.j2xb.beans.model that return MOPropertyEditor | |
---|---|
MOPropertyEditor |
MOPropertySimpleTypeDescriptor.getPropertyEditor()
|
MOPropertyEditor |
MOBeansFactory.getPropertyEditor(java.lang.Class<?> type)
|
Uses of MOPropertyEditor in com.abra.j2xb.beans.propertyEditors |
---|
Classes in com.abra.j2xb.beans.propertyEditors that implement MOPropertyEditor | |
---|---|
class |
MOBigDecimalPropertyEditor
|
class |
MOBigIntegerPropertyEditor
|
class |
MOBooleanPropertyEditor
|
class |
MOBytePropertyEditor
|
class |
MOBytesPropertyEditor
|
class |
MOCalendarPropertyEditor
|
class |
MODatePropertyEditor
|
class |
MODoublePropertyEditor
|
class |
MOEnumPropertyEditor
|
class |
MOFloatPropertyEditor
|
class |
MOIntegerPropertyEditor
|
class |
MOLongPropertyEditor
|
class |
MONumberPropertyEditor
|
class |
MOQNamePropertyEditor
|
class |
MOShortPropertyEditor
|
class |
MOStringPropertyEditor
|
class |
MOTimePropertyEditor
|
Methods in com.abra.j2xb.beans.propertyEditors that return MOPropertyEditor | |
---|---|
MOPropertyEditor |
MOPropertyEditorRegistryMapImpl.get(java.lang.Class clazz)
|
MOPropertyEditor |
MOPropertyEditorRegistry.get(java.lang.Class clazz)
gets a MO property editor MOPropertyEditor for the given class. |
Methods in com.abra.j2xb.beans.propertyEditors with parameters of type MOPropertyEditor | |
---|---|
void |
MOPropertyEditorRegistryMapImpl.registerPropertyEditor(java.lang.Class clazz,
MOPropertyEditor pe)
|
void |
MOPropertyEditorRegistry.registerPropertyEditor(java.lang.Class clazz,
MOPropertyEditor pe)
registers a new MO property editor MOPropertyEditor to support new primitive types |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |