public abstract class AbstractPropertyEditorConverterSupport<T> extends PropertyEditorSupport implements Converter<String,T>
PropertyEditorSupport,
Converter| Constructor and Description |
|---|
AbstractPropertyEditorConverterSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
assertConverted(String source,
T convertedValue,
Class<T> type)
|
void |
setAsText(String text)
|
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic AbstractPropertyEditorConverterSupport()
public void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupporttext - String to convert.IllegalArgumentException - if the String could not be converted into
an instance of type T.Converter.convert(Object),
PropertyEditorSupport.setValue(Object)Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.