|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.beans.PropertyEditorSupport org.springframework.beans.PropertyValuesEditor
Editor for PropertyValues objects. Not
a GUI editor.
NB: this editor must be registered with the JavaBeans API before it
will be available. Editors in this package are
registered by BeanWrapperImpl.
The required format is defined in java.util.Properties documentation.
Each property must be on a new line.
The present implementation relies on a PropertiesEditor.
Constructor Summary | |
PropertyValuesEditor()
|
Method Summary | |
void |
setAsText(java.lang.String s)
|
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyValuesEditor()
Method Detail |
public void setAsText(java.lang.String s) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
PropertyEditor.setAsText(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |